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 362f6b2 commit deaf4b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
bytes = "1.5.0"
globset = { version = "0.4.13", default-features = false }
enumset = { version = "1.1.3", features = ["serde"] }
indexmap = { version = "2.0.2", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
itertools = "0.11.0"
thiserror = "1.0.50"
ahash = "0.8.6"
Expand Down

0 comments on commit deaf4b7

Please sign in to comment.