Skip to content

Commit

Permalink
chore(deps): bump clap from 3.2.15 to 3.2.16
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.15 to 3.2.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.15...v3.2.16)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent 743a4ac commit 3ce9a8b
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 @@ -37,7 +37,7 @@ libc = { version = "0.2.126", optional = true }
oci-spec = { version = "0.5.7", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.11.2", features = [] }
clap = "3.2.15"
clap = "3.2.16"
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.15"
version = "3.2.16"
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.15"
version = "3.2.16"
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.1"
which = "4.2.4"

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

Expand Down

0 comments on commit 3ce9a8b

Please sign in to comment.