Skip to content

Commit

Permalink
fix(deps): update rust crate indexmap to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 37225c2 commit 2a2b8f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.2", features = ["serde"] }
indexmap = { version = "2.0.1", features = ["serde"] }
indexmap = { version = "2.0.2", features = ["serde"] }
itertools = "0.11.0"
thiserror = "1.0.49"
ahash = "0.8.3"
Expand Down

0 comments on commit 2a2b8f8

Please sign in to comment.