Skip to content

Commit

Permalink
Merge pull request #718 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
jvanz authored Feb 9, 2024
2 parents cbbebd4 + 2d05ff4 commit 11ba290
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 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 @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
clap_complete = "4.4"
clap = { version = "4.4", features = ["cargo", "env"] }
clap = { version = "4.5", features = ["cargo", "env"] }
directories = "5.0.1"
flate2 = "1.0.28"
humansize = "2.1"
Expand Down

0 comments on commit 11ba290

Please sign in to comment.