From a342de6f5c569fd885e540db811b8045bdef8a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:25:58 +0000 Subject: [PATCH] Update hashbrown requirement from 0.14.5 to 0.15.4 Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [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.14.5...v0.15.4) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f61ed7e58fe3..2c065548c1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ doc-comment = "0.3" env_logger = "0.11" futures = "0.3" half = { version = "2.2.1", default-features = false } -hashbrown = { version = "0.14.5", features = ["raw"] } +hashbrown = { version = "0.15.4", features = ["raw"] } indexmap = "2.0.0" itertools = "0.12" log = "^0.4"