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.13 to 3.2.14

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.13 to 3.2.14.
- [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.13...v3.2.14)

---
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-07-22 00:41:17 +00:00 committed by GitHub
parent f52c10b2d5
commit 0b79605e1a
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.13"
version = "3.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca"
checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b"
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.1", features = [] }
clap = "3.2.13"
clap = "3.2.14"
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.13"
version = "3.2.14"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]

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

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