Skip to content

Commit b87df1c

Browse files
Amanieupietroalbini
authored andcommitted
Bump hashbrown to 0.4.0
Fixes rust-lang#61357
1 parent 4bd4063 commit b87df1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ dependencies = [
10681068

10691069
[[package]]
10701070
name = "hashbrown"
1071-
version = "0.3.0"
1071+
version = "0.4.0"
10721072
source = "registry+https://github.com/rust-lang/crates.io-index"
10731073
dependencies = [
10741074
"compiler_builtins 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3302,7 +3302,7 @@ dependencies = [
33023302
"core 0.0.0",
33033303
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
33043304
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
3305-
"hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
3305+
"hashbrown 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
33063306
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
33073307
"panic_abort 0.0.0",
33083308
"panic_unwind 0.0.0",
@@ -4147,7 +4147,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41474147
"checksum globset 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454"
41484148
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
41494149
"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166"
4150-
"checksum hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "570178d5e4952010d138b0f1d581271ff3a02406d990f887d1e87e3d6e43b0ac"
4150+
"checksum hashbrown 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9529213c67695ca2d146e6f263b7b72df8fa973368beadf767e8ed80c03f2f36"
41514151
"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
41524152
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
41534153
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"

src/libstd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of
2222
compiler_builtins = { version = "0.1.14" }
2323
profiler_builtins = { path = "../libprofiler_builtins", optional = true }
2424
unwind = { path = "../libunwind" }
25-
hashbrown = { version = "0.3.0", features = ['rustc-dep-of-std'] }
25+
hashbrown = { version = "0.4.0", features = ['rustc-dep-of-std'] }
2626
rustc-demangle = { version = "0.1.10", features = ['rustc-dep-of-std'] }
2727
backtrace-sys = { version = "0.1.24", features = ["rustc-dep-of-std"], optional = true }
2828

0 commit comments

Comments
 (0)