Skip to content

Commit 2b6f2af

Browse files
committed
Auto merge of rust-lang#136605 - lsunsi:update-rustc-hash, r=<try>
chore: update rustc-hash 2.1.0 to 2.1.1 This PR updates the rustc-hash crate to include a palliative fix for rust-lang#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 [email protected]`. 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 d4bdd1e + 62c2f65 commit 2b6f2af

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
@@ -2007,7 +2007,7 @@ dependencies = [
20072007
"anyhow",
20082008
"clap",
20092009
"fs-err",
2010-
"rustc-hash 2.1.0",
2010+
"rustc-hash 2.1.1",
20112011
"rustdoc-json-types",
20122012
"serde",
20132013
"serde_json",
@@ -3207,7 +3207,7 @@ dependencies = [
32073207
"proc-macro2",
32083208
"quote",
32093209
"rinja_parser",
3210-
"rustc-hash 2.1.0",
3210+
"rustc-hash 2.1.1",
32113211
"serde",
32123212
"syn 2.0.96",
32133213
]
@@ -3271,9 +3271,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
32713271

32723272
[[package]]
32733273
name = "rustc-hash"
3274-
version = "2.1.0"
3274+
version = "2.1.1"
32753275
source = "registry+https://github.com/rust-lang/crates.io-index"
3276-
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
3276+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
32773277

32783278
[[package]]
32793279
name = "rustc-main"
@@ -3678,7 +3678,7 @@ dependencies = [
36783678
"memmap2",
36793679
"parking_lot",
36803680
"portable-atomic",
3681-
"rustc-hash 2.1.0",
3681+
"rustc-hash 2.1.1",
36823682
"rustc-rayon",
36833683
"rustc-stable-hash",
36843684
"rustc_arena",
@@ -4383,7 +4383,7 @@ dependencies = [
43834383
name = "rustc_pattern_analysis"
43844384
version = "0.0.0"
43854385
dependencies = [
4386-
"rustc-hash 2.1.0",
4386+
"rustc-hash 2.1.1",
43874387
"rustc_abi",
43884388
"rustc_apfloat",
43894389
"rustc_arena",
@@ -4779,7 +4779,7 @@ name = "rustdoc-json-types"
47794779
version = "0.1.0"
47804780
dependencies = [
47814781
"bincode",
4782-
"rustc-hash 2.1.0",
4782+
"rustc-hash 2.1.1",
47834783
"serde",
47844784
"serde_json",
47854785
]
@@ -5430,7 +5430,7 @@ dependencies = [
54305430
"ignore",
54315431
"miropt-test-tools",
54325432
"regex",
5433-
"rustc-hash 2.1.0",
5433+
"rustc-hash 2.1.1",
54345434
"semver",
54355435
"serde",
54365436
"similar",

0 commit comments

Comments
 (0)