Skip to content

Commit 9af4bde

Browse files
committed
Auto merge of rust-lang#86724 - cuviper:indexmap-1.7, r=Mark-Simulacrum
Upgrade to indexmap 1.7, using hashbrown 0.11
2 parents 0ce2112 + ae9713a commit 9af4bde

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Cargo.lock

+4-10
Original file line numberDiff line numberDiff line change
@@ -1520,12 +1520,6 @@ dependencies = [
15201520
"serde_json",
15211521
]
15221522

1523-
[[package]]
1524-
name = "hashbrown"
1525-
version = "0.9.1"
1526-
source = "registry+https://github.com/rust-lang/crates.io-index"
1527-
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
1528-
15291523
[[package]]
15301524
name = "hashbrown"
15311525
version = "0.11.0"
@@ -1676,12 +1670,12 @@ dependencies = [
16761670

16771671
[[package]]
16781672
name = "indexmap"
1679-
version = "1.6.0"
1673+
version = "1.7.0"
16801674
source = "registry+https://github.com/rust-lang/crates.io-index"
1681-
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
1675+
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
16821676
dependencies = [
16831677
"autocfg",
1684-
"hashbrown 0.9.1",
1678+
"hashbrown",
16851679
]
16861680

16871681
[[package]]
@@ -4966,7 +4960,7 @@ dependencies = [
49664960
"core",
49674961
"dlmalloc",
49684962
"fortanix-sgx-abi",
4969-
"hashbrown 0.11.0",
4963+
"hashbrown",
49704964
"hermit-abi",
49714965
"libc",
49724966
"miniz_oxide",

0 commit comments

Comments
 (0)