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.20 to 3.2.21

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.20...v3.2.21)

---
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-09-13 00:39:28 +00:00 committed by GitHub
parent 0a195ab51d
commit af3a78090b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated

@ -184,9 +184,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.20"
version = "3.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7"
dependencies = [
"atty",
"bitflags",

@ -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.2", features = [] }
clap = "3.2.19"
clap = "3.2.21"
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.19"
version = "3.2.21"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]

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

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