@@ -34,18 +34,6 @@ dependencies = [
34
34
" cpufeatures" ,
35
35
]
36
36
37
- [[package ]]
38
- name = " ahash"
39
- version = " 0.8.11"
40
- source = " registry+https://github.com/rust-lang/crates.io-index"
41
- checksum = " e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
42
- dependencies = [
43
- " cfg-if" ,
44
- " once_cell" ,
45
- " version_check" ,
46
- " zerocopy 0.7.35" ,
47
- ]
48
-
49
37
[[package ]]
50
38
name = " aho-corasick"
51
39
version = " 1.1.3"
@@ -1425,17 +1413,6 @@ version = "0.28.1"
1425
1413
source = " registry+https://github.com/rust-lang/crates.io-index"
1426
1414
checksum = " 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
1427
1415
1428
- [[package ]]
1429
- name = " gimli"
1430
- version = " 0.30.0"
1431
- source = " registry+https://github.com/rust-lang/crates.io-index"
1432
- checksum = " e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9"
1433
- dependencies = [
1434
- " fallible-iterator" ,
1435
- " indexmap" ,
1436
- " stable_deref_trait" ,
1437
- ]
1438
-
1439
1416
[[package ]]
1440
1417
name = " gimli"
1441
1418
version = " 0.31.1"
@@ -1475,23 +1452,14 @@ dependencies = [
1475
1452
" serde" ,
1476
1453
]
1477
1454
1478
- [[package ]]
1479
- name = " hashbrown"
1480
- version = " 0.14.5"
1481
- source = " registry+https://github.com/rust-lang/crates.io-index"
1482
- checksum = " e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1483
- dependencies = [
1484
- " ahash" ,
1485
- " allocator-api2" ,
1486
- ]
1487
-
1488
1455
[[package ]]
1489
1456
name = " hashbrown"
1490
1457
version = " 0.15.2"
1491
1458
source = " registry+https://github.com/rust-lang/crates.io-index"
1492
1459
checksum = " bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1493
1460
dependencies = [
1494
1461
" allocator-api2" ,
1462
+ " equivalent" ,
1495
1463
" foldhash" ,
1496
1464
" serde" ,
1497
1465
]
@@ -1815,7 +1783,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
1783
checksum = " 62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
1816
1784
dependencies = [
1817
1785
" equivalent" ,
1818
- " hashbrown 0.15.2 " ,
1786
+ " hashbrown" ,
1819
1787
" serde" ,
1820
1788
]
1821
1789
@@ -2470,7 +2438,7 @@ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2470
2438
dependencies = [
2471
2439
" crc32fast" ,
2472
2440
" flate2" ,
2473
- " hashbrown 0.15.2 " ,
2441
+ " hashbrown" ,
2474
2442
" indexmap" ,
2475
2443
" memchr" ,
2476
2444
" ruzstd" ,
@@ -3413,7 +3381,7 @@ name = "rustc_codegen_llvm"
3413
3381
version = " 0.0.0"
3414
3382
dependencies = [
3415
3383
" bitflags" ,
3416
- " gimli 0.30.0 " ,
3384
+ " gimli 0.31.1 " ,
3417
3385
" itertools" ,
3418
3386
" libc" ,
3419
3387
" measureme 12.0.1" ,
@@ -3527,7 +3495,7 @@ dependencies = [
3527
3495
" either" ,
3528
3496
" elsa" ,
3529
3497
" ena" ,
3530
- " hashbrown 0.15.2 " ,
3498
+ " hashbrown" ,
3531
3499
" indexmap" ,
3532
3500
" jobserver" ,
3533
3501
" libc" ,
@@ -4306,7 +4274,7 @@ dependencies = [
4306
4274
name = " rustc_query_system"
4307
4275
version = " 0.0.0"
4308
4276
dependencies = [
4309
- " hashbrown 0.15.2 " ,
4277
+ " hashbrown" ,
4310
4278
" parking_lot" ,
4311
4279
" rustc-rayon-core" ,
4312
4280
" rustc_abi" ,
@@ -5241,12 +5209,12 @@ dependencies = [
5241
5209
5242
5210
[[package ]]
5243
5211
name = " thorin-dwp"
5244
- version = " 0.8 .0"
5212
+ version = " 0.9 .0"
5245
5213
source = " registry+https://github.com/rust-lang/crates.io-index"
5246
- checksum = " 813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6 "
5214
+ checksum = " 9e9c1e705f82a260173f3eec93f2ff6d7807f23ad5a8cc2e7316a891733ea7a1 "
5247
5215
dependencies = [
5248
- " gimli 0.30.0 " ,
5249
- " hashbrown 0.14.5 " ,
5216
+ " gimli 0.31.1 " ,
5217
+ " hashbrown" ,
5250
5218
" object 0.36.7" ,
5251
5219
" tracing" ,
5252
5220
]
@@ -5972,7 +5940,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5972
5940
checksum = " d5a99faceb1a5a84dd6084ec4bfa4b2ab153b5793b43fd8f58b89232634afc35"
5973
5941
dependencies = [
5974
5942
" bitflags" ,
5975
- " hashbrown 0.15.2 " ,
5943
+ " hashbrown" ,
5976
5944
" indexmap" ,
5977
5945
" semver" ,
5978
5946
" serde" ,
0 commit comments