diff --git a/Cargo.toml b/Cargo.toml index 48398ab..07ac3c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/Licenser/halfbrown" version = "0.4.0" [dependencies] -hashbrown = "0.16" +hashbrown = "0.17" rustc-hash = { version = "2.1", optional = true } serde = { version = "1", default-features = false, optional = true } arrayvec = { version = "0.7", optional = true }