File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,15 @@ dependencies = [
251
251
" windows-sys 0.59.0" ,
252
252
]
253
253
254
+ [[package ]]
255
+ name = " colored"
256
+ version = " 3.0.0"
257
+ source = " registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = " fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
259
+ dependencies = [
260
+ " windows-sys 0.59.0" ,
261
+ ]
262
+
254
263
[[package ]]
255
264
name = " comma"
256
265
version = " 1.0.0"
@@ -603,7 +612,7 @@ dependencies = [
603
612
" capstone" ,
604
613
" chrono" ,
605
614
" chrono-tz" ,
606
- " colored" ,
615
+ " colored 3.0.0 " ,
607
616
" directories" ,
608
617
" getrandom 0.3.3" ,
609
618
" ipc-channel" ,
@@ -1189,7 +1198,7 @@ dependencies = [
1189
1198
" cargo-platform" ,
1190
1199
" cargo_metadata" ,
1191
1200
" color-eyre" ,
1192
- " colored" ,
1201
+ " colored 2.2.0 " ,
1193
1202
" comma" ,
1194
1203
" crossbeam-channel" ,
1195
1204
" indicatif" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ capstone = { version = "0.13", optional = true }
50
50
51
51
[dev-dependencies ]
52
52
ui_test = " 0.29.1"
53
- colored = " 2 "
53
+ colored = " 3 "
54
54
rustc_version = " 0.4"
55
55
regex = " 1.5.5"
56
56
tempfile = " 3"
You can’t perform that action at this time.
0 commit comments