diff --git a/Cargo.toml b/Cargo.toml index e2bc8c4..06abf32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,9 @@ members = ["xtask"] [dependencies] rustc-hash = "1.0.1" -hashbrown = { version = "0.14.3", features = [ +hashbrown = { version = "0.15.2", features = [ "inline-more", + "raw-entry" ], default-features = false } text-size = "1.1.0" countme = "3.0.0"