From 39dce89b817efbd3dc8b749f49bbd0885258687e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:49:00 +0000 Subject: [PATCH] Update hashbrown requirement Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. Updates `hashbrown` to 0.15.5 - [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.15.5...v0.15.5) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.5 dependency-type: direct:production dependency-group: fuzz-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 281efb60de6..eb428ac70b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ clap = "4.5.43" colored = "3.0.0" cow-utils = "0.1.3" fast-float2 = "0.2.3" -hashbrown = "0.15.5" +hashbrown = "0.16.0" http = { version = "1.3.1" } indexmap = { version = "2.11.0", default-features = false } indoc = "2.0.6"