From d57a45c80c4e225b125d10356dbf2ac6e780c65b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:02:23 +0200 Subject: [PATCH] build: bump clap from 4.0.4 to 4.0.8 (#4435) Bumps [clap](https://github.com/clap-rs/clap) from 4.0.4 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.4...v4.0.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23c6f1dd6..1a637be17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,9 +323,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.4" +version = "4.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f78ad8e84aa8e8aa3e821857be40eb4b925ff232de430d4dd2ae6aa058cbd92" +checksum = "5840cd9093aabeabf7fd932754c435b7674520fc3ddc935c397837050f0f1e4b" dependencies = [ "atty", "bitflags", @@ -349,9 +349,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 0.4.0", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index 8ed0300aa..dbe9d7aba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ notify = ["notify-rust"] [dependencies] chrono = { version = "0.4.22", features = ["clock", "std"] } -clap = { version = "4.0.4", features = ["derive", "cargo", "unicode"] } +clap = { version = "4.0.8", features = ["derive", "cargo", "unicode"] } clap_complete = "4.0.2" dirs-next = "2.0.0" dunce = "1.0.2"