From a3efe5e5243b55bc2ff5c1b414e6c575e82cc10a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 08:49:56 +0000 Subject: [PATCH] Update Rust crate tokio from 1.50.0 to 1.51.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ae43a6..5462d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ sqlx = { version = "=0.8.6", features = [ "sqlite", "chrono", ] } -tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.51.0", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.60.0" } chrono = { version = "=0.4.44", features = ["alloc"] } log = { version = "0.4.29" }