Skip to content

Commit

Permalink
Update zerocopy (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle authored Feb 8, 2024
1 parent a386b3c commit 3614b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spki = "0.7.2" # https://github.com/RustCrypto/formats/tree/master/spki
strum = "0.25.0"
thiserror = "1.0.47"
url = "2.4.0" # for "codec::serde::ip_port", "utils"
zerocopy = { version = "0.7.11", features = ["derive"] }
zerocopy = { version = "0.7.32", features = ["derive"] }
zeroize = "1.6.0" # for "BLS

# [OPTIONAL] for "libsecp256k1"
Expand Down

0 comments on commit 3614b8f

Please sign in to comment.