summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-01 20:41:51 +0000
committerGitHub <noreply@github.com>2023-07-01 20:41:51 +0000
commit30257fc1ea415699dcc219f40585beb4a268101f (patch)
tree0d25ac103b048201abe564977dc3974a8279d3ac
parentfda1b9cf58074bd7917e30f9a9ea85293b478680 (diff)
Bump clap_complete from 4.2.0 to 4.3.1dependabot/cargo/clap_complete-4.3.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.0 to 4.3.1. - [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/clap_complete-v4.2.0...clap_complete-v4.3.1) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0eb78b1..f293c88 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -155,9 +155,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.2.0"
+version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
+checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 8b9b51b..674463f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,4 +33,4 @@ features = ["rustls-tls-native-roots"]
chrono = "0.4.20"
clap = { version = "4.1.12", features = ["derive"] }
clap_mangen = "0.2.9"
-clap_complete = "4.2.0"
+clap_complete = "4.3.1"