summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-28 19:35:42 +0200
committerGitHub <noreply@github.com>2023-06-28 19:35:42 +0200
commit8a406926a0c494262ff66b2b087a0d609faf6983 (patch)
treebe9428a1237e81f8edbb2a51669c939aeeab0507
parentd6f73fd0ee7c5a667dd2bc2685f984579431e82c (diff)
chore: Bump clap from 4.3.8 to 4.3.9 (#72)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.9. - [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.3.8...v4.3.9) --- 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 4c298b0..75e27c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -95,18 +95,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.3.8"
+version = "4.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
+checksum = "bba77a07e4489fb41bd90e8d4201c3eb246b3c2c9ea2ba0bddd6c1d1df87db7d"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.3.8"
+version = "4.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
+checksum = "2c9b4a88bb4bc35d3d6f65a21b0f0bafe9c894fa00978de242c555ec28bea1c0"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index dc6d2c5..af8f7be 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.8"
+clap = "4.3.9"
copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.12"
clap_complete = "4.3.1"
-clap = "4.3.8"
+clap = "4.3.9"
[profile.dev]
opt-level = 0