Skip to content

Commit

Permalink
build(deps): update zerocopy-derive requirement from =0.3.0 to 0.3 (#…
Browse files Browse the repository at this point in the history
…1527)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2023
1 parent cbb1187 commit 0c863aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common/s2n-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ generator = ["bolero-generator"]
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 = "0.6"
zerocopy-derive = "0.3"
4 changes: 2 additions & 2 deletions quic/s2n-quic-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ num-traits = { version = "0.2", default-features = false, features = ["libm"] }
s2n-codec = { version = "=0.4.0", path = "../../common/s2n-codec", default-features = false }
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 = "0.6"
zerocopy-derive = "0.3"
futures-test = { version = "0.3", optional = true } # For testing Waker interactions
once_cell = { version = "1", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ s2n-quic-tls = { version = "=0.18.1", path = "../s2n-quic-tls", optional = true
s2n-quic-tls-default = { version = "=0.18.1", path = "../s2n-quic-tls-default", optional = true }
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 = { version = "0.6", optional = true }
zerocopy-derive = { version = "0.3", optional = true }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 0c863aa

Please sign in to comment.