From f16de311c413365229c35e0ad18369479fb0eedb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 17:44:18 +0000 Subject: [PATCH] Update Rust crate futures from =0.3.31 to =0.3.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56cab06..464cd9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.60.0" } chrono = { version = "=0.4.43", features = ["alloc"] } log = { version = "0.4.29" } -futures = { version = "=0.3.31", features = ["async-await"] } +futures = { version = "=0.3.32", features = ["async-await"] } clap = { version = "4.5.58", features = ["derive", "wrap_help"] } indoc = { version = "2.0.7" } stderrlog = { version = "=0.6.0" }