Skip to content

Commit

Permalink
Auto merge of #12368 - cuviper:indexmap-2, r=ehuss
Browse files Browse the repository at this point in the history
Upgrade to indexmap v2

No code changes are required for the current uses of indexmap.

I also updated `toml_edit` to get its update to `indexmap 2`, and
`gix-hashtable` to align them all on `hashbrown 0.14`.
  • Loading branch information
bors committed Jul 17, 2023
2 parents e1e2f2d + 2bb6f9e commit ca1e880
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
44 changes: 25 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ http-auth = { version = "0.1.6", default-features = false }
humantime = "2.0.0"
ignore = "0.4.7"
im-rc = "15.0.0"
indexmap = "1"
indexmap = "2"
itertools = "0.10.0"
jobserver = "0.1.26"
lazy_static = "1.3.0"
Expand Down

0 comments on commit ca1e880

Please sign in to comment.