From 9526df0e701cc6f52a21012f54242f970b33194a Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:22:28 +0000 Subject: [PATCH] Update Rust crate tokio to 1.52.3 --- dlpi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlpi/Cargo.toml b/dlpi/Cargo.toml index 38b58db..1052ce8 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.52.2", features = ["full"], optional = true } +tokio = { version = "1.52.3", features = ["full"], optional = true } libdlpi-sys = { path = "../libdlpi-sys" }