Skip to content

Commit

Permalink
Merge pull request #1298 from containers/dependabot/cargo/clap-3.2.23
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 3.2.22 to 3.2.23
  • Loading branch information
utam0k committed Oct 25, 2022
2 parents c794664 + adcb1f4 commit 37cbed8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ libc = { version = "0.2.127", optional = true }
oci-spec = { version = "0.5.8", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.11.3", features = [] }
clap = "3.2.22"
clap = "3.2.23"
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 @@ -11,6 +11,6 @@ edition = "2021"
keywords = ["youki", "container", "oci"]

[dependencies.clap]
version = "3.2.22"
version = "3.2.23"
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 @@ -12,7 +12,7 @@ build = "build.rs"
keywords = ["youki", "container"]

[dependencies.clap]
version = "3.2.22"
version = "3.2.23"
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.2"
which = "4.3.0"

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

Expand Down

0 comments on commit 37cbed8

Please sign in to comment.