Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2022
1 parent 3312bad commit 159dc3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actix-web-httpauth = "0.8.0"
addr = { version = "0.15.6", features = ["serde"] }
anyhow = "1.0.66"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock", "libc", "time", "serde"] }
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.30", features = ["derive"] }
fern = { version = "0.6.1", features = ["colored"] }
log = "0.4.17"
once_cell = "1.16.0"
Expand Down

0 comments on commit 159dc3a

Please sign in to comment.