File tree 2 files changed +6
-34
lines changed
2 files changed +6
-34
lines changed Original file line number Diff line number Diff line change @@ -1036,16 +1036,6 @@ dependencies = [
1036
1036
" quote" ,
1037
1037
]
1038
1038
1039
- [[package ]]
1040
- name = " ctor"
1041
- version = " 0.1.22"
1042
- source = " registry+https://github.com/rust-lang/crates.io-index"
1043
- checksum = " f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
1044
- dependencies = [
1045
- " quote" ,
1046
- " syn" ,
1047
- ]
1048
-
1049
1039
[[package ]]
1050
1040
name = " curl"
1051
1041
version = " 0.4.43"
@@ -2294,6 +2284,7 @@ dependencies = [
2294
2284
" getrandom 0.2.0" ,
2295
2285
" lazy_static" ,
2296
2286
" libc" ,
2287
+ " libloading" ,
2297
2288
" log" ,
2298
2289
" measureme" ,
2299
2290
" rand 0.8.5" ,
@@ -2472,15 +2463,6 @@ version = "6.0.0"
2472
2463
source = " registry+https://github.com/rust-lang/crates.io-index"
2473
2464
checksum = " 8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2474
2465
2475
- [[package ]]
2476
- name = " output_vt100"
2477
- version = " 0.1.3"
2478
- source = " registry+https://github.com/rust-lang/crates.io-index"
2479
- checksum = " 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2480
- dependencies = [
2481
- " winapi" ,
2482
- ]
2483
-
2484
2466
[[package ]]
2485
2467
name = " owo-colors"
2486
2468
version = " 3.4.0"
@@ -2721,18 +2703,6 @@ version = "0.1.1"
2721
2703
source = " registry+https://github.com/rust-lang/crates.io-index"
2722
2704
checksum = " 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2723
2705
2724
- [[package ]]
2725
- name = " pretty_assertions"
2726
- version = " 1.2.1"
2727
- source = " registry+https://github.com/rust-lang/crates.io-index"
2728
- checksum = " c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
2729
- dependencies = [
2730
- " ansi_term" ,
2731
- " ctor" ,
2732
- " diff" ,
2733
- " output_vt100" ,
2734
- ]
2735
-
2736
2706
[[package ]]
2737
2707
name = " pretty_env_logger"
2738
2708
version = " 0.4.0"
@@ -5135,14 +5105,16 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5135
5105
5136
5106
[[package ]]
5137
5107
name = " ui_test"
5138
- version = " 0.1.0"
5108
+ version = " 0.3.1"
5109
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5110
+ checksum = " 7d1f546a5883ae78da735bba529ec1116661e2f73582f23920d994dc97da3a22"
5139
5111
dependencies = [
5140
5112
" cargo_metadata 0.15.0" ,
5141
5113
" color-eyre" ,
5142
5114
" colored" ,
5143
5115
" crossbeam" ,
5116
+ " diff" ,
5144
5117
" lazy_static" ,
5145
- " pretty_assertions" ,
5146
5118
" regex" ,
5147
5119
" rustc_version" ,
5148
5120
" serde" ,
You can’t perform that action at this time.
0 commit comments