Skip to content

Commit ac8ffaa

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

File tree

5 files changed

+34
-14
lines changed

5 files changed

+34
-14
lines changed

Cargo.lock

Lines changed: 30 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives"
3838
tracing = "0"
3939
tracing-subscriber = { version = "0", features = ["json"] }
4040
url = { version = "2", features = ["serde"] }
41-
zerocopy = "0.7"
41+
zerocopy = "0.8"
4242

4343
[package.metadata.cargo-machete]
4444
ignored = ["serde_bytes"]

0 commit comments

Comments
 (0)