diff --git a/Cargo.toml b/Cargo.toml index ea9c60c..44ed542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ sqlparser = { version = "=0.60.0" } chrono = { version = "=0.4.42", features = ["alloc"] } log = { version = "0.4.29" } futures = { version = "=0.3.31", features = ["async-await"] } -clap = { version = "4.5.53", features = ["derive", "wrap_help"] } +clap = { version = "4.5.54", features = ["derive", "wrap_help"] } indoc = { version = "2.0.7" } stderrlog = { version = "=0.6.0" } regex = { version = "1.12.2" }