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

chore(deps): bump clap_derive from 4.0.1 to 4.0.8

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

---
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-03 01:26:54 +00:00 committed by GitHub
parent 43c28a6e78
commit 42ba6117bd
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.1"
version = "4.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca689d7434ce44517a12a89456b2be4d1ea1cafcd8f581978c03d45f5a5c12a7"
checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1"
dependencies = [
"heck",
"proc-macro-error",
@ -986,7 +986,7 @@ dependencies = [
"anyhow",
"chrono",
"clap",
"clap_derive 4.0.1",
"clap_derive 4.0.8",
"flate2",
"libcgroups",
"libcontainer",

View File

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