Skip to content

Commit ca0acad

Browse files
authored
Rollup merge of rust-lang#61349 - RalfJung:hashbrown, r=alexcrichton
bump hashbrown Bump hashbrown to a version that includes rust-lang/hashbrown#80.
2 parents 60b05fe + 820ce3d commit ca0acad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ dependencies = [
10801080

10811081
[[package]]
10821082
name = "hashbrown"
1083-
version = "0.3.0"
1083+
version = "0.3.1"
10841084
source = "registry+https://github.com/rust-lang/crates.io-index"
10851085
dependencies = [
10861086
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3315,7 +3315,7 @@ dependencies = [
33153315
"core 0.0.0",
33163316
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
33173317
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
3318-
"hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
3318+
"hashbrown 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
33193319
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
33203320
"panic_abort 0.0.0",
33213321
"panic_unwind 0.0.0",
@@ -4181,7 +4181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41814181
"checksum globset 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4feaabe24a0a658fd9cf4a9acf6ed284f045c77df0f49020ba3245cfb7b454"
41824182
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
41834183
"checksum handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d82e5750d8027a97b9640e3fefa66bbaf852a35228e1c90790efd13c4b09c166"
4184-
"checksum hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "570178d5e4952010d138b0f1d581271ff3a02406d990f887d1e87e3d6e43b0ac"
4184+
"checksum hashbrown 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "29fba9abe4742d586dfd0c06ae4f7e73a1c2d86b856933509b269d82cdf06e18"
41854185
"checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82"
41864186
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
41874187
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"

0 commit comments

Comments
 (0)