From 080558be1d416547e780d447a812b0d2bfbe8004 Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Fri, 4 Oct 2024 13:35:04 -0700 Subject: [PATCH] Upgrade zerocopy to 0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4bdf53..31b941c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ serde = { version = "1.0.117", optional = true } cfg-if = "1.0" portable-atomic = { version = "1.0.0", optional = true } getrandom = { version = "0.2.7", optional = true } -zerocopy = { version = "0.7.31", default-features = false, features = ["simd"] } +zerocopy = { version = "0.8.1", default-features = false, features = ["simd"] } [target.'cfg(not(all(target_arch = "arm", target_os = "none")))'.dependencies] once_cell = { version = "1.18.0", default-features = false, features = ["alloc"] }