Skip to content

Commit

Permalink
Update hashbrown to 0.14 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall authored Feb 6, 2024
1 parent 2c9bff4 commit 0be9718
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 @@ -15,7 +15,7 @@ edition = "2021"

[dependencies]
cfg-if = "1.0"
hashbrown = { version = "0.12.0", default-features = false, features = ["ahash"] }
hashbrown = { version = "0.14.0", default-features = false, features = ["ahash"] }
serde = { version = "1.0", default-features = false, features = ["alloc"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 0be9718

Please sign in to comment.