From 664f1b536ad3aeec5b7d409504ed3cc2a7610f40 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:00:00 +0000 Subject: [PATCH] Update Rust crate tokio to 1.52.2 --- dlpi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlpi/Cargo.toml b/dlpi/Cargo.toml index 061a01e..38b58db 100644 --- a/dlpi/Cargo.toml +++ b/dlpi/Cargo.toml @@ -12,5 +12,5 @@ libc = "0.2" thiserror = "2.0" num_enum = "0.7" pretty-hex = "0.4" -tokio = { version = "1.50.0", features = ["full"], optional = true } +tokio = { version = "1.52.2", features = ["full"], optional = true } libdlpi-sys = { path = "../libdlpi-sys" }