diff --git a/Cargo.toml b/Cargo.toml index c2ebcb5..2ecc06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]