From 51f5226817667335659d0291e260d07d8c7b0d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:04:45 +0000 Subject: [PATCH] Bump hashbrown from 0.16.1 to 0.17.0 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++++- seitai/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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