Skip to content

Commit

Permalink
Merge pull request #460 from cuviper/indexmap-2
Browse files Browse the repository at this point in the history
Upgrade to indexmap 2
  • Loading branch information
nikomatsakis authored Oct 28, 2023
2 parents d4a94fb + db3ef9a commit c6ab691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/salsa-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit c6ab691

Please sign in to comment.