@@ -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"
@@ -161,13 +150,13 @@ dependencies = [
161
150
162
151
[[package ]]
163
152
name = " colored"
164
- version = " 2.0.0 "
153
+ version = " 2.0.4 "
165
154
source = " registry+https://github.com/rust-lang/crates.io-index"
166
- checksum = " b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd "
155
+ checksum = " 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 "
167
156
dependencies = [
168
- " atty " ,
157
+ " is-terminal " ,
169
158
" lazy_static" ,
170
- " winapi " ,
159
+ " windows-sys 0.48.0 " ,
171
160
]
172
161
173
162
[[package ]]
@@ -275,15 +264,6 @@ version = "0.27.2"
275
264
source = " registry+https://github.com/rust-lang/crates.io-index"
276
265
checksum = " ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
277
266
278
- [[package ]]
279
- name = " hermit-abi"
280
- version = " 0.1.19"
281
- source = " registry+https://github.com/rust-lang/crates.io-index"
282
- checksum = " 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
283
- dependencies = [
284
- " libc" ,
285
- ]
286
-
287
267
[[package ]]
288
268
name = " hermit-abi"
289
269
version = " 0.3.1"
@@ -317,7 +297,7 @@ version = "1.0.10"
317
297
source = " registry+https://github.com/rust-lang/crates.io-index"
318
298
checksum = " 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
319
299
dependencies = [
320
- " hermit-abi 0.3.1 " ,
300
+ " hermit-abi" ,
321
301
" libc" ,
322
302
" windows-sys 0.48.0" ,
323
303
]
@@ -328,7 +308,7 @@ version = "0.4.9"
328
308
source = " registry+https://github.com/rust-lang/crates.io-index"
329
309
checksum = " cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
330
310
dependencies = [
331
- " hermit-abi 0.3.1 " ,
311
+ " hermit-abi" ,
332
312
" rustix 0.38.14" ,
333
313
" windows-sys 0.48.0" ,
334
314
]
0 commit comments