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

Merge pull request #856 from containers/dependabot/cargo/crates/clap-3.1.10

chore(deps): bump clap from 3.1.9 to 3.1.10 in /crates
This commit is contained in:
utam0k 2022-04-20 11:25:14 +09:00 committed by GitHub
commit e9e64e26c0
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"]