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