diff --git a/datadog-ipc/Cargo.toml b/datadog-ipc/Cargo.toml index f02fd7162e..29d4b0e0a1 100644 --- a/datadog-ipc/Cargo.toml +++ b/datadog-ipc/Cargo.toml @@ -10,7 +10,7 @@ publish = false anyhow = { version = "1.0" } bytes = { version = "1.11.1" } futures = { version = "0.3", default-features = false } -io-lifetimes = { version = "1.0" } +io-lifetimes = { version = "3.0" } page_size = "0.6.0" pin-project = { version = "1" } memfd = { version = "0.6" } diff --git a/spawn_worker/Cargo.toml b/spawn_worker/Cargo.toml index 3af6c16c16..5976f7a3de 100644 --- a/spawn_worker/Cargo.toml +++ b/spawn_worker/Cargo.toml @@ -9,7 +9,7 @@ bench = false [dependencies] anyhow = { version = "1.0" } -io-lifetimes = { version = "1.0" } +io-lifetimes = { version = "3.0" } fastrand = "2.0.1" libc = "0.2" diff --git a/tests/spawn_from_lib/Cargo.toml b/tests/spawn_from_lib/Cargo.toml index a369224f09..fbba891b2e 100644 --- a/tests/spawn_from_lib/Cargo.toml +++ b/tests/spawn_from_lib/Cargo.toml @@ -19,4 +19,4 @@ libc = { version = "0.2" } anyhow = { version = "1.0" } spawn_worker = { path = "../../spawn_worker" } tempfile = { version = "3.3" } -io-lifetimes = { version = "1.0" } +io-lifetimes = { version = "3.0" }