From e3dd36eb6265f042eabda78703560c4baaafedc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:23:31 +0000 Subject: [PATCH] Update hashbrown requirement from 0.11.2 to 0.14.0 in /lib/vibrio 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/compare/v0.11.2...v0.14.0) --- updated-dependencies: - dependency-name: hashbrown 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..aa985470d 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.14.0", 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}