From 4e4d48aa7d1de8d6d5bfd517b298ec5096b0959b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:11:34 +0000 Subject: [PATCH] fix(deps): update rust crate zerocopy to 0.7.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58bf0af..51b159b 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.25", features = [ "derive"] } +zerocopy = { version = "0.7.26", features = [ "derive"] } thiserror = "1.0" anyhow = "1.0" native_model_macro = { version = "0.3.23", path = "native_model_macro" }