summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-07-24 16:50:58 +0000
committerGitHub <noreply@github.com>2023-07-24 16:50:58 +0000
commit24ea8598ba28ce2669ebb1cad8a20f7648510e6f (patch)
treed1b67f2fd9db80d27b85113d72df415cc4504dcc
parent7c190c294e16ae265502dc090b369db851b5f002 (diff)
parent014076cec89b8b2dbe71e0bfa7387bfddc89f5be (diff)
chore: Merge #81staging
81: chore: Bump clap from 4.3.16 to 4.3.19 r=orhun a=dependabot[bot] Bumps [clap](https://github.com/clap-rs/clap) from 4.3.16 to 4.3.19. 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 bec8095..e84dccf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -95,18 +95,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.3.16"
+version = "4.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d"
+checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.3.16"
+version = "4.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843"
+checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
dependencies = [
"anstream",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 96d7d9a..7ca6431 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.16"
+clap = "4.3.19"
copypasta-ext = "0.4.4"
[build-dependencies]
clap_mangen = "0.2.12"
clap_complete = "4.3.2"
-clap = "4.3.16"
+clap = "4.3.19"
[profile.dev]
opt-level = 0