Skip to content

Commit

Permalink
Auto merge of rust-lang#75306 - Amanieu:hashbrown8, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update hashbrown to 0.8.2

Includes:
- Avoid closures to improve compile times (rust-lang/hashbrown#183)
- Do not iterate to drop if empty (rust-lang/hashbrown#182)

r? @Mark-Simulacrum
  • Loading branch information
bors committed Aug 9, 2020
2 parents dcf1077 + 99f0052 commit aced185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1239,9 +1239,9 @@ dependencies = [

[[package]]
name = "hashbrown"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb"
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
dependencies = [
"autocfg",
"compiler_builtins",
Expand Down Expand Up @@ -4918,7 +4918,7 @@ dependencies = [
"ansi_term 0.12.1",
"lazy_static",
"matchers",
"parking_lot 0.9.0",
"parking_lot 0.10.2",
"regex",
"sharded-slab",
"smallvec 1.4.0",
Expand Down

0 comments on commit aced185

Please sign in to comment.