diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 86c8a5fc..c410d61a 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.10", features = [ "derive"] } +zerocopy = { version = "0.7.11", features = [ "derive"] } thiserror = "1.0" anyhow = "1.0" native_model_macro = { version = "0.3.10", path = "native_model_macro" }