Upgrade to indexmap v2

This commit is contained in:
Josh Stone 2023-06-24 17:35:20 -07:00
parent 6ba2590541
commit 380773b3e8
5 changed files with 40 additions and 18 deletions

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
rustc-hash = "1.1.0"
fst = "0.4.7"
indexmap = "1.9.1"
indexmap = "2.0.0"
nohash-hasher.workspace = true
paths.workspace = true