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" }