From e84837c24826e22fe7a48ac1c122840c06f10429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 19:47:22 +0000 Subject: [PATCH] fix(deps): update rust crate zerocopy to 0.7.4 --- 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 af2c2bcb..843a7fbe 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.3", features = [ "derive"] } +zerocopy = { version = "0.7.4", features = [ "derive"] } thiserror = "1.0" anyhow = "1.0" native_model_macro = { version = "0.3.1", path = "native_model_macro" }