From 1c16166efbb590aba131a7bc1ad8f98dae64092e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:29:36 +0000 Subject: [PATCH] Update hashbrown requirement from 0.14.5 to 0.15.2 Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) --- updated-dependencies: - dependency-name: hashbrown 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 cc94b4292a50..54354e71e68a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,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.2", features = ["raw"] } indexmap = "2.0.0" itertools = "0.13" log = "^0.4"