@@ -32,17 +32,6 @@ version = "1.0.71"
32
32
source = " registry+https://github.com/rust-lang/crates.io-index"
33
33
checksum = " 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
34
34
35
- [[package ]]
36
- name = " atty"
37
- version = " 0.2.14"
38
- source = " registry+https://github.com/rust-lang/crates.io-index"
39
- checksum = " d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
40
- dependencies = [
41
- " hermit-abi 0.1.19" ,
42
- " libc" ,
43
- " winapi" ,
44
- ]
45
-
46
35
[[package ]]
47
36
name = " autocfg"
48
37
version = " 1.1.0"
@@ -70,6 +59,12 @@ version = "1.3.2"
70
59
source = " registry+https://github.com/rust-lang/crates.io-index"
71
60
checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
72
61
62
+ [[package ]]
63
+ name = " bitflags"
64
+ version = " 2.4.0"
65
+ source = " registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = " b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
67
+
73
68
[[package ]]
74
69
name = " bstr"
75
70
version = " 1.4.0"
@@ -155,13 +150,13 @@ dependencies = [
155
150
156
151
[[package ]]
157
152
name = " colored"
158
- version = " 2.0.0 "
153
+ version = " 2.0.4 "
159
154
source = " registry+https://github.com/rust-lang/crates.io-index"
160
- checksum = " b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd "
155
+ checksum = " 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 "
161
156
dependencies = [
162
- " atty " ,
157
+ " is-terminal " ,
163
158
" lazy_static" ,
164
- " winapi " ,
159
+ " windows-sys 0.48.0 " ,
165
160
]
166
161
167
162
[[package ]]
@@ -201,12 +196,12 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
201
196
202
197
[[package ]]
203
198
name = " env_logger"
204
- version = " 0.9.3 "
199
+ version = " 0.10.0 "
205
200
source = " registry+https://github.com/rust-lang/crates.io-index"
206
- checksum = " a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7 "
201
+ checksum = " 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0 "
207
202
dependencies = [
208
- " atty" ,
209
203
" humantime" ,
204
+ " is-terminal" ,
210
205
" log" ,
211
206
" regex" ,
212
207
" termcolor" ,
@@ -269,15 +264,6 @@ version = "0.27.2"
269
264
source = " registry+https://github.com/rust-lang/crates.io-index"
270
265
checksum = " ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
271
266
272
- [[package ]]
273
- name = " hermit-abi"
274
- version = " 0.1.19"
275
- source = " registry+https://github.com/rust-lang/crates.io-index"
276
- checksum = " 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
277
- dependencies = [
278
- " libc" ,
279
- ]
280
-
281
267
[[package ]]
282
268
name = " hermit-abi"
283
269
version = " 0.3.1"
@@ -311,11 +297,22 @@ version = "1.0.10"
311
297
source = " registry+https://github.com/rust-lang/crates.io-index"
312
298
checksum = " 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
313
299
dependencies = [
314
- " hermit-abi 0.3.1 " ,
300
+ " hermit-abi" ,
315
301
" libc" ,
316
302
" windows-sys 0.48.0" ,
317
303
]
318
304
305
+ [[package ]]
306
+ name = " is-terminal"
307
+ version = " 0.4.9"
308
+ source = " registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = " cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
310
+ dependencies = [
311
+ " hermit-abi" ,
312
+ " rustix 0.38.14" ,
313
+ " windows-sys 0.48.0" ,
314
+ ]
315
+
319
316
[[package ]]
320
317
name = " itoa"
321
318
version = " 1.0.6"
@@ -330,9 +327,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
330
327
331
328
[[package ]]
332
329
name = " libc"
333
- version = " 0.2.142 "
330
+ version = " 0.2.148 "
334
331
source = " registry+https://github.com/rust-lang/crates.io-index"
335
- checksum = " 6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317 "
332
+ checksum = " 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b "
336
333
337
334
[[package ]]
338
335
name = " libffi"
@@ -369,6 +366,12 @@ version = "0.3.7"
369
366
source = " registry+https://github.com/rust-lang/crates.io-index"
370
367
checksum = " ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
371
368
369
+ [[package ]]
370
+ name = " linux-raw-sys"
371
+ version = " 0.4.7"
372
+ source = " registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = " 1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
374
+
372
375
[[package ]]
373
376
name = " lock_api"
374
377
version = " 0.4.9"
@@ -454,7 +457,7 @@ version = "0.26.2"
454
457
source = " registry+https://github.com/rust-lang/crates.io-index"
455
458
checksum = " bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
456
459
dependencies = [
457
- " bitflags" ,
460
+ " bitflags 1.3.2 " ,
458
461
" cfg-if" ,
459
462
" libc" ,
460
463
" static_assertions" ,
@@ -581,7 +584,7 @@ version = "0.2.16"
581
584
source = " registry+https://github.com/rust-lang/crates.io-index"
582
585
checksum = " fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
583
586
dependencies = [
584
- " bitflags" ,
587
+ " bitflags 1.3.2 " ,
585
588
]
586
589
587
590
[[package ]]
@@ -590,7 +593,7 @@ version = "0.3.5"
590
593
source = " registry+https://github.com/rust-lang/crates.io-index"
591
594
checksum = " 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
592
595
dependencies = [
593
- " bitflags" ,
596
+ " bitflags 1.3.2 " ,
594
597
]
595
598
596
599
[[package ]]
@@ -655,11 +658,24 @@ version = "0.37.19"
655
658
source = " registry+https://github.com/rust-lang/crates.io-index"
656
659
checksum = " acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
657
660
dependencies = [
658
- " bitflags" ,
661
+ " bitflags 1.3.2 " ,
659
662
" errno" ,
660
663
" io-lifetimes" ,
661
664
" libc" ,
662
- " linux-raw-sys" ,
665
+ " linux-raw-sys 0.3.7" ,
666
+ " windows-sys 0.48.0" ,
667
+ ]
668
+
669
+ [[package ]]
670
+ name = " rustix"
671
+ version = " 0.38.14"
672
+ source = " registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = " 747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
674
+ dependencies = [
675
+ " bitflags 2.4.0" ,
676
+ " errno" ,
677
+ " libc" ,
678
+ " linux-raw-sys 0.4.7" ,
663
679
" windows-sys 0.48.0" ,
664
680
]
665
681
@@ -756,7 +772,7 @@ dependencies = [
756
772
" cfg-if" ,
757
773
" fastrand" ,
758
774
" redox_syscall 0.3.5" ,
759
- " rustix" ,
775
+ " rustix 0.37.19 " ,
760
776
" windows-sys 0.45.0" ,
761
777
]
762
778
0 commit comments