Skip to content

Commit

Permalink
Bump hashbrown dependency to fix downstream vulnerability in zerocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
singe committed Mar 19, 2024
1 parent 68e9d11 commit 7d11d00
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 @@ -17,7 +17,7 @@ circle-ci = { repository = "kyren/hashlink", branch = "master" }
serde_impl = ["serde"]

[dependencies]
hashbrown = "0.14.2"
hashbrown = "0.14.3"
serde = { version = "1.0", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 7d11d00

Please sign in to comment.