Skip to content

Commit

Permalink
Merge pull request #769 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.3.21
  • Loading branch information
openshift-merge-robot authored Aug 8, 2023
2 parents f9531de + bb22c34 commit 74b4ff8
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 @@ -34,7 +34,7 @@ deps-serde = ["chrono/serde", "url/serde"]

[dependencies]
anyhow = "1.0"
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.3.21", features = ["derive"] }
env_logger = "0.10.0"
ipnet = { version = "2", features = ["serde"] }
iptables = "0.5"
Expand Down

0 comments on commit 74b4ff8

Please sign in to comment.