1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-07 23:36:15 +02:00

chore(deps): bump clap from 3.1.9 to 3.1.10 in /crates

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10.
- [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.1.9...v3.1.10)

---
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-04-20 00:48:59 +00:00 committed by GitHub
parent e8a1a751e0
commit d177135c94
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
crates/Cargo.lock generated
View File

@ -174,9 +174,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.9"
version = "3.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe"
checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b"
dependencies = [
"atty",
"bitflags",

View File

@ -38,7 +38,7 @@ libc = { version = "0.2.124", optional = true }
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "89376af", features = ["proptests"] }
quickcheck = "1"
mockall = { version = "0.11.0", features = [] }
clap = "3.1.9"
clap = "3.1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
env_logger = "0.9"

View File

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

View File

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