Skip to content

Commit

Permalink
Merge pull request #904 from containers/dependabot/cargo/clap-3.1.17
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 3.1.15 to 3.1.17
  • Loading branch information
utam0k authored May 9, 2022
2 parents 51516ec + d3959b9 commit 31acebf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libc = { version = "0.2.125", optional = true }
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "89376af", features = ["proptests"] }
quickcheck = "1"
mockall = { version = "0.11.0", features = [] }
clap = "3.1.15"
clap = "3.1.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
env_logger = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/liboci-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ edition = "2021"
keywords = ["youki", "container", "oci"]

[dependencies.clap]
version = "3.1.15"
version = "3.1.17"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build = "build.rs"
keywords = ["youki", "container"]

[dependencies.clap]
version = "3.1.15"
version = "3.1.17"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]

Expand Down
2 changes: 1 addition & 1 deletion tests/rust-integration-tests/integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uuid = "1.0"
which = "4.2.4"

[dependencies.clap]
version = "3.1.15"
version = "3.1.17"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]

Expand Down

0 comments on commit 31acebf

Please sign in to comment.