From 2726f63bdc767d025f370d88341b1eb785178f2b Mon Sep 17 00:00:00 2001 From: Adam Mork Date: Tue, 10 Jan 2023 17:30:58 -0800 Subject: [PATCH] update spin dependency to newer version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1292800e..40d073ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ atomic-polyfill = { version = "1.0.1", optional = true } hash32 = "0.3.0" [target.'cfg(target_arch = "x86_64")'.dependencies] -spin = "0.9.2" +spin = "0.9.4" [dependencies.serde] version = "1"