diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index bd9c3f4..9fc0dc1 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -33,7 +33,7 @@ askama = { version = "0.15", default-features = false, features = [ clap = { version = "4.0", features = ["derive"] } either = "1.8" enum-as-inner = "0.7" -hashbrown = { version = "0.16", features = ["rayon"] } +hashbrown = { version = "0.17", features = ["rayon"] } indicatif = "0.18" itertools = "0.14" log = "0.4" diff --git a/tch/Cargo.toml b/tch/Cargo.toml index 4448191..a27999e 100644 --- a/tch/Cargo.toml +++ b/tch/Cargo.toml @@ -24,7 +24,7 @@ clap = { version = "4.0", features = ["derive"] } csv = "1.1" either = { version = "1.6", features = ["serde"] } fixedbitset = "0.5" -hashbrown = { version = "0.16", features = ["rayon", "serde"] } +hashbrown = { version = "0.17", features = ["rayon", "serde"] } indicatif = "0.18" log = "0.4" num-traits = "0.2"