From 041a760af92310e1238dfa193510b2cd903e15d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 14:36:56 +0000 Subject: [PATCH] Update Rust crate log from 0.4.33 to 0.4.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e2cb69..65cda0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ sqlx = { version = "=0.8.6", features = [ tokio = { version = "1.53.1", features = ["macros", "rt-multi-thread"] } sqlparser = { version = "=0.61.0" } chrono = { version = "=0.4.45", features = ["alloc"] } -log = { version = "0.4.33" } +log = { version = "0.4.34" } futures = { version = "=0.3.34", features = ["async-await"] } clap = { version = "4.6.6", features = ["derive", "wrap_help"] } indoc = { version = "2.0.7" }