Skip to content

Commit ca1e880

Browse files
committed
Auto merge of #12368 - cuviper:indexmap-2, r=ehuss
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`.
2 parents e1e2f2d + 2bb6f9e commit ca1e880

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

Cargo.lock

Lines changed: 25 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ http-auth = { version = "0.1.6", default-features = false }
4848
humantime = "2.0.0"
4949
ignore = "0.4.7"
5050
im-rc = "15.0.0"
51-
indexmap = "1"
51+
indexmap = "2"
5252
itertools = "0.10.0"
5353
jobserver = "0.1.26"
5454
lazy_static = "1.3.0"

0 commit comments

Comments
 (0)