Upgrade to indexmap 2

This commit is contained in:
Josh Stone 2023-09-29 17:11:34 -07:00
parent d4a94fbf07
commit db3ef9a2ba
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ arc-swap = "1.4.0"
crossbeam-utils = { version = "0.8", default-features = false }
dashmap = "5.3.4"
hashlink = "0.8.0"
indexmap = "1.0.1"
indexmap = "2"
lock_api = "0.4.7"
log = "0.4.5"
parking_lot = "0.12.1"

View file

@ -9,7 +9,7 @@ edition = "2021"
crossbeam = "0.8.1"
dashmap = "5.3.4"
rustc-hash = "1.1.0"
indexmap = "1.7.0"
indexmap = "2"
hashlink = "0.8.0"
arc-swap = "1.4.0"
crossbeam-utils = { version = "0.8", default-features = false }