diff --git a/lib/vibrio/Cargo.toml b/lib/vibrio/Cargo.toml index a4ef8c5b..2ecbf6bb 100644 --- a/lib/vibrio/Cargo.toml +++ b/lib/vibrio/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" x86 = { version = "0.52", features = ["unstable"] } slabmalloc = "0.10" rawtime = "0.0.10" -spin = "0.9.2" +spin = "0.10.0" cstr_core = { version = "0.2.3", default-features = false , features = ["alloc"] } hashbrown = { version = "0.11.2", optional = true } lazy_static = { version = "1.3", features = ["spin_no_std"] }