diff --git a/Cargo.toml b/Cargo.toml index af2c2bc..843a7fb 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.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" }