1
0
mirror of https://github.com/containers/youki synced 2024-09-25 21:50:45 +02:00

chore(deps): bump clap from 3.2.18 to 3.2.19

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.18 to 3.2.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.19/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19)

---
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-01 11:21:58 +00:00 committed by GitHub
parent 81a5a52513
commit b9fb07abf2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -184,9 +184,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.18"
version = "3.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15f2ea93df33549dbe2e8eecd1ca55269d63ae0b3ba1f55db030817d1c2867f"
checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5"
dependencies = [
"atty",
"bitflags",

View File

@ -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.18"
clap = "3.2.19"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
env_logger = "0.9"

View File

@ -11,6 +11,6 @@ edition = "2021"
keywords = ["youki", "container", "oci"]
[dependencies.clap]
version = "3.2.18"
version = "3.2.19"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]

View File

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

View File

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