Skip to content

Commit e018f49

Browse files
committed
remove atty dependency by updating colored
1 parent 96a85d6 commit e018f49

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

src/tools/miri/Cargo.lock

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ version = "1.0.71"
3232
source = "registry+https://github.com/rust-lang/crates.io-index"
3333
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
3434

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-
4635
[[package]]
4736
name = "autocfg"
4837
version = "1.1.0"
@@ -161,13 +150,13 @@ dependencies = [
161150

162151
[[package]]
163152
name = "colored"
164-
version = "2.0.0"
153+
version = "2.0.4"
165154
source = "registry+https://github.com/rust-lang/crates.io-index"
166-
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
155+
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
167156
dependencies = [
168-
"atty",
157+
"is-terminal",
169158
"lazy_static",
170-
"winapi",
159+
"windows-sys 0.48.0",
171160
]
172161

173162
[[package]]
@@ -275,15 +264,6 @@ version = "0.27.2"
275264
source = "registry+https://github.com/rust-lang/crates.io-index"
276265
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
277266

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-
287267
[[package]]
288268
name = "hermit-abi"
289269
version = "0.3.1"
@@ -317,7 +297,7 @@ version = "1.0.10"
317297
source = "registry+https://github.com/rust-lang/crates.io-index"
318298
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
319299
dependencies = [
320-
"hermit-abi 0.3.1",
300+
"hermit-abi",
321301
"libc",
322302
"windows-sys 0.48.0",
323303
]
@@ -328,7 +308,7 @@ version = "0.4.9"
328308
source = "registry+https://github.com/rust-lang/crates.io-index"
329309
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
330310
dependencies = [
331-
"hermit-abi 0.3.1",
311+
"hermit-abi",
332312
"rustix 0.38.14",
333313
"windows-sys 0.48.0",
334314
]

0 commit comments

Comments
 (0)