Skip to content

Commit

Permalink
Upgrade indexmap to 1.5.1, now using hashbrown!
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Aug 9, 2020
1 parent 543f03d commit 997a766
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Cargo.lock
Expand Up @@ -1382,9 +1382,13 @@ dependencies = [

[[package]]
name = "indexmap"
version = "1.0.2"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
dependencies = [
"autocfg",
"hashbrown",
]

[[package]]
name = "installer"
Expand Down
2 changes: 1 addition & 1 deletion src/librustc_data_structures/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ doctest = false

[dependencies]
ena = "0.14"
indexmap = "1"
indexmap = "1.5.1"
log = { package = "tracing", version = "0.1" }
jobserver_crate = { version = "0.1.13", package = "jobserver" }
lazy_static = "1"
Expand Down

0 comments on commit 997a766

Please sign in to comment.