Upgrade indexmap and thorin-dwp to use hashbrown 0.12
This removes the last dependencies on hashbrown 0.11.
This commit is contained in:
parent
967a9c94b3
commit
daa7c14a44
7 changed files with 19 additions and 40 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