Skip to content

Commit a235b74

Browse files
fix(deps): update rust crate clap to 4.0.29
1 parent 2519abb commit a235b74

File tree

2 files changed

+144
-15
lines changed

2 files changed

+144
-15
lines changed

Cargo.lock

+143-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ actix-web-httpauth = "0.8.0"
1212
addr = { version = "0.15.6", features = ["serde"] }
1313
anyhow = "1.0.66"
1414
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock", "libc", "time", "serde"] }
15-
clap = { version = "4.0.26", features = ["derive"] }
15+
clap = { version = "4.0.29", features = ["derive"] }
1616
fern = { version = "0.6.1", features = ["colored"] }
1717
log = "0.4.17"
1818
once_cell = "1.16.0"

0 commit comments

Comments
 (0)