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 @@ -1035,16 +1035,6 @@ dependencies = [
1035
1035
" quote" ,
1036
1036
]
1037
1037
1038
- [[package ]]
1039
- name = " ctor"
1040
- version = " 0.1.22"
1041
- source = " registry+https://github.com/rust-lang/crates.io-index"
1042
- checksum = " f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
1043
- dependencies = [
1044
- " quote" ,
1045
- " syn" ,
1046
- ]
1047
-
1048
1038
[[package ]]
1049
1039
name = " curl"
1050
1040
version = " 0.4.43"
@@ -2293,6 +2283,7 @@ dependencies = [
2293
2283
" getrandom 0.2.0" ,
2294
2284
" lazy_static" ,
2295
2285
" libc" ,
2286
+ " libloading" ,
2296
2287
" log" ,
2297
2288
" measureme" ,
2298
2289
" rand 0.8.5" ,
@@ -2471,15 +2462,6 @@ version = "6.0.0"
2471
2462
source = " registry+https://github.com/rust-lang/crates.io-index"
2472
2463
checksum = " 8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2473
2464
2474
- [[package ]]
2475
- name = " output_vt100"
2476
- version = " 0.1.3"
2477
- source = " registry+https://github.com/rust-lang/crates.io-index"
2478
- checksum = " 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2479
- dependencies = [
2480
- " winapi" ,
2481
- ]
2482
-
2483
2465
[[package ]]
2484
2466
name = " owo-colors"
2485
2467
version = " 3.4.0"
@@ -2720,18 +2702,6 @@ version = "0.1.1"
2720
2702
source = " registry+https://github.com/rust-lang/crates.io-index"
2721
2703
checksum = " 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2722
2704
2723
- [[package ]]
2724
- name = " pretty_assertions"
2725
- version = " 1.2.1"
2726
- source = " registry+https://github.com/rust-lang/crates.io-index"
2727
- checksum = " c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
2728
- dependencies = [
2729
- " ansi_term" ,
2730
- " ctor" ,
2731
- " diff" ,
2732
- " output_vt100" ,
2733
- ]
2734
-
2735
2705
[[package ]]
2736
2706
name = " pretty_env_logger"
2737
2707
version = " 0.4.0"
@@ -5119,14 +5089,16 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5119
5089
5120
5090
[[package ]]
5121
5091
name = " ui_test"
5122
- version = " 0.1.0"
5092
+ version = " 0.3.1"
5093
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5094
+ checksum = " 7d1f546a5883ae78da735bba529ec1116661e2f73582f23920d994dc97da3a22"
5123
5095
dependencies = [
5124
5096
" cargo_metadata 0.15.0" ,
5125
5097
" color-eyre" ,
5126
5098
" colored" ,
5127
5099
" crossbeam" ,
5100
+ " diff" ,
5128
5101
" lazy_static" ,
5129
- " pretty_assertions" ,
5130
5102
" regex" ,
5131
5103
" rustc_version" ,
5132
5104
" serde" ,
You can’t perform that action at this time.
0 commit comments