Skip to content

Commit

Permalink
build(deps): update zerocopy-derive requirement from =0.3.0 to =0.3.2
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.
- [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]>
  • Loading branch information
dependabot[bot] authored Mar 22, 2023
1 parent a6c8fbe commit 8f0936d
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 @@ -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"
2 changes: 1 addition & 1 deletion quic/s2n-quic-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

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 @@ -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]
Expand Down

0 comments on commit 8f0936d

Please sign in to comment.