summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-14 20:07:37 +0000
committerGitHub <noreply@github.com>2024-03-14 20:07:37 +0000
commitdd4ee052a7b7027ebec7e3224084f9664d4f314e (patch)
tree62120e4790fbe9933f43688e7de3b42e7ac0e1c3
parentd032e5b87247441cbcb1e8a103b51886dea1a694 (diff)
chore: Bump clap_complete from 4.4.1 to 4.5.1 (#191)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.1 to 4.5.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.4.1...clap_complete-v4.5.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 f938dd8..75f1dbc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -241,9 +241,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.4.1"
+version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
+checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c"
dependencies = [
"clap",
]
diff --git a/Cargo.toml b/Cargo.toml
index 51f45b6..6ac86ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ shellexpand = "3.1.0"
hex-literal = "0.4.1"
toml = "0.8.6"
dirs-next = "2.0.0"
-clap_complete = "4.4.1"
+clap_complete = "4.5.1"
tinytemplate = "1.2.1"
better-panic = "0.3.0"