We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ba241 + cb5e7b0 commit 245bd33Copy full SHA for 245bd33
Cargo.toml
@@ -19,7 +19,7 @@ sqlparser = { version = "=0.58.0" }
19
chrono = { version = "=0.4.42", features = ["alloc"] }
20
log = { version = "0.4.27" }
21
futures = { version = "=0.3.31", features = ["async-await"] }
22
-clap = { version = "4.5.46", features = ["derive", "wrap_help"] }
+clap = { version = "4.5.47", features = ["derive", "wrap_help"] }
23
indoc = { version = "2.0.6" }
24
stderrlog = { version = "=0.6.0" }
25
regex = { version = "1.11.2" }
0 commit comments