File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1915,7 +1915,7 @@ dependencies = [
1915
1915
" anyhow" ,
1916
1916
" clap" ,
1917
1917
" fs-err" ,
1918
- " rustc-hash 1.1 .0" ,
1918
+ " rustc-hash 2.0 .0" ,
1919
1919
" rustdoc-json-types" ,
1920
1920
" serde" ,
1921
1921
" serde_json" ,
@@ -3532,7 +3532,7 @@ dependencies = [
3532
3532
" memmap2" ,
3533
3533
" parking_lot" ,
3534
3534
" portable-atomic" ,
3535
- " rustc-hash 1.1 .0" ,
3535
+ " rustc-hash 2.0 .0" ,
3536
3536
" rustc-rayon" ,
3537
3537
" rustc-stable-hash" ,
3538
3538
" rustc_arena" ,
@@ -4229,7 +4229,7 @@ dependencies = [
4229
4229
name = " rustc_pattern_analysis"
4230
4230
version = " 0.0.0"
4231
4231
dependencies = [
4232
- " rustc-hash 1.1 .0" ,
4232
+ " rustc-hash 2.0 .0" ,
4233
4233
" rustc_apfloat" ,
4234
4234
" rustc_arena" ,
4235
4235
" rustc_data_structures" ,
@@ -4632,7 +4632,7 @@ name = "rustdoc-json-types"
4632
4632
version = " 0.1.0"
4633
4633
dependencies = [
4634
4634
" bincode" ,
4635
- " rustc-hash 1.1 .0" ,
4635
+ " rustc-hash 2.0 .0" ,
4636
4636
" serde" ,
4637
4637
" serde_json" ,
4638
4638
]
@@ -5262,7 +5262,7 @@ dependencies = [
5262
5262
" ignore" ,
5263
5263
" miropt-test-tools" ,
5264
5264
" regex" ,
5265
- " rustc-hash 1.1 .0" ,
5265
+ " rustc-hash 2.0 .0" ,
5266
5266
" semver" ,
5267
5267
" similar" ,
5268
5268
" termcolor" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ena = "0.14.3"
13
13
indexmap = { version = " 2.4.0" }
14
14
jobserver_crate = { version = " 0.1.28" , package = " jobserver" }
15
15
measureme = " 11"
16
- rustc-hash = " 1.1 .0"
16
+ rustc-hash = " 2.0 .0"
17
17
rustc-rayon = { version = " 0.5.0" , optional = true }
18
18
rustc-stable-hash = { version = " 0.1.0" , features = [" nightly" ] }
19
19
rustc_arena = { path = " ../rustc_arena" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- rustc-hash = " 1.1 .0"
8
+ rustc-hash = " 2.0 .0"
9
9
rustc_apfloat = " 0.2.0"
10
10
rustc_arena = { path = " ../rustc_arena" , optional = true }
11
11
rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ path = "lib.rs"
8
8
9
9
[dependencies ]
10
10
serde = { version = " 1.0" , features = [" derive" ] }
11
- rustc-hash = " 1.1 .0"
11
+ rustc-hash = " 2.0 .0"
12
12
13
13
[dev-dependencies ]
14
14
serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
9
9
anyhow = " 1.0.62"
10
10
clap = { version = " 4.0.15" , features = [" derive" ] }
11
11
fs-err = " 2.8.1"
12
- rustc-hash = " 1.1 .0"
12
+ rustc-hash = " 2.0 .0"
13
13
rustdoc-json-types = { version = " 0.1.0" , path = " ../../rustdoc-json-types" }
14
14
serde = { version = " 1.0" , features = [" derive" ] }
15
15
serde_json = " 1.0.85"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ walkdir = "2"
13
13
ignore = " 0.4.18"
14
14
semver = " 1.0"
15
15
termcolor = " 1.1.3"
16
- rustc-hash = " 1.1 .0"
16
+ rustc-hash = " 2.0 .0"
17
17
fluent-syntax = " 0.11.1"
18
18
similar = " 2.5.0"
19
19
You can’t perform that action at this time.
0 commit comments