From 3aad73199fd0f61d54bde0474773a8cf1a58cd69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:49:26 +0000 Subject: [PATCH] fix(deps): update rust crate zerocopy to 0.7.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9af9365..ec0d040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["data-structures", "encoding", "rust-patterns"] members = ["native_model_macro"] [dependencies] -zerocopy = { version = "0.7.32", features = [ "derive"] } +zerocopy = { version = "0.7.33", features = [ "derive"] } thiserror = "1.0.59" anyhow = "1.0.82" native_model_macro = { version = "0.4.18", path = "native_model_macro" }