From 57fb043ea873e25e799c0d61e99e76e114d996d9 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:58:34 +0000 Subject: [PATCH] chore(deps): update rust crate io-lifetimes to v3 --- datadog-ipc/Cargo.toml | 2 +- spawn_worker/Cargo.toml | 2 +- tests/spawn_from_lib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" }