File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -1492,6 +1492,12 @@ dependencies = [
1492
1492
" serde" ,
1493
1493
]
1494
1494
1495
+ [[package ]]
1496
+ name = " hashbrown"
1497
+ version = " 0.15.0"
1498
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = " 1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
1500
+
1495
1501
[[package ]]
1496
1502
name = " heck"
1497
1503
version = " 0.4.1"
@@ -1741,11 +1747,10 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1741
1747
[[package ]]
1742
1748
name = " indexmap"
1743
1749
version = " 2.5.0"
1744
- source = " registry+https://github.com/rust-lang/crates.io-index"
1745
- checksum = " 68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
1750
+ source = " git+https://github.com/cuviper/indexmap?branch=hash_table#e577bf2556a40cb85d3befceeead50ee77ae508d"
1746
1751
dependencies = [
1747
1752
" equivalent" ,
1748
- " hashbrown" ,
1753
+ " hashbrown 0.15.0 " ,
1749
1754
" rustc-rayon" ,
1750
1755
" serde" ,
1751
1756
]
@@ -2439,7 +2444,7 @@ checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2439
2444
dependencies = [
2440
2445
" crc32fast" ,
2441
2446
" flate2" ,
2442
- " hashbrown" ,
2447
+ " hashbrown 0.14.5 " ,
2443
2448
" indexmap" ,
2444
2449
" memchr" ,
2445
2450
" ruzstd" ,
@@ -2468,7 +2473,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2468
2473
checksum = " 30c7f82d6d446dd295845094f3a76bcdc5e6183b66667334e169f019cd05e5a0"
2469
2474
dependencies = [
2470
2475
" ahash" ,
2471
- " hashbrown" ,
2476
+ " hashbrown 0.14.5 " ,
2472
2477
" parking_lot" ,
2473
2478
" stable_deref_trait" ,
2474
2479
]
@@ -5183,7 +5188,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5183
5188
checksum = " 813ba76597db32dc4f6992fd8bf8f394715b88d352fd97401da67dab6283b4c6"
5184
5189
dependencies = [
5185
5190
" gimli 0.30.0" ,
5186
- " hashbrown" ,
5191
+ " hashbrown 0.14.5 " ,
5187
5192
" object 0.36.4" ,
5188
5193
" tracing" ,
5189
5194
]
@@ -5843,7 +5848,7 @@ checksum = "ca917a21307d3adf2b9857b94dd05ebf8496bdcff4437a9b9fb3899d3e6c74e7"
5843
5848
dependencies = [
5844
5849
" ahash" ,
5845
5850
" bitflags 2.6.0" ,
5846
- " hashbrown" ,
5851
+ " hashbrown 0.14.5 " ,
5847
5852
" indexmap" ,
5848
5853
" semver" ,
5849
5854
" serde" ,
Original file line number Diff line number Diff line change @@ -90,3 +90,7 @@ codegen-units = 1
90
90
# FIXME: LTO cannot be enabled for binaries in a workspace
91
91
# <https://github.com/rust-lang/cargo/issues/9330>
92
92
# lto = true
93
+
94
+ [patch .crates-io .indexmap ]
95
+ git = " https://github.com/cuviper/indexmap"
96
+ branch = " hash_table"
You can’t perform that action at this time.
0 commit comments