mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
Upgrade to indexmap 2
This commit is contained in:
parent
d4a94fbf07
commit
db3ef9a2ba
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue