diff --git a/common/s2n-codec/Cargo.toml b/common/s2n-codec/Cargo.toml index 9987ad1e55..7a7ab722ca 100644 --- a/common/s2n-codec/Cargo.toml +++ b/common/s2n-codec/Cargo.toml @@ -22,4 +22,4 @@ bolero-generator = { version = "0.8", default-features = false, optional = true byteorder = { version = "1.1", default-features = false } bytes = { version = "1", default-features = false, optional = true } zerocopy = "=0.6.0" -zerocopy-derive = "=0.3.0" +zerocopy-derive = "=0.3.2" diff --git a/quic/s2n-quic-core/Cargo.toml b/quic/s2n-quic-core/Cargo.toml index 63959e1d05..5ab12aa7c2 100644 --- a/quic/s2n-quic-core/Cargo.toml +++ b/quic/s2n-quic-core/Cargo.toml @@ -34,7 +34,7 @@ s2n-codec = { version = "=0.4.0", path = "../../common/s2n-codec", default-featu subtle = { version = "2", default-features = false } tracing = { version = "0.1", default-features = false, optional = true } zerocopy = "=0.6.0" -zerocopy-derive = "=0.3.0" +zerocopy-derive = "=0.3.2" futures-test = { version = "0.3", optional = true } # For testing Waker interactions once_cell = { version = "1", optional = true } diff --git a/quic/s2n-quic/Cargo.toml b/quic/s2n-quic/Cargo.toml index e425db9e68..974d25b861 100644 --- a/quic/s2n-quic/Cargo.toml +++ b/quic/s2n-quic/Cargo.toml @@ -63,7 +63,7 @@ s2n-quic-tls-default = { version = "=0.18.1", path = "../s2n-quic-tls-default", s2n-quic-transport = { version = "=0.18.1", path = "../s2n-quic-transport" } tokio = { version = "1", default-features = false } zerocopy = { version = "=0.6.0", optional = true } -zerocopy-derive = { version = "=0.3.0", optional = true } +zerocopy-derive = { version = "=0.3.2", optional = true } zeroize = { version = "1", optional = true, default-features = false } [dev-dependencies]