about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2019-05-31 08:40:14 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2019-06-01 10:29:23 +0100
commita386a9edcc3a77c63d96ea5ab8953983d2958b97 (patch)
treec95277bb93a3b7b1b234f050690f00698e857580 /src/libstd
parent885c7dfddcca11fa543d99d702c024c3f6bfe07b (diff)
downloadrust-a386a9edcc3a77c63d96ea5ab8953983d2958b97.tar.gz
rust-a386a9edcc3a77c63d96ea5ab8953983d2958b97.zip
Bump hashbrown to 0.4.0
Fixes #61357
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"