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.16 to 3.2.17

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17)

---
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-20 12:08:35 +00:00 committed by GitHub
parent 76158a1ef0
commit ebe1ad0fe2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated

@ -185,9 +185,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.16"
version = "3.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
dependencies = [
"atty",
"bitflags",
@ -211,9 +211,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "3.2.15"
version = "3.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa"
dependencies = [
"heck",
"proc-macro-error",

@ -37,7 +37,7 @@ libc = { version = "0.2.127", optional = true }
oci-spec = { version = "0.5.7", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.11.2", features = [] }
clap = "3.2.16"
clap = "3.2.17"
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.16"
version = "3.2.17"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]

@ -12,7 +12,7 @@ build = "build.rs"
keywords = ["youki", "container"]
[dependencies.clap]
version = "3.2.16"
version = "3.2.17"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]

@ -25,7 +25,7 @@ uuid = "1.1"
which = "4.2.4"
[dependencies.clap]
version = "3.2.16"
version = "3.2.17"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]