about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2019-04-23 06:31:52 +0800
committerAmanieu d'Antras <amanieu@gmail.com>2019-04-24 06:54:14 +0800
commite7f162fdd8a5f45ee0c2869ee6a8afe7dba69248 (patch)
tree7cb3249db5cf5ee99fa0e35ee98329c1396dd035 /src/libstd
parentae388773e1b8af991650f132b1d241cc403999af (diff)
downloadrust-e7f162fdd8a5f45ee0c2869ee6a8afe7dba69248.tar.gz
rust-e7f162fdd8a5f45ee0c2869ee6a8afe7dba69248.zip
Update hashbrown to 0.3.0
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 61547936844..ac1aff845d8 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.9" }
 profiler_builtins = { path = "../libprofiler_builtins", optional = true }
 unwind = { path = "../libunwind" }
-hashbrown = { version = "0.2.2", features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.3.0", features = ['rustc-dep-of-std'] }
 rustc-demangle = { version = "0.1.10", features = ['rustc-dep-of-std'] }
 backtrace-sys = { version = "0.1.24", features = ["rustc-dep-of-std"], optional = true }