1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-30 18:53:09 +02:00

Merge pull request #1332 from containers/dependabot/cargo/clap_derive-4.0.21

chore(deps): bump clap_derive from 4.0.18 to 4.0.21
This commit is contained in:
Thomas Schubart 2022-11-12 19:45:57 +01:00 committed by GitHub
commit e19307d363
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -223,9 +223,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.0.18"
version = "4.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3"
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
dependencies = [
"heck",
"proc-macro-error",
@ -1017,7 +1017,7 @@ dependencies = [
"anyhow",
"chrono",
"clap",
"clap_derive 4.0.18",
"clap_derive 4.0.21",
"flate2",
"libcgroups",
"libcontainer",

View File

@ -30,5 +30,5 @@ default-features = false
features = ["std", "suggestions", "derive", "cargo"]
[dependencies.clap_derive]
version = "4.0.18"
version = "4.0.21"
default-features = true