This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-34
lines changed Expand file tree Collapse file tree 2 files changed +6
-34
lines changed Original file line number Diff line number Diff line change @@ -1035,16 +1035,6 @@ dependencies = [
10351035 " quote" ,
10361036]
10371037
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-
10481038[[package ]]
10491039name = " curl"
10501040version = " 0.4.43"
@@ -2293,6 +2283,7 @@ dependencies = [
22932283 " getrandom 0.2.0" ,
22942284 " lazy_static" ,
22952285 " libc" ,
2286+ " libloading" ,
22962287 " log" ,
22972288 " measureme" ,
22982289 " rand 0.8.5" ,
@@ -2471,15 +2462,6 @@ version = "6.0.0"
24712462source = " registry+https://github.com/rust-lang/crates.io-index"
24722463checksum = " 8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
24732464
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-
24832465[[package ]]
24842466name = " owo-colors"
24852467version = " 3.4.0"
@@ -2720,18 +2702,6 @@ version = "0.1.1"
27202702source = " registry+https://github.com/rust-lang/crates.io-index"
27212703checksum = " 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
27222704
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-
27352705[[package ]]
27362706name = " pretty_env_logger"
27372707version = " 0.4.0"
@@ -5119,14 +5089,16 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
51195089
51205090[[package ]]
51215091name = " 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"
51235095dependencies = [
51245096 " cargo_metadata 0.15.0" ,
51255097 " color-eyre" ,
51265098 " colored" ,
51275099 " crossbeam" ,
5100+ " diff" ,
51285101 " lazy_static" ,
5129- " pretty_assertions" ,
51305102 " regex" ,
51315103 " rustc_version" ,
51325104 " serde" ,
You can’t perform that action at this time.
0 commit comments