aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2022-09-23 13:51:09 +0100
committerdiogo464 <[email protected]>2022-09-23 13:51:09 +0100
commitbd4934dd6d0b141ec699949c1e14b12e8ae9d08f (patch)
tree9c6bfeb603cf6c1fbc32a349242eda3fae3d38e8 /Cargo.lock
parent4e3a3692a7276a2bde2034c30afe57b07b30e711 (diff)
updated dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock24
1 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eadaad2..f625dd7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -63,9 +63,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
63 63
64[[package]] 64[[package]]
65name = "clap" 65name = "clap"
66version = "3.2.21" 66version = "3.2.22"
67source = "registry+https://github.com/rust-lang/crates.io-index" 67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7" 68checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
69dependencies = [ 69dependencies = [
70 "atty", 70 "atty",
71 "bitflags", 71 "bitflags",
@@ -117,9 +117,9 @@ dependencies = [
117 117
118[[package]] 118[[package]]
119name = "env_logger" 119name = "env_logger"
120version = "0.9.0" 120version = "0.9.1"
121source = "registry+https://github.com/rust-lang/crates.io-index" 121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" 122checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
123dependencies = [ 123dependencies = [
124 "atty", 124 "atty",
125 "humantime", 125 "humantime",
@@ -186,9 +186,9 @@ dependencies = [
186 186
187[[package]] 187[[package]]
188name = "libc" 188name = "libc"
189version = "0.2.132" 189version = "0.2.133"
190source = "registry+https://github.com/rust-lang/crates.io-index" 190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5" 191checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"
192 192
193[[package]] 193[[package]]
194name = "log" 194name = "log"
@@ -234,9 +234,9 @@ dependencies = [
234 234
235[[package]] 235[[package]]
236name = "once_cell" 236name = "once_cell"
237version = "1.14.0" 237version = "1.15.0"
238source = "registry+https://github.com/rust-lang/crates.io-index" 238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" 239checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
240 240
241[[package]] 241[[package]]
242name = "os_str_bytes" 242name = "os_str_bytes"
@@ -320,9 +320,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
320 320
321[[package]] 321[[package]]
322name = "syn" 322name = "syn"
323version = "1.0.99" 323version = "1.0.100"
324source = "registry+https://github.com/rust-lang/crates.io-index" 324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 325checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e"
326dependencies = [ 326dependencies = [
327 "proc-macro2", 327 "proc-macro2",
328 "quote", 328 "quote",
@@ -340,9 +340,9 @@ dependencies = [
340 340
341[[package]] 341[[package]]
342name = "textwrap" 342name = "textwrap"
343version = "0.15.0" 343version = "0.15.1"
344source = "registry+https://github.com/rust-lang/crates.io-index" 344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 345checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
346 346
347[[package]] 347[[package]]
348name = "thiserror" 348name = "thiserror"