summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-02 19:38:43 +0200
committerGitHub <noreply@github.com>2023-06-02 19:38:43 +0200
commitfd06d12827e2dce02258578e47e0753bbae0cd73 (patch)
tree5c816bfa2a63a2a23c9612d4b56a03b6d5cfc4ae
parent26bd4f90bad60996756889eb739048732f1d5ff4 (diff)
chore: Bump clap from 4.3.0 to 4.3.1 (#65)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.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.3.0...clap_complete-v4.3.1) --- 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.toml4
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2b433ac..4087153 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -95,18 +95,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.3.0"
+version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
+checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.3.0"
+version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
+checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index a5a954a..1555975 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,13 +20,13 @@ bytesize = "1.2.0"
unicode-width = "0.1.10"
colorsys = "0.6.7"
enum-iterator = "1.4.1"
-clap = "4.3.0"
+clap = "4.3.1"
copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.11"
clap_complete = "4.3.0"
-clap = "4.3.0"
+clap = "4.3.1"
[profile.dev]
opt-level = 0