Skip to content

Commit 7c4df54

Browse files
chore(deps): bump zerocopy from 0.7.35 to 0.8.10
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.35 to 0.8.10. - [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.10) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3ae7c2 commit 7c4df54

File tree

5 files changed

+34
-14
lines changed

5 files changed

+34
-14
lines changed

Cargo.lock

+30-10
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
@@ -82,7 +82,7 @@ tracing = "0"
8282
tracing-subscriber = { version = "0", features = ["json"] }
8383
url = { version = "2", features = ["serde"] }
8484
uuid = { version = "1", features = ["v4"] }
85-
zerocopy = "0.7"
85+
zerocopy = "0.8"
8686

8787
[package.metadata.cargo-machete]
8888
ignored = ["crossbeam-skiplist", "dashmap", "figment", "parking_lot", "serde_bytes"]

packages/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ serde = { version = "1", features = ["derive"] }
2323
tdyne-peer-id = "1"
2424
tdyne-peer-id-registry = "0"
2525
thiserror = "1"
26-
zerocopy = "0.7"
26+
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)