Upgrade to indexmap 2.0.0
The new version was already added to the tree as an indirect dependency in #113046, but now our direct dependents are using it too.
This commit is contained in:
parent
8931edf746
commit
d9b1fa93c4
5 changed files with 10 additions and 10 deletions
|
@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false }
|
|||
bitflags = "1.2.1"
|
||||
cfg-if = "1.0"
|
||||
ena = "0.14.2"
|
||||
indexmap = { version = "1.9.3" }
|
||||
indexmap = { version = "2.0.0" }
|
||||
jobserver_crate = { version = "0.1.13", package = "jobserver" }
|
||||
libc = "0.2"
|
||||
measureme = "10.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue