diff --git a/Cargo.toml b/Cargo.toml index e699a7e..d7865b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/robjtede/tinymap" rust-version = "1.61" [dependencies] -hashbrown = { version = "0.13", optional = true } +hashbrown = { version = "0.17", optional = true } tinyvec = { version = "1.4", features = ["rustc_1_55"] } [features]