aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-01-13 16:05:42 +0000
committerRenovate Bot <[email protected]>2024-01-13 16:05:42 +0000
commit9133e8f8a5afbdf12fa9cf1182ad34f99698f23c (patch)
treed61fa96bf4d169f0fc51362876f83b4f5d691685
parent456146a18a652705e88b953fc7842e161bbaad3f (diff)
Update Rust crate clap to 4.4.16
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97fd2e9..e8b1b4e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -43,9 +43,9 @@ dependencies = [
43 43
44[[package]] 44[[package]]
45name = "anstream" 45name = "anstream"
46version = "0.6.5" 46version = "0.6.7"
47source = "registry+https://github.com/rust-lang/crates.io-index" 47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" 48checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba"
49dependencies = [ 49dependencies = [
50 "anstyle", 50 "anstyle",
51 "anstyle-parse", 51 "anstyle-parse",
@@ -147,9 +147,9 @@ dependencies = [
147 147
148[[package]] 148[[package]]
149name = "clap" 149name = "clap"
150version = "4.4.12" 150version = "4.4.16"
151source = "registry+https://github.com/rust-lang/crates.io-index" 151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" 152checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445"
153dependencies = [ 153dependencies = [
154 "clap_builder", 154 "clap_builder",
155 "clap_derive", 155 "clap_derive",
@@ -157,9 +157,9 @@ dependencies = [
157 157
158[[package]] 158[[package]]
159name = "clap_builder" 159name = "clap_builder"
160version = "4.4.12" 160version = "4.4.16"
161source = "registry+https://github.com/rust-lang/crates.io-index" 161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" 162checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb"
163dependencies = [ 163dependencies = [
164 "anstream", 164 "anstream",
165 "anstyle", 165 "anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 4e7f0c8..5dd8399 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7 7
8[dependencies] 8[dependencies]
9chrono = "0.4.31" 9chrono = "0.4.31"
10clap = { version = "4.4.12", features = ["env", "derive"] } 10clap = { version = "4.4.16", features = ["env", "derive"] }
11color-eyre = "0.6.2" 11color-eyre = "0.6.2"
12cron = "0.12.0" 12cron = "0.12.0"
13eyre = "0.6.11" 13eyre = "0.6.11"