summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-03-06 17:04:36 +0000
committerRenovate Bot <[email protected]>2024-03-06 17:04:36 +0000
commit0ffcf3bc1b1c31b6618e32dde5df954fba4aa83d (patch)
tree81cad500e77d17f346d5068f5f61406a28b83a46
parent7b2b6ef85522fd83d5f272cbf56d3adae8388b64 (diff)
Update Rust crate clap to 4.5.2
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39c188c..b12b8d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -52,9 +52,9 @@ dependencies = [
52 52
53[[package]] 53[[package]]
54name = "clap" 54name = "clap"
55version = "4.5.0" 55version = "4.5.2"
56source = "registry+https://github.com/rust-lang/crates.io-index" 56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f" 57checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
58dependencies = [ 58dependencies = [
59 "clap_builder", 59 "clap_builder",
60 "clap_derive", 60 "clap_derive",
@@ -62,9 +62,9 @@ dependencies = [
62 62
63[[package]] 63[[package]]
64name = "clap_builder" 64name = "clap_builder"
65version = "4.5.0" 65version = "4.5.2"
66source = "registry+https://github.com/rust-lang/crates.io-index" 66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99" 67checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
68dependencies = [ 68dependencies = [
69 "anstream", 69 "anstream",
70 "anstyle", 70 "anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index bee8983..0410441 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9clap = { version = "4.5.0", features = ["env", "derive"] } 9clap = { version = "4.5.2", features = ["env", "derive"] }
10 10
11[profile.release] 11[profile.release]
12strip = true 12strip = true