From 83de7d88cdc5d8710e4f2f93dc32c164939698f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:25:37 +0000 Subject: [PATCH] fix(deps): update rust crate zerocopy to 0.8.0 --- libraries/native_model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 98cdfa59..484366c5 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -15,7 +15,7 @@ categories = ["data-structures", "encoding", "rust-patterns"] members = ["native_model_macro"] [dependencies] -zerocopy = { version = "0.7.33", features = [ "derive"] } +zerocopy = { version = "0.8.0", features = [ "derive"] } thiserror = "1.0.59" anyhow = "1.0.82" native_model_macro = { version = "0.4.19", path = "native_model_macro" }