diff --git a/Cargo.toml b/Cargo.toml index 1447b36..2ab99a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ blake2 = "0.10.6" # parallel processing rayon = "1.10.0" indicatif = { version = "0.18.0", features = ["rayon"] } -hashbrown = { version = "0.16", features = ["rayon", "serde"] } +hashbrown = { version = "0.17", features = ["rayon", "serde"] } # Used to find signtool for codesigning [target.'cfg(windows)'.dependencies]