Skip to content

Commit ad6b20b

Browse files
committed
Auto merge of #111306 - Urgau:hashbrown-std-0.13, r=Amanieu
Update hashbrown from 0.12.3 to 0.13.1 for std This PR updates hashbrown from 0.12.3 to 0.13.1 for std. r? `@Amanieu`
2 parents c4190f2 + 0b9feea commit ad6b20b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1546,9 +1546,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
15461546
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
15471547
dependencies = [
15481548
"ahash 0.7.4",
1549-
"compiler_builtins",
1550-
"rustc-std-workspace-alloc",
1551-
"rustc-std-workspace-core",
15521549
]
15531550

15541551
[[package]]
@@ -1558,6 +1555,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
15581555
checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
15591556
dependencies = [
15601557
"ahash 0.8.2",
1558+
"compiler_builtins",
1559+
"rustc-std-workspace-alloc",
1560+
"rustc-std-workspace-core",
15611561
]
15621562

15631563
[[package]]
@@ -4607,7 +4607,7 @@ dependencies = [
46074607
"core",
46084608
"dlmalloc",
46094609
"fortanix-sgx-abi",
4610-
"hashbrown 0.12.3",
4610+
"hashbrown 0.13.1",
46114611
"hermit-abi 0.3.0",
46124612
"libc",
46134613
"miniz_oxide",

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = { version = "0.2.142", default-features = false, features = ['rustc-dep-o
1919
compiler_builtins = { version = "0.1.91" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }
22-
hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }
22+
hashbrown = { version = "0.13", default-features = false, features = ['rustc-dep-of-std'] }
2323
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }
2424

2525
# Dependencies of the `backtrace` crate

0 commit comments

Comments
 (0)