Skip to content

Commit 94155b1

Browse files
chore(deps): bump zerocopy from 0.7.35 to 0.8.14
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.35 to 0.8.14. - [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.14) --- 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 82097b0 commit 94155b1

File tree

5 files changed

+33
-13
lines changed

5 files changed

+33
-13
lines changed

Cargo.lock

+29-9
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
@@ -87,7 +87,7 @@ tracing = "0"
8787
tracing-subscriber = { version = "0", features = ["json"] }
8888
url = { version = "2", features = ["serde"] }
8989
uuid = { version = "1", features = ["v4"] }
90-
zerocopy = "0.7"
90+
zerocopy = "0.8"
9191

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

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)