summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-16 03:05:35 -0400
committerGitHub <noreply@github.com>2022-06-16 03:05:35 -0400
commitbcf44f99188bfe5d4de5bc3d23998d1942a91b89 (patch)
treebdf4cab019c7ac1bbf8fdf40c69e2d4d5da2d528
parente7c19765282eb31daf85e5eba26e13828bc2f6c7 (diff)
build: bump clap from 3.2.4 to 3.2.5 (#4072)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.4 to 3.2.5. - [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/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index acce7f8b4..713f879f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -270,9 +270,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.2.4"
+version = "3.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6d20de3739b4fb45a17837824f40aa1769cc7655d7a83e68739a77fe7b30c87a"
+checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7"
dependencies = [
"atty",
"bitflags",
@@ -297,9 +297,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "3.2.4"
+version = "3.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "026baf08b89ffbd332836002ec9378ef0e69648cbfadd68af7cd398ca5bf98f7"
+checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
diff --git a/Cargo.toml b/Cargo.toml
index 698d64182..1f9e47bcd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ notify = ["notify-rust"]
[dependencies]
ansi_term = "0.12.1"
chrono = "0.4.19"
-clap = { version = "=3.2.4", features = ["derive", "cargo", "unicode", "unstable-v4"] }
+clap = { version = "=3.2.5", features = ["derive", "cargo", "unicode", "unstable-v4"] }
clap_complete = "3.2.1"
dirs-next = "2.0.0"
dunce = "1.0.2"