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 @@ -1036,16 +1036,6 @@ dependencies = [
10361036 " quote" ,
10371037]
10381038
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-
10491039[[package ]]
10501040name = " curl"
10511041version = " 0.4.43"
@@ -2294,6 +2284,7 @@ dependencies = [
22942284 " getrandom 0.2.0" ,
22952285 " lazy_static" ,
22962286 " libc" ,
2287+ " libloading" ,
22972288 " log" ,
22982289 " measureme" ,
22992290 " rand 0.8.5" ,
@@ -2472,15 +2463,6 @@ version = "6.0.0"
24722463source = " registry+https://github.com/rust-lang/crates.io-index"
24732464checksum = " 8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
24742465
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-
24842466[[package ]]
24852467name = " owo-colors"
24862468version = " 3.4.0"
@@ -2721,18 +2703,6 @@ version = "0.1.1"
27212703source = " registry+https://github.com/rust-lang/crates.io-index"
27222704checksum = " 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
27232705
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-
27362706[[package ]]
27372707name = " pretty_env_logger"
27382708version = " 0.4.0"
@@ -5135,14 +5105,16 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
51355105
51365106[[package ]]
51375107name = " 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"
51395111dependencies = [
51405112 " cargo_metadata 0.15.0" ,
51415113 " color-eyre" ,
51425114 " colored" ,
51435115 " crossbeam" ,
5116+ " diff" ,
51445117 " lazy_static" ,
5145- " pretty_assertions" ,
51465118 " regex" ,
51475119 " rustc_version" ,
51485120 " serde" ,
You can’t perform that action at this time.
0 commit comments