From e214bba7a5abc61d135d2b82c3a94228fe01349d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:46:23 +0000 Subject: [PATCH] Update Rust crate tokio to 1.51.1 --- dlpi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlpi/Cargo.toml b/dlpi/Cargo.toml index 061a01e..b30d2f1 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.51.1", features = ["full"], optional = true } libdlpi-sys = { path = "../libdlpi-sys" }