@@ -39,22 +39,19 @@ dependencies = [
39
39
40
40
[[package ]]
41
41
name = " annotate-snippets"
42
- version = " 0.9.2 "
42
+ version = " 0.11.4 "
43
43
source = " registry+https://github.com/rust-lang/crates.io-index"
44
- checksum = " ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e "
44
+ checksum = " 24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991 "
45
45
dependencies = [
46
+ " anstyle" ,
46
47
" unicode-width" ,
47
- " yansi-term" ,
48
48
]
49
49
50
50
[[package ]]
51
- name = " ansi_term "
52
- version = " 0.12.1 "
51
+ name = " anstyle "
52
+ version = " 1.0.8 "
53
53
source = " registry+https://github.com/rust-lang/crates.io-index"
54
- checksum = " d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
55
- dependencies = [
56
- " winapi" ,
57
- ]
54
+ checksum = " 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
58
55
59
56
[[package ]]
60
57
name = " anyhow"
@@ -126,9 +123,9 @@ dependencies = [
126
123
127
124
[[package ]]
128
125
name = " cargo_metadata"
129
- version = " 0.15.4 "
126
+ version = " 0.18.1 "
130
127
source = " registry+https://github.com/rust-lang/crates.io-index"
131
- checksum = " eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a "
128
+ checksum = " 2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037 "
132
129
dependencies = [
133
130
" camino" ,
134
131
" cargo-platform" ,
@@ -737,11 +734,11 @@ dependencies = [
737
734
738
735
[[package ]]
739
736
name = " prettydiff"
740
- version = " 0.6.4 "
737
+ version = " 0.7.0 "
741
738
source = " registry+https://github.com/rust-lang/crates.io-index"
742
- checksum = " 8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11 "
739
+ checksum = " abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9 "
743
740
dependencies = [
744
- " ansi_term " ,
741
+ " owo-colors " ,
745
742
" pad" ,
746
743
]
747
744
@@ -865,14 +862,14 @@ dependencies = [
865
862
866
863
[[package ]]
867
864
name = " rustfix"
868
- version = " 0.6.1 "
865
+ version = " 0.8.5 "
869
866
source = " registry+https://github.com/rust-lang/crates.io-index"
870
- checksum = " ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481 "
867
+ checksum = " 70f5b7fc8060f4f8373f9381a630304b42e1183535d9beb1d3f596b236c9106a "
871
868
dependencies = [
872
- " anyhow" ,
873
- " log" ,
874
869
" serde" ,
875
870
" serde_json" ,
871
+ " thiserror" ,
872
+ " tracing" ,
876
873
]
877
874
878
875
[[package ]]
@@ -962,6 +959,16 @@ version = "1.13.2"
962
959
source = " registry+https://github.com/rust-lang/crates.io-index"
963
960
checksum = " 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
964
961
962
+ [[package ]]
963
+ name = " spanned"
964
+ version = " 0.3.0"
965
+ source = " registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = " 86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6"
967
+ dependencies = [
968
+ " bstr" ,
969
+ " color-eyre" ,
970
+ ]
971
+
965
972
[[package ]]
966
973
name = " syn"
967
974
version = " 2.0.72"
@@ -1065,9 +1072,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1065
1072
1066
1073
[[package ]]
1067
1074
name = " ui_test"
1068
- version = " 0.21.2 "
1075
+ version = " 0.26.5 "
1069
1076
source = " registry+https://github.com/rust-lang/crates.io-index"
1070
- checksum = " aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d "
1077
+ checksum = " 32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83 "
1071
1078
dependencies = [
1072
1079
" annotate-snippets" ,
1073
1080
" anyhow" ,
@@ -1079,15 +1086,14 @@ dependencies = [
1079
1086
" comma" ,
1080
1087
" crossbeam-channel" ,
1081
1088
" indicatif" ,
1082
- " lazy_static" ,
1083
1089
" levenshtein" ,
1084
1090
" prettydiff" ,
1085
1091
" regex" ,
1086
1092
" rustc_version" ,
1087
1093
" rustfix" ,
1088
1094
" serde" ,
1089
1095
" serde_json" ,
1090
- " tempfile " ,
1096
+ " spanned " ,
1091
1097
]
1092
1098
1093
1099
[[package ]]
@@ -1120,28 +1126,6 @@ version = "0.11.0+wasi-snapshot-preview1"
1120
1126
source = " registry+https://github.com/rust-lang/crates.io-index"
1121
1127
checksum = " 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1122
1128
1123
- [[package ]]
1124
- name = " winapi"
1125
- version = " 0.3.9"
1126
- source = " registry+https://github.com/rust-lang/crates.io-index"
1127
- checksum = " 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1128
- dependencies = [
1129
- " winapi-i686-pc-windows-gnu" ,
1130
- " winapi-x86_64-pc-windows-gnu" ,
1131
- ]
1132
-
1133
- [[package ]]
1134
- name = " winapi-i686-pc-windows-gnu"
1135
- version = " 0.4.0"
1136
- source = " registry+https://github.com/rust-lang/crates.io-index"
1137
- checksum = " ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1138
-
1139
- [[package ]]
1140
- name = " winapi-x86_64-pc-windows-gnu"
1141
- version = " 0.4.0"
1142
- source = " registry+https://github.com/rust-lang/crates.io-index"
1143
- checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1144
-
1145
1129
[[package ]]
1146
1130
name = " windows-sys"
1147
1131
version = " 0.48.0"
@@ -1281,15 +1265,6 @@ version = "0.52.6"
1281
1265
source = " registry+https://github.com/rust-lang/crates.io-index"
1282
1266
checksum = " 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1283
1267
1284
- [[package ]]
1285
- name = " yansi-term"
1286
- version = " 0.1.2"
1287
- source = " registry+https://github.com/rust-lang/crates.io-index"
1288
- checksum = " fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
1289
- dependencies = [
1290
- " winapi" ,
1291
- ]
1292
-
1293
1268
[[package ]]
1294
1269
name = " zerocopy"
1295
1270
version = " 0.7.35"
0 commit comments