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