1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-01 20:36:12 +02:00

chore(deps): bump clap_derive from 4.0.8 to 4.0.9

Bumps [clap_derive](https://github.com/clap-rs/clap) from 4.0.8 to 4.0.9.
- [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/v4.0.8...v4.0.9)

---
updated-dependencies:
- dependency-name: clap_derive
  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-10-04 00:37:17 +00:00 committed by GitHub
parent 583af14902
commit 15e8a32a58
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.8"
version = "4.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1"
checksum = "a4a307492e1a34939f79d3b6b9650bd2b971513cd775436bf2b78defeb5af00b"
dependencies = [
"heck",
"proc-macro-error",
@ -986,7 +986,7 @@ dependencies = [
"anyhow",
"chrono",
"clap",
"clap_derive 4.0.8",
"clap_derive 4.0.9",
"flate2",
"libcgroups",
"libcontainer",

View File

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