Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 997a766

Browse files
committed
Upgrade indexmap to 1.5.1, now using hashbrown!
1 parent 543f03d commit 997a766

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,9 +1382,13 @@ dependencies = [
13821382

13831383
[[package]]
13841384
name = "indexmap"
1385-
version = "1.0.2"
1385+
version = "1.5.1"
13861386
source = "registry+https://github.com/rust-lang/crates.io-index"
1387-
checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1387+
checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
1388+
dependencies = [
1389+
"autocfg",
1390+
"hashbrown",
1391+
]
13881392

13891393
[[package]]
13901394
name = "installer"

src/librustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111

1212
[dependencies]
1313
ena = "0.14"
14-
indexmap = "1"
14+
indexmap = "1.5.1"
1515
log = { package = "tracing", version = "0.1" }
1616
jobserver_crate = { version = "0.1.13", package = "jobserver" }
1717
lazy_static = "1"

0 commit comments

Comments
 (0)