about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-06-01 11:10:11 +0000
committerbors <bors@rust-lang.org>2019-06-01 11:10:11 +0000
commitcd3f21bc7dc3d2d1a44367618940701ab308f7d2 (patch)
treec95277bb93a3b7b1b234f050690f00698e857580 /src/libstd
parent885c7dfddcca11fa543d99d702c024c3f6bfe07b (diff)
parenta386a9edcc3a77c63d96ea5ab8953983d2958b97 (diff)
downloadrust-cd3f21bc7dc3d2d1a44367618940701ab308f7d2.tar.gz
rust-cd3f21bc7dc3d2d1a44367618940701ab308f7d2.zip
Auto merge of #61388 - Amanieu:hashbrown4, r=alexcrichton
Bump hashbrown to 0.4.0

Fixes #61357

This also includes rust-lang/hashbrown#80.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index d22dc9a71a4..cf1dbba0055 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -22,7 +22,7 @@ libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of
 compiler_builtins = { version = "0.1.15" }
 profiler_builtins = { path = "../libprofiler_builtins", optional = true }
 unwind = { path = "../libunwind" }
-hashbrown = { version = "0.3.0", features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.4.0", features = ['rustc-dep-of-std'] }
 
 [dependencies.backtrace]
 version = "0.3.25"