about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-10-24 08:07:03 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-10-24 08:07:03 -0700
commit060b6cbe74f65b8d517c4d4936f4a361f3e4287d (patch)
tree89900fed18cd893db41ae49d532d6b687aabf018 /src/libstd
parent8e0007f829661e57d008d2e908c95f6e84b04b25 (diff)
downloadrust-060b6cbe74f65b8d517c4d4936f4a361f3e4287d.tar.gz
rust-060b6cbe74f65b8d517c4d4936f4a361f3e4287d.zip
Update hashbrown to 0.6.2
Pulls in rust-lang/hashbrown#119 which should be a good improvement for
compile times of hashmap-heavy crates.
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 5309af6f4c3..efe5c9d28f0 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -23,7 +23,7 @@ libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of
 compiler_builtins = { version = "0.1.16" }
 profiler_builtins = { path = "../libprofiler_builtins", optional = true }
 unwind = { path = "../libunwind" }
-hashbrown = { version = "0.6.1", default-features = false, features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.6.2", default-features = false, features = ['rustc-dep-of-std'] }
 
 [dependencies.backtrace_rs]
 package = "backtrace"