@@ -214,6 +214,18 @@ dependencies = [
214
214
" regex-automata" ,
215
215
]
216
216
217
+ [[package ]]
218
+ name = " bstr"
219
+ version = " 1.0.1"
220
+ source = " registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = " fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
222
+ dependencies = [
223
+ " memchr" ,
224
+ " once_cell" ,
225
+ " regex-automata" ,
226
+ " serde" ,
227
+ ]
228
+
217
229
[[package ]]
218
230
name = " build-manifest"
219
231
version = " 0.1.0"
@@ -919,25 +931,11 @@ dependencies = [
919
931
" cfg-if 1.0.0" ,
920
932
]
921
933
922
- [[package ]]
923
- name = " crossbeam"
924
- version = " 0.8.1"
925
- source = " registry+https://github.com/rust-lang/crates.io-index"
926
- checksum = " 4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
927
- dependencies = [
928
- " cfg-if 1.0.0" ,
929
- " crossbeam-channel" ,
930
- " crossbeam-deque" ,
931
- " crossbeam-epoch" ,
932
- " crossbeam-queue" ,
933
- " crossbeam-utils" ,
934
- ]
935
-
936
934
[[package ]]
937
935
name = " crossbeam-channel"
938
- version = " 0.5.4 "
936
+ version = " 0.5.6 "
939
937
source = " registry+https://github.com/rust-lang/crates.io-index"
940
- checksum = " 5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53 "
938
+ checksum = " c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521 "
941
939
dependencies = [
942
940
" cfg-if 1.0.0" ,
943
941
" crossbeam-utils" ,
@@ -967,16 +965,6 @@ dependencies = [
967
965
" scopeguard" ,
968
966
]
969
967
970
- [[package ]]
971
- name = " crossbeam-queue"
972
- version = " 0.3.5"
973
- source = " registry+https://github.com/rust-lang/crates.io-index"
974
- checksum = " 1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
975
- dependencies = [
976
- " cfg-if 1.0.0" ,
977
- " crossbeam-utils" ,
978
- ]
979
-
980
968
[[package ]]
981
969
name = " crossbeam-utils"
982
970
version = " 0.8.8"
@@ -1260,6 +1248,15 @@ version = "0.2.0"
1260
1248
source = " registry+https://github.com/rust-lang/crates.io-index"
1261
1249
checksum = " 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1262
1250
1251
+ [[package ]]
1252
+ name = " fastrand"
1253
+ version = " 1.8.0"
1254
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = " a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
1256
+ dependencies = [
1257
+ " instant" ,
1258
+ ]
1259
+
1263
1260
[[package ]]
1264
1261
name = " filetime"
1265
1262
version = " 0.2.14"
@@ -1584,7 +1581,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
1581
checksum = " 0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
1585
1582
dependencies = [
1586
1583
" aho-corasick" ,
1587
- " bstr" ,
1584
+ " bstr 0.2.17 " ,
1588
1585
" fnv" ,
1589
1586
" log" ,
1590
1587
" regex" ,
@@ -2341,17 +2338,17 @@ dependencies = [
2341
2338
2342
2339
[[package ]]
2343
2340
name = " once_cell"
2344
- version = " 1.12 .0"
2341
+ version = " 1.16 .0"
2345
2342
source = " registry+https://github.com/rust-lang/crates.io-index"
2346
- checksum = " 7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225 "
2343
+ checksum = " 86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860 "
2347
2344
2348
2345
[[package ]]
2349
2346
name = " opener"
2350
2347
version = " 0.5.0"
2351
2348
source = " registry+https://github.com/rust-lang/crates.io-index"
2352
2349
checksum = " 4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2353
2350
dependencies = [
2354
- " bstr" ,
2351
+ " bstr 0.2.17 " ,
2355
2352
" winapi" ,
2356
2353
]
2357
2354
@@ -3008,9 +3005,9 @@ dependencies = [
3008
3005
3009
3006
[[package ]]
3010
3007
name = " rustc-build-sysroot"
3011
- version = " 0.3.3 "
3008
+ version = " 0.4.0 "
3012
3009
source = " registry+https://github.com/rust-lang/crates.io-index"
3013
- checksum = " ec5f3689b6c560d6a3a17fcbe54204cd870b4fcf46342d60de16715b660d2c92 "
3010
+ checksum = " 20c4b4625eeb148cccf82d5e9b90ad7fab3b11a0204cf75cc7fa04981a0fdffd "
3014
3011
dependencies = [
3015
3012
" anyhow" ,
3016
3013
" rustc_version" ,
@@ -3098,7 +3095,7 @@ dependencies = [
3098
3095
name = " rustc-workspace-hack"
3099
3096
version = " 1.0.0"
3100
3097
dependencies = [
3101
- " bstr" ,
3098
+ " bstr 0.2.17 " ,
3102
3099
" clap 3.2.20" ,
3103
3100
" libz-sys" ,
3104
3101
" regex" ,
@@ -4767,13 +4764,13 @@ dependencies = [
4767
4764
4768
4765
[[package ]]
4769
4766
name = " tempfile"
4770
- version = " 3.2 .0"
4767
+ version = " 3.3 .0"
4771
4768
source = " registry+https://github.com/rust-lang/crates.io-index"
4772
- checksum = " dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 "
4769
+ checksum = " 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4 "
4773
4770
dependencies = [
4774
4771
" cfg-if 1.0.0" ,
4772
+ " fastrand" ,
4775
4773
" libc" ,
4776
- " rand 0.8.5" ,
4777
4774
" redox_syscall" ,
4778
4775
" remove_dir_all" ,
4779
4776
" winapi" ,
@@ -5119,20 +5116,22 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5119
5116
5120
5117
[[package ]]
5121
5118
name = " ui_test"
5122
- version = " 0.3.1 "
5119
+ version = " 0.4.0 "
5123
5120
source = " registry+https://github.com/rust-lang/crates.io-index"
5124
- checksum = " 7d1f546a5883ae78da735bba529ec1116661e2f73582f23920d994dc97da3a22 "
5121
+ checksum = " bf4559da3fe6b481f8674a29379677cb9606cd6f75fc254a2c9834c55638503d "
5125
5122
dependencies = [
5123
+ " bstr 1.0.1" ,
5126
5124
" cargo_metadata 0.15.0" ,
5127
5125
" color-eyre" ,
5128
5126
" colored" ,
5129
- " crossbeam" ,
5127
+ " crossbeam-channel " ,
5130
5128
" diff" ,
5131
5129
" lazy_static" ,
5132
5130
" regex" ,
5133
5131
" rustc_version" ,
5134
5132
" serde" ,
5135
5133
" serde_json" ,
5134
+ " tempfile" ,
5136
5135
]
5137
5136
5138
5137
[[package ]]
0 commit comments