summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-06-26 16:11:02 +0000
committerGitHub <noreply@github.com>2023-06-26 16:11:02 +0000
commitd6f73fd0ee7c5a667dd2bc2685f984579431e82c (patch)
tree4b51607e3d7ef24984024efa8856b936501df0d3
parentb1aa0e4caac7ded69adcdd9597e1870fb7475d67 (diff)
parent912f6528d1f1e68c89ccb39d7f7722f7f425edbe (diff)
chore: Merge #71
71: chore: Bump clap from 4.3.5 to 4.3.8 r=orhun a=dependabot[bot] Bumps [clap](https://github.com/clap-rs/clap) from 4.3.5 to 4.3.8. 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 604ef2f..4c298b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -95,18 +95,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.3.5"
+version = "4.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2686c4115cb0810d9a984776e197823d08ec94f176549a89a9efded477c456dc"
+checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.3.5"
+version = "4.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae"
+checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 2c61a69..dc6d2c5 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.5"
+clap = "4.3.8"
copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.12"
clap_complete = "4.3.1"
-clap = "4.3.5"
+clap = "4.3.8"
[profile.dev]
opt-level = 0