From 645654b0df0e25fbc58e078c65dddbb2982dbc60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:53:27 +0000 Subject: [PATCH] Update Rust crate log from 0.4.29 to 0.4.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a687a95..9f1c54a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ sqlx = { version = "=0.8.6", features = [ tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.61.0" } chrono = { version = "=0.4.44", features = ["alloc"] } -log = { version = "0.4.29" } +log = { version = "0.4.30" } futures = { version = "=0.3.32", features = ["async-await"] } clap = { version = "4.6.1", features = ["derive", "wrap_help"] } indoc = { version = "2.0.7" }