Skip to content

Commit

Permalink
Merge pull request #1151 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.23
  • Loading branch information
openshift-merge-bot[bot] authored Jan 6, 2025
2 parents dd0924e + eb49d9a commit 8ba1c80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -32,7 +32,7 @@ deps-serde = ["chrono/serde", "url/serde"]

[dependencies]
anyhow = "1.0.93"
clap = { version = "~4.5.20", features = ["derive", "env"] }
clap = { version = "~4.5.23", features = ["derive", "env"] }
env_logger = "0.11.6"
ipnet = { version = "2.10.1", features = ["serde"] }
iptables = "0.5.2"
Expand Down

0 comments on commit 8ba1c80

Please sign in to comment.