Skip to content

Commit

Permalink
Merge pull request #664 from kubewarden/dependabot/cargo/clap-4.5.0
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.4.18 to 4.5.0
  • Loading branch information
viccuad authored Feb 9, 2024
2 parents f8e16ac + 2bf082d commit 974161a
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 @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
clap = { version = "4.4", features = ["cargo", "env"] }
clap = { version = "4.5", features = ["cargo", "env"] }
daemonize = "0.5"
humansize = "2.1"
itertools = "0.12.1"
Expand Down

0 comments on commit 974161a

Please sign in to comment.