Skip to content

Commit 92bedea

Browse files
committedFeb 11, 2025
Auto merge of #136605 - lsunsi:update-rustc-hash, r=lqd
chore: update rustc-hash 2.1.0 to 2.1.1 This PR updates the rustc-hash crate to include a palliative fix for #135477. The discussion for this can be found in the issue and on rust-lang/rustc-hash#55. This PR is the output of running `cargo +nightly update rustc-hash@2.1.0`. I ran all tests locally and they all seem to pass, with the exception of `tests/ui/process/nofile-limit.rs` which always fails on my setup. `@steffahn` `@orlp` and `@Noratrieb` all have full context on this, I'm opening the pull request trying to be helpful. I'm not sure if anything else needs to be done, like documentation I'm not aware of or running any special CIs but if I can do anything else please let me know!
2 parents 06a24e9 + 62c2f65 commit 92bedea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎Cargo.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ dependencies = [
19971997
"anyhow",
19981998
"clap",
19991999
"fs-err",
2000-
"rustc-hash 2.1.0",
2000+
"rustc-hash 2.1.1",
20012001
"rustdoc-json-types",
20022002
"serde",
20032003
"serde_json",
@@ -3188,7 +3188,7 @@ dependencies = [
31883188
"proc-macro2",
31893189
"quote",
31903190
"rinja_parser",
3191-
"rustc-hash 2.1.0",
3191+
"rustc-hash 2.1.1",
31923192
"serde",
31933193
"syn 2.0.96",
31943194
]
@@ -3252,9 +3252,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
32523252

32533253
[[package]]
32543254
name = "rustc-hash"
3255-
version = "2.1.0"
3255+
version = "2.1.1"
32563256
source = "registry+https://github.com/rust-lang/crates.io-index"
3257-
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
3257+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
32583258

32593259
[[package]]
32603260
name = "rustc-main"
@@ -3654,7 +3654,7 @@ dependencies = [
36543654
"memmap2",
36553655
"parking_lot",
36563656
"portable-atomic",
3657-
"rustc-hash 2.1.0",
3657+
"rustc-hash 2.1.1",
36583658
"rustc-rayon",
36593659
"rustc-stable-hash",
36603660
"rustc_arena",
@@ -4362,7 +4362,7 @@ dependencies = [
43624362
name = "rustc_pattern_analysis"
43634363
version = "0.0.0"
43644364
dependencies = [
4365-
"rustc-hash 2.1.0",
4365+
"rustc-hash 2.1.1",
43664366
"rustc_abi",
43674367
"rustc_apfloat",
43684368
"rustc_arena",
@@ -4757,7 +4757,7 @@ name = "rustdoc-json-types"
47574757
version = "0.1.0"
47584758
dependencies = [
47594759
"bincode",
4760-
"rustc-hash 2.1.0",
4760+
"rustc-hash 2.1.1",
47614761
"serde",
47624762
"serde_json",
47634763
]
@@ -5408,7 +5408,7 @@ dependencies = [
54085408
"ignore",
54095409
"miropt-test-tools",
54105410
"regex",
5411-
"rustc-hash 2.1.0",
5411+
"rustc-hash 2.1.1",
54125412
"semver",
54135413
"serde",
54145414
"similar",

0 commit comments

Comments
 (0)