diff --git a/Cargo.lock b/Cargo.lock index 6595dec..a77b906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1326,12 +1326,6 @@ name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" - -[[package]] -name = "hashbrown" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" dependencies = [ "allocator-api2", "equivalent", @@ -3679,7 +3673,7 @@ dependencies = [ "clap", "database", "futures", - "hashbrown 0.17.0", + "hashbrown 0.16.1", "http-body-util", "hyper", "hyper-util", diff --git a/seitai/Cargo.toml b/seitai/Cargo.toml index 7b3db91..ed842dc 100644 --- a/seitai/Cargo.toml +++ b/seitai/Cargo.toml @@ -17,7 +17,7 @@ path = "../crates/database" version = "0.3.32" [dependencies.hashbrown] -version = "0.17.0" +version = "0.16.1" [dependencies.http-body-util] workspace = true