Merge pull request #460 from cuviper/indexmap-2

Upgrade to indexmap 2
This commit is contained in:
Niko Matsakis 2023-10-28 06:57:23 -04:00 committed by GitHub
commit c6ab69196a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 } crossbeam-utils = { version = "0.8", default-features = false }
dashmap = "5.3.4" dashmap = "5.3.4"
hashlink = "0.8.0" hashlink = "0.8.0"
indexmap = "1.0.1" indexmap = "2"
lock_api = "0.4.7" lock_api = "0.4.7"
log = "0.4.5" log = "0.4.5"
parking_lot = "0.12.1" parking_lot = "0.12.1"

View file

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