aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c22ea97..a59f4cd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -147,9 +147,9 @@ dependencies = [
147 147
148[[package]] 148[[package]]
149name = "clap" 149name = "clap"
150version = "4.5.18" 150version = "4.5.19"
151source = "registry+https://github.com/rust-lang/crates.io-index" 151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3" 152checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
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.5.18" 160version = "4.5.19"
161source = "registry+https://github.com/rust-lang/crates.io-index" 161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b" 162checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
163dependencies = [ 163dependencies = [
164 "anstream", 164 "anstream",
165 "anstyle", 165 "anstyle",