Skip to content

Commit

Permalink
fix(deps): update rust crate indexmap to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 475f13b commit 88d217c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/collection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enum_dispatch = "0.3"

tokio = {version="1", optional=true, features=["rt"]}
rust_icu_ucol = {version="2.0", default-features=false, features=["renaming"], optional=true}
indexmap = "2.0.2"
indexmap = "2.1.0"

[features]
partially-static = ["media_info/partially-static"]
Expand Down

0 comments on commit 88d217c

Please sign in to comment.