mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix(deps): update rust crate zerocopy to 0.7.17
This commit is contained in:
parent
f655663787
commit
00a26a7777
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ categories = ["data-structures", "encoding", "rust-patterns"]
|
|||
members = ["native_model_macro"]
|
||||
|
||||
[dependencies]
|
||||
zerocopy = { version = "0.7.15", features = [ "derive"] }
|
||||
zerocopy = { version = "0.7.17", features = [ "derive"] }
|
||||
thiserror = "1.0"
|
||||
anyhow = "1.0"
|
||||
native_model_macro = { version = "0.3.15", path = "native_model_macro" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue