Skip to content

Commit caf0eaa

Browse files
committed
Fix
1 parent 092179c commit caf0eaa

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
@@ -65,7 +65,7 @@ bytes = "1.10"
6565
cargo_toml = "0.22"
6666
chrono = { version = "0.4.42", default-features = false }
6767
chrono-tz = { version = "0.10.4", default-features = false }
68-
clap = { version = "4", features = ["deprecated"] }
68+
clap = { version = "4.5", features = ["deprecated"] }
6969
clap-verbosity-flag = { version = "3", default-features = false }
7070
clap_complete = "4"
7171
clap_mangen = "0.2.31"

0 commit comments

Comments
 (0)