Skip to content

Commit

Permalink
Merge pull request #563 from containers/renovate/clap-4.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap to ~4.5.28
  • Loading branch information
openshift-merge-bot[bot] authored Feb 4, 2025
2 parents d5e1e9c + b2405f6 commit f8a7e9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -23,7 +23,7 @@ platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "~4.5.23", features = ["derive"] }
clap = { version = "~4.5.28", features = ["derive"] }
syslog = "^7.0.0"
log = "0.4.25"
hickory-server = "0.24.2"
Expand Down

0 comments on commit f8a7e9c

Please sign in to comment.