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}