Skip to content

Commit

Permalink
Update hashbrown to 0.14 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr authored Oct 16, 2023
1 parent 00dc332 commit 5d79e12
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 @@ -18,7 +18,7 @@ log = { version = "0.4.8", default-features = false }
smallvec = { version = "1.6.1", features = ["union"] }
rustc-hash = { version = "1.1.0", default-features = false }
slice-group-by = { version = "0.3.0", default-features = false }
hashbrown = "0.13.2"
hashbrown = { version = "0.14", features = ["ahash"], default-features = false }

# Optional serde support, enabled by feature below.
serde = { version = "1.0.136", features = [
Expand Down

0 comments on commit 5d79e12

Please sign in to comment.