Skip to content

Commit

Permalink
fix(deps): update rust crate indexmap to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 2, 2024
1 parent af47b80 commit e5dc2de
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.70"

[dependencies]
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
indexmap = "2.5.0"
indexmap = "2.6.0"
quick-xml = "0.36.2"
newtype-uuid = "1.1.0"
thiserror = "1.0.64"
Expand Down

0 comments on commit e5dc2de

Please sign in to comment.