From 33cddc31a07f047fad7b8da730d4f9a0f3ad3a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:04:47 +0000 Subject: [PATCH] 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](https://github.com/google/zerocopy/compare/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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- packages/primitives/Cargo.toml | 2 +- packages/torrent-repository/Cargo.toml | 2 +- packages/tracker-client/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 408471efc..59dc2a9f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,7 +601,7 @@ dependencies = [ "torrust-tracker-located-error", "torrust-tracker-primitives", "tracing", - "zerocopy 0.7.35", + "zerocopy 0.8.17", ] [[package]] @@ -4357,7 +4357,7 @@ dependencies = [ "tracing-subscriber", "url", "uuid", - "zerocopy 0.7.35", + "zerocopy 0.8.17", ] [[package]] @@ -4452,7 +4452,7 @@ dependencies = [ "tdyne-peer-id-registry", "thiserror 2.0.11", "torrust-tracker-configuration", - "zerocopy 0.7.35", + "zerocopy 0.8.17", ] [[package]] @@ -4480,7 +4480,7 @@ dependencies = [ "torrust-tracker-clock", "torrust-tracker-configuration", "torrust-tracker-primitives", - "zerocopy 0.7.35", + "zerocopy 0.8.17", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6c9f7f22d..33cb21db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ tracing = "0" tracing-subscriber = { version = "0", features = ["json"] } url = { version = "2", features = ["serde"] } uuid = { version = "1", features = ["v4"] } -zerocopy = "0.7" +zerocopy = "0.8" [package.metadata.cargo-machete] ignored = [ diff --git a/packages/primitives/Cargo.toml b/packages/primitives/Cargo.toml index b83886385..13274d4d9 100644 --- a/packages/primitives/Cargo.toml +++ b/packages/primitives/Cargo.toml @@ -24,4 +24,4 @@ tdyne-peer-id = "1" tdyne-peer-id-registry = "0" thiserror = "2" torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" } -zerocopy = "0.7" +zerocopy = "0.8" diff --git a/packages/torrent-repository/Cargo.toml b/packages/torrent-repository/Cargo.toml index 2097d57d2..ec7e21f1d 100644 --- a/packages/torrent-repository/Cargo.toml +++ b/packages/torrent-repository/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "signal torrust-tracker-clock = { version = "3.0.0-develop", path = "../clock" } torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configuration" } torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" } -zerocopy = "0.7" +zerocopy = "0.8" [dev-dependencies] async-std = { version = "1", features = ["attributes", "tokio1"] } diff --git a/packages/tracker-client/Cargo.toml b/packages/tracker-client/Cargo.toml index 67a4c767a..637e94596 100644 --- a/packages/tracker-client/Cargo.toml +++ b/packages/tracker-client/Cargo.toml @@ -31,7 +31,7 @@ torrust-tracker-configuration = { version = "3.0.0-develop", path = "../configur torrust-tracker-located-error = { version = "3.0.0-develop", path = "../located-error" } torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" } tracing = "0" -zerocopy = "0.7" +zerocopy = "0.8" [package.metadata.cargo-machete] ignored = ["serde_bytes"]