From 8f0936d2b8a86ffeabb4572a721fe51911320edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 22:09:11 +0000 Subject: [PATCH] build(deps): update zerocopy-derive requirement from =0.3.0 to =0.3.2 Updates the requirements on [zerocopy-derive](https://github.com/google/zerocopy) to permit the latest version. - [Release notes](https://github.com/google/zerocopy/releases) - [Commits](https://github.com/google/zerocopy/commits) --- updated-dependencies: - dependency-name: zerocopy-derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/s2n-codec/Cargo.toml | 2 +- quic/s2n-quic-core/Cargo.toml | 2 +- quic/s2n-quic/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]