Skip to content

Commit 33cddc3

Browse files
chore(deps): bump zerocopy from 0.7.35 to 0.8.17
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.35 to 0.8.17. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.7.35...v0.8.17) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec07b78 commit 33cddc3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tracing = "0"
8888
tracing-subscriber = { version = "0", features = ["json"] }
8989
url = { version = "2", features = ["serde"] }
9090
uuid = { version = "1", features = ["v4"] }
91-
zerocopy = "0.7"
91+
zerocopy = "0.8"
9292

9393
[package.metadata.cargo-machete]
9494
ignored = [

packages/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tdyne-peer-id = "1"
2424
tdyne-peer-id-registry = "0"
2525
thiserror = "2"
2626
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
27-
zerocopy = "0.7"
27+
zerocopy = "0.8"

packages/torrent-repository/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal
2626
torrust-tracker-clock = { version = "3.0.0-develop", path = "../clock" }
2727
torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" }
2828
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
29-
zerocopy = "0.7"
29+
zerocopy = "0.8"
3030

3131
[dev-dependencies]
3232
async-std = { version = "1", features = ["attributes", "tokio1"] }

packages/tracker-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configur
3131
torrust-tracker-located-error = { version = "3.0.0-develop", path = "../located-error" }
3232
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
3333
tracing = "0"
34-
zerocopy = "0.7"
34+
zerocopy = "0.8"
3535

3636
[package.metadata.cargo-machete]
3737
ignored = ["serde_bytes"]

0 commit comments

Comments
 (0)