diff --git a/pkgs/devfiler/Cargo.toml b/pkgs/devfiler/Cargo.toml index 840eb7c..578773e 100644 --- a/pkgs/devfiler/Cargo.toml +++ b/pkgs/devfiler/Cargo.toml @@ -66,7 +66,7 @@ lru = "0.14.0" nohash-hasher = "0.2.0" memmap2 = "0.9.4" xxhash-rust = { version = "0.8.10", features = ["xxh3"] } -hashbrown = "0.15.2" +hashbrown = "0.17.0" idna = "1.0.3" [dependencies.rocksdb]