Skip to content

Commit

Permalink
Update Rust crate clap to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 9648ab0 commit 2c4eaff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 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 @@ -46,7 +46,7 @@ log = { version = "0.4.21", features = ["kv"] }
tracing-subscriber = "0.3.18"
log4rs = "1.3.0"
tokio = { version = "1.36.0", features = ["sync", "macros", "io-util", "rt", "time"] }
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
regex = "1.10.3"
syn = { version = "2.0.52", features = ["full"] }
quote = "1.0.35"
Expand Down

0 comments on commit 2c4eaff

Please sign in to comment.