Skip to content

Commit

Permalink
build(rust): update hashbrown requirement from 0.13.1 to 0.14.0 (#9649)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent 3533d7f commit 3bace09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ thiserror = "^1"
num-traits = "0.2"
ahash = "0.8"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
hashbrown = { version = "0.13.1", features = ["rayon", "ahash"] }
hashbrown = { version = "0.14.0", features = ["rayon", "ahash"] }
indexmap = { version = "1", features = ["std"] }
bitflags = "1.3"
once_cell = "1"
Expand Down

0 comments on commit 3bace09

Please sign in to comment.