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"]