diff --git a/Cargo.lock b/Cargo.lock index 4c6fba9..0471ed9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1326,6 +1326,12 @@ 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", @@ -3667,7 +3673,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 aea3f71..835e018 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