Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrum
Upgrade indexmap and thorin-dwp to use hashbrown 0.12 This removes the last dependencies on hashbrown 0.11. This also upgrades to hashbrown 0.12.3 to fix a double-free (#99372).
This commit is contained in:
commit
4dbc89de3f
7 changed files with 21 additions and 42 deletions
|
@ -9,7 +9,7 @@ doctest = false
|
|||
[dependencies]
|
||||
arrayvec = { version = "0.7", default-features = false }
|
||||
ena = "0.14"
|
||||
indexmap = { version = "1.8.2" }
|
||||
indexmap = { version = "1.9.1" }
|
||||
tracing = "0.1"
|
||||
jobserver_crate = { version = "0.1.13", package = "jobserver" }
|
||||
rustc_serialize = { path = "../rustc_serialize" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue