Skip to content

Commit

Permalink
Update Rust crate clap to 4.1.1 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2023
1 parent 8a0880a commit ef0ebeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -31,7 +31,7 @@ async_zip = { version = "0.0.9" }
aws-config = "0.51.0"
aws-sdk-s3 = "0.21.0"
bytesize = "1.1.0"
clap = { version = "4.0.32", features = ["derive"] }
clap = { version = "4.1.1", features = ["derive"] }
cobalt-aws = "0.9.2"
cobalt-async = { version = "0.4.0", features = ["checksum"]}
futures = "0.3.25"
Expand Down

0 comments on commit ef0ebeb

Please sign in to comment.