Skip to content

Commit

Permalink
build(deps): update zerocopy-derive requirement from 0.3 to 0.6 (#1903)
Browse files Browse the repository at this point in the history
Updates the requirements on [zerocopy-derive](https://github.com/google/zerocopy) to permit the latest version.
- [Commits](google/zerocopy@v0.3.0...v0.6.3)

---
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 Aug 10, 2023
1 parent 0c98899 commit 9110f50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/s2n-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ bolero-generator = { version = "0.9", default-features = false, optional = true
byteorder = { version = "1.1", default-features = false }
bytes = { version = "1", default-features = false, optional = true }
zerocopy = "0.6"
zerocopy-derive = "0.3"
zerocopy-derive = "0.6"
2 changes: 1 addition & 1 deletion quic/s2n-quic-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ s2n-codec = { version = "=0.6.1", path = "../../common/s2n-codec", default-featu
subtle = { version = "2", default-features = false }
tracing = { version = "0.1", default-features = false, optional = true }
zerocopy = "0.6"
zerocopy-derive = "0.3"
zerocopy-derive = "0.6"
futures-test = { version = "0.3", optional = true } # For testing Waker interactions
once_cell = { version = "1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ s2n-quic-tls-default = { version = "=0.25.0", path = "../s2n-quic-tls-default",
s2n-quic-transport = { version = "=0.25.0", path = "../s2n-quic-transport" }
tokio = { version = "1", default-features = false }
zerocopy = { version = "0.6", optional = true }
zerocopy-derive = { version = "0.3", optional = true }
zerocopy-derive = { version = "0.6", optional = true }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 9110f50

Please sign in to comment.