Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 44dcb1f

Browse files
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](rust-lang/hashbrown@v0.11.2...v0.14.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d7ca04 commit 44dcb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vibrio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ slabmalloc = "0.10"
2121
rawtime = "0.0.10"
2222
spin = "0.9.2"
2323
cstr_core = { version = "0.2.3", default-features = false , features = ["alloc"] }
24-
hashbrown = { version = "0.11.2", optional = true }
24+
hashbrown = { version = "0.14.0", optional = true }
2525
lazy_static = { version = "1.3", features = ["spin_no_std"] }
2626
serde_cbor = { version = "0.11", default-features = false, features = ["alloc"] }
2727
crossbeam-utils = {version = "0.8", default-features = false}

0 commit comments

Comments
 (0)