From 6878c03709ad0b5895756fb9874fb317418b2fa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:27:58 +0000 Subject: [PATCH] Update Rust crate clap from 4.5.36 to 4.5.37 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fad5f1..a0253ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ sqlparser = { version = "=0.55.0" } chrono = { version = "=0.4.40", features = ["alloc"] } log = { version = "0.4.27" } futures = { version = "=0.3.31", features = ["async-await"] } -clap = { version = "4.5.36", features = ["derive", "wrap_help"] } +clap = { version = "4.5.37", features = ["derive", "wrap_help"] } indoc = { version = "2.0.6" } stderrlog = { version = "=0.6.0" } regex = { version = "1.11.1" }