about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2019-04-16 13:47:20 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2019-04-24 06:54:14 +0800
commitae388773e1b8af991650f132b1d241cc403999af (patch)
treebf3031af70065d77a490b9f011f9a678fe41718d /src/libstd
parent41c2f81d5765684e5062cc67d45e037d4daf8aea (diff)
downloadrust-ae388773e1b8af991650f132b1d241cc403999af.tar.gz
rust-ae388773e1b8af991650f132b1d241cc403999af.zip
Update hashbrown to 0.2.2
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 b9cf868ce20..61547936844 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.1", features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.2.2", 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 }