Skip to content

Commit

Permalink
fix(deps): update rust crate zerocopy to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2023
1 parent e9215bb commit feca7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["data-structures", "encoding", "rust-patterns"]
members = ["native_model_macro"]

[dependencies]
zerocopy = { version = "0.7.8", features = [ "derive"] }
zerocopy = { version = "0.7.9", features = [ "derive"] }
thiserror = "1.0"
anyhow = "1.0"
native_model_macro = { version = "0.3.8", path = "native_model_macro" }
Expand Down

0 comments on commit feca7b6

Please sign in to comment.