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
|
@ -4,7 +4,7 @@ version = "0.0.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
indexmap = "1.9.3"
|
||||
indexmap = "2.0.0"
|
||||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
||||
thin-vec = "0.2.12"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue