From 3614b8fb9905edf3f10cdfab6b52d1e00311d484 Mon Sep 17 00:00:00 2001 From: Richard Pringle Date: Thu, 8 Feb 2024 15:25:37 -0500 Subject: [PATCH] Update zerocopy (#130) --- crates/avalanche-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index 23e505d..f1bb58a 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -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"