Skip to content

Commit

Permalink
Merge pull request containers#1449 from saschagrunert/clap
Browse files Browse the repository at this point in the history
Update clap to v4.3.8
  • Loading branch information
openshift-merge-robot authored Jul 18, 2023
2 parents 271dee6 + d02f5bf commit 1cc6c8a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 38 deletions.
65 changes: 28 additions & 37 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 conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"
anyhow = "1.0.72"
capnp = "0.17.2"
capnp-rpc = "0.17.0"
clap = { version = "4.2.1", features = ["color", "cargo", "deprecated", "derive", "deprecated", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.3.8", features = ["color", "cargo", "deprecated", "derive", "deprecated", "env", "string", "unicode", "wrap_help"] }
conmon-common = { path = "../common" }
futures = "0.3.28"
getset = "0.1.2"
Expand Down

0 comments on commit 1cc6c8a

Please sign in to comment.