From a386a9edcc3a77c63d96ea5ab8953983d2958b97 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 31 May 2019 08:40:14 +0100 Subject: Bump hashbrown to 0.4.0 Fixes #61357 --- src/libstd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') 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" -- cgit 1.4.1-3-g733a5