From 69fb1d5155f401694d811c8b8e1cec2d3f5d5d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:21:44 +0000 Subject: [PATCH] Update hashbrown requirement from 0.11.2 to 0.15.4 in /lib/vibrio 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.11.2...v0.15.4) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/vibrio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vibrio/Cargo.toml b/lib/vibrio/Cargo.toml index a4ef8c5b2..38aca4cd1 100644 --- a/lib/vibrio/Cargo.toml +++ b/lib/vibrio/Cargo.toml @@ -21,7 +21,7 @@ slabmalloc = "0.10" rawtime = "0.0.10" spin = "0.9.2" cstr_core = { version = "0.2.3", default-features = false , features = ["alloc"] } -hashbrown = { version = "0.11.2", optional = true } +hashbrown = { version = "0.15.4", optional = true } lazy_static = { version = "1.3", features = ["spin_no_std"] } serde_cbor = { version = "0.11", default-features = false, features = ["alloc"] } crossbeam-utils = {version = "0.8", default-features = false}