Skip to content

Commit cb5e7b0

Browse files
Update Rust crate clap from 4.5.46 to 4.5.47
1 parent 6916bbe commit cb5e7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sqlparser = { version = "=0.58.0" }
1919
chrono = { version = "=0.4.41", features = ["alloc"] }
2020
log = { version = "0.4.27" }
2121
futures = { version = "=0.3.31", features = ["async-await"] }
22-
clap = { version = "4.5.46", features = ["derive", "wrap_help"] }
22+
clap = { version = "4.5.47", features = ["derive", "wrap_help"] }
2323
indoc = { version = "2.0.6" }
2424
stderrlog = { version = "=0.6.0" }
2525
regex = { version = "1.11.2" }

0 commit comments

Comments
 (0)