diff --git a/Cargo.lock b/Cargo.lock index 9e0911944..b2f35c34b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5691,7 +5691,7 @@ dependencies = [ "torrust-tracker-clock", "torrust-tracker-configuration", "torrust-tracker-primitives", - "zerocopy 0.7.35", + "zerocopy 0.8.48", ] [[package]] diff --git a/packages/torrent-repository-benchmarking/Cargo.toml b/packages/torrent-repository-benchmarking/Cargo.toml index 653ad8102..c085e1c97 100644 --- a/packages/torrent-repository-benchmarking/Cargo.toml +++ b/packages/torrent-repository-benchmarking/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1", features = [ "macros", "net", "rt-multi-thread", "signa 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" ] }