File tree 2 files changed +10
-13
lines changed
2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,6 @@ dependencies = [
11
11
" memchr" ,
12
12
]
13
13
14
- [[package ]]
15
- name = " ansi_term"
16
- version = " 0.12.1"
17
- source = " registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = " d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
19
- dependencies = [
20
- " winapi" ,
21
- ]
22
-
23
14
[[package ]]
24
15
name = " autocfg"
25
16
version = " 1.1.0"
@@ -447,14 +438,14 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
447
438
448
439
[[package ]]
449
440
name = " pretty_assertions"
450
- version = " 0.7.2 "
441
+ version = " 1.3.0 "
451
442
source = " registry+https://github.com/rust-lang/crates.io-index"
452
- checksum = " 1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b "
443
+ checksum = " a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755 "
453
444
dependencies = [
454
- " ansi_term" ,
455
445
" ctor" ,
456
446
" diff" ,
457
447
" output_vt100" ,
448
+ " yansi" ,
458
449
]
459
450
460
451
[[package ]]
@@ -803,3 +794,9 @@ checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
803
794
dependencies = [
804
795
" lzma-sys" ,
805
796
]
797
+
798
+ [[package ]]
799
+ name = " yansi"
800
+ version = " 0.5.1"
801
+ source = " registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = " 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ features = [
72
72
]
73
73
74
74
[dev-dependencies ]
75
- pretty_assertions = " 0.7 "
75
+ pretty_assertions = " 1.2 "
76
76
77
77
[features ]
78
78
build-metrics = [" sysinfo" ]
You can’t perform that action at this time.
0 commit comments