@@ -8,31 +8,29 @@ version = "0.20.0"
8
8
source = " registry+https://github.com/rust-lang/crates.io-index"
9
9
checksum = " f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10
10
dependencies = [
11
- " compiler_builtins" ,
12
11
" gimli 0.27.3" ,
13
- " rustc-std-workspace-alloc" ,
14
- " rustc-std-workspace-core" ,
15
12
]
16
13
17
14
[[package ]]
18
- name = " adler "
19
- version = " 1.0.2 "
15
+ name = " addr2line "
16
+ version = " 0.21.0 "
20
17
source = " registry+https://github.com/rust-lang/crates.io-index"
21
- checksum = " f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe "
18
+ checksum = " 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb "
22
19
dependencies = [
23
20
" compiler_builtins" ,
21
+ " gimli 0.28.0" ,
22
+ " rustc-std-workspace-alloc" ,
24
23
" rustc-std-workspace-core" ,
25
24
]
26
25
27
26
[[package ]]
28
- name = " ahash "
29
- version = " 0.7.6 "
27
+ name = " adler "
28
+ version = " 1.0.2 "
30
29
source = " registry+https://github.com/rust-lang/crates.io-index"
31
- checksum = " fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 "
30
+ checksum = " f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe "
32
31
dependencies = [
33
- " getrandom" ,
34
- " once_cell" ,
35
- " version_check" ,
32
+ " compiler_builtins" ,
33
+ " rustc-std-workspace-core" ,
36
34
]
37
35
38
36
[[package ]]
@@ -178,11 +176,11 @@ dependencies = [
178
176
179
177
[[package ]]
180
178
name = " ar_archive_writer"
181
- version = " 0.1.4 "
179
+ version = " 0.1.5 "
182
180
source = " registry+https://github.com/rust-lang/crates.io-index"
183
- checksum = " 74cfb39880a59e122232cb5fb06b20b4382d58c12fa9747d16f846d38a7b094c "
181
+ checksum = " 9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71 "
184
182
dependencies = [
185
- " object" ,
183
+ " object 0.32.0 " ,
186
184
]
187
185
188
186
[[package ]]
@@ -252,12 +250,12 @@ version = "0.3.68"
252
250
source = " registry+https://github.com/rust-lang/crates.io-index"
253
251
checksum = " 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
254
252
dependencies = [
255
- " addr2line" ,
253
+ " addr2line 0.20.0 " ,
256
254
" cc" ,
257
255
" cfg-if" ,
258
256
" libc" ,
259
257
" miniz_oxide" ,
260
- " object" ,
258
+ " object 0.31.1 " ,
261
259
" rustc-demangle" ,
262
260
]
263
261
@@ -1159,9 +1157,9 @@ dependencies = [
1159
1157
1160
1158
[[package ]]
1161
1159
name = " fallible-iterator"
1162
- version = " 0.2 .0"
1160
+ version = " 0.3 .0"
1163
1161
source = " registry+https://github.com/rust-lang/crates.io-index"
1164
- checksum = " 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7 "
1162
+ checksum = " 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 "
1165
1163
1166
1164
[[package ]]
1167
1165
name = " fastrand"
@@ -1439,24 +1437,22 @@ dependencies = [
1439
1437
1440
1438
[[package ]]
1441
1439
name = " gimli"
1442
- version = " 0.26.2 "
1440
+ version = " 0.27.3 "
1443
1441
source = " registry+https://github.com/rust-lang/crates.io-index"
1444
- checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
1445
- dependencies = [
1446
- " fallible-iterator" ,
1447
- " indexmap 1.9.3" ,
1448
- " stable_deref_trait" ,
1449
- ]
1442
+ checksum = " b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
1450
1443
1451
1444
[[package ]]
1452
1445
name = " gimli"
1453
- version = " 0.27.3 "
1446
+ version = " 0.28.0 "
1454
1447
source = " registry+https://github.com/rust-lang/crates.io-index"
1455
- checksum = " b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e "
1448
+ checksum = " 6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0 "
1456
1449
dependencies = [
1457
1450
" compiler_builtins" ,
1451
+ " fallible-iterator" ,
1452
+ " indexmap 2.0.0" ,
1458
1453
" rustc-std-workspace-alloc" ,
1459
1454
" rustc-std-workspace-core" ,
1455
+ " stable_deref_trait" ,
1460
1456
]
1461
1457
1462
1458
[[package ]]
@@ -1525,25 +1521,14 @@ name = "hashbrown"
1525
1521
version = " 0.12.3"
1526
1522
source = " registry+https://github.com/rust-lang/crates.io-index"
1527
1523
checksum = " 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1528
- dependencies = [
1529
- " ahash 0.7.6" ,
1530
- ]
1531
-
1532
- [[package ]]
1533
- name = " hashbrown"
1534
- version = " 0.13.2"
1535
- source = " registry+https://github.com/rust-lang/crates.io-index"
1536
- checksum = " 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
1537
- dependencies = [
1538
- " ahash 0.8.3" ,
1539
- ]
1540
1524
1541
1525
[[package ]]
1542
1526
name = " hashbrown"
1543
1527
version = " 0.14.0"
1544
1528
source = " registry+https://github.com/rust-lang/crates.io-index"
1545
1529
checksum = " 2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1546
1530
dependencies = [
1531
+ " ahash" ,
1547
1532
" allocator-api2" ,
1548
1533
" compiler_builtins" ,
1549
1534
" rustc-std-workspace-alloc" ,
@@ -2449,12 +2434,21 @@ name = "object"
2449
2434
version = " 0.31.1"
2450
2435
source = " registry+https://github.com/rust-lang/crates.io-index"
2451
2436
checksum = " 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2437
+ dependencies = [
2438
+ " memchr" ,
2439
+ ]
2440
+
2441
+ [[package ]]
2442
+ name = " object"
2443
+ version = " 0.32.0"
2444
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = " 77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
2452
2446
dependencies = [
2453
2447
" compiler_builtins" ,
2454
2448
" crc32fast" ,
2455
2449
" flate2" ,
2456
- " hashbrown 0.13.2 " ,
2457
- " indexmap 1.9.3 " ,
2450
+ " hashbrown 0.14.0 " ,
2451
+ " indexmap 2.0.0 " ,
2458
2452
" memchr" ,
2459
2453
" rustc-std-workspace-alloc" ,
2460
2454
" rustc-std-workspace-core" ,
@@ -3362,7 +3356,7 @@ dependencies = [
3362
3356
" cstr" ,
3363
3357
" libc" ,
3364
3358
" measureme" ,
3365
- " object" ,
3359
+ " object 0.32.0 " ,
3366
3360
" rustc-demangle" ,
3367
3361
" rustc_ast" ,
3368
3362
" rustc_attr" ,
@@ -3398,7 +3392,7 @@ dependencies = [
3398
3392
" itertools" ,
3399
3393
" jobserver" ,
3400
3394
" libc" ,
3401
- " object" ,
3395
+ " object 0.32.0 " ,
3402
3396
" pathdiff" ,
3403
3397
" regex" ,
3404
3398
" rustc_arena" ,
@@ -4332,7 +4326,7 @@ name = "rustc_target"
4332
4326
version = " 0.0.0"
4333
4327
dependencies = [
4334
4328
" bitflags 1.3.2" ,
4335
- " object" ,
4329
+ " object 0.32.0 " ,
4336
4330
" rustc_abi" ,
4337
4331
" rustc_data_structures" ,
4338
4332
" rustc_feature" ,
@@ -4587,12 +4581,12 @@ checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
4587
4581
4588
4582
[[package ]]
4589
4583
name = " ruzstd"
4590
- version = " 0.3.1 "
4584
+ version = " 0.4.0 "
4591
4585
source = " registry+https://github.com/rust-lang/crates.io-index"
4592
- checksum = " 9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe "
4586
+ checksum = " ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc "
4593
4587
dependencies = [
4594
4588
" byteorder" ,
4595
- " thiserror" ,
4589
+ " thiserror-core " ,
4596
4590
" twox-hash" ,
4597
4591
]
4598
4592
@@ -4861,7 +4855,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4861
4855
name = " std"
4862
4856
version = " 0.0.0"
4863
4857
dependencies = [
4864
- " addr2line" ,
4858
+ " addr2line 0.21.0 " ,
4865
4859
" alloc" ,
4866
4860
" cfg-if" ,
4867
4861
" compiler_builtins" ,
@@ -4872,7 +4866,7 @@ dependencies = [
4872
4866
" hermit-abi 0.3.2" ,
4873
4867
" libc" ,
4874
4868
" miniz_oxide" ,
4875
- " object" ,
4869
+ " object 0.32.0 " ,
4876
4870
" panic_abort" ,
4877
4871
" panic_unwind" ,
4878
4872
" profiler_builtins" ,
@@ -5139,6 +5133,26 @@ dependencies = [
5139
5133
" thiserror-impl" ,
5140
5134
]
5141
5135
5136
+ [[package ]]
5137
+ name = " thiserror-core"
5138
+ version = " 1.0.38"
5139
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5140
+ checksum = " 0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
5141
+ dependencies = [
5142
+ " thiserror-core-impl" ,
5143
+ ]
5144
+
5145
+ [[package ]]
5146
+ name = " thiserror-core-impl"
5147
+ version = " 1.0.38"
5148
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5149
+ checksum = " 10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
5150
+ dependencies = [
5151
+ " proc-macro2" ,
5152
+ " quote" ,
5153
+ " syn 1.0.109" ,
5154
+ ]
5155
+
5142
5156
[[package ]]
5143
5157
name = " thiserror-impl"
5144
5158
version = " 1.0.40"
@@ -5152,13 +5166,13 @@ dependencies = [
5152
5166
5153
5167
[[package ]]
5154
5168
name = " thorin-dwp"
5155
- version = " 0.6 .0"
5169
+ version = " 0.7 .0"
5156
5170
source = " registry+https://github.com/rust-lang/crates.io-index"
5157
- checksum = " 98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927 "
5171
+ checksum = " 4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b "
5158
5172
dependencies = [
5159
- " gimli 0.26.2 " ,
5160
- " hashbrown 0.12.3 " ,
5161
- " object" ,
5173
+ " gimli 0.28.0 " ,
5174
+ " hashbrown 0.14.0 " ,
5175
+ " object 0.32.0 " ,
5162
5176
" tracing" ,
5163
5177
]
5164
5178
0 commit comments