1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

chore(deps): bump clap from 3.2.15 to 3.2.16

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](https://github.com/clap-rs/clap/compare/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>
This commit is contained in:
dependabot[bot] 2022-08-01 01:25:58 +00:00 committed by GitHub
parent 743a4ac367
commit 3ce9a8b36c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated

@ -174,9 +174,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.15"
version = "3.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
dependencies = [
"atty",
"bitflags",

@ -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"

@ -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"]

@ -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"]

@ -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"]