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 @@ -1907,7 +1907,7 @@ dependencies = [
1907
1907
" anyhow" ,
1908
1908
" clap" ,
1909
1909
" fs-err" ,
1910
- " rustc-hash 1.1 .0" ,
1910
+ " rustc-hash 2.0 .0" ,
1911
1911
" rustdoc-json-types" ,
1912
1912
" serde" ,
1913
1913
" serde_json" ,
@@ -3514,7 +3514,7 @@ dependencies = [
3514
3514
" memmap2" ,
3515
3515
" parking_lot" ,
3516
3516
" portable-atomic" ,
3517
- " rustc-hash 1.1 .0" ,
3517
+ " rustc-hash 2.0 .0" ,
3518
3518
" rustc-rayon" ,
3519
3519
" rustc-stable-hash" ,
3520
3520
" rustc_arena" ,
@@ -4211,7 +4211,7 @@ dependencies = [
4211
4211
name = " rustc_pattern_analysis"
4212
4212
version = " 0.0.0"
4213
4213
dependencies = [
4214
- " rustc-hash 1.1 .0" ,
4214
+ " rustc-hash 2.0 .0" ,
4215
4215
" rustc_apfloat" ,
4216
4216
" rustc_arena" ,
4217
4217
" rustc_data_structures" ,
@@ -4609,7 +4609,7 @@ name = "rustdoc-json-types"
4609
4609
version = " 0.1.0"
4610
4610
dependencies = [
4611
4611
" bincode" ,
4612
- " rustc-hash 1.1 .0" ,
4612
+ " rustc-hash 2.0 .0" ,
4613
4613
" serde" ,
4614
4614
" serde_json" ,
4615
4615
]
@@ -5239,7 +5239,7 @@ dependencies = [
5239
5239
" ignore" ,
5240
5240
" miropt-test-tools" ,
5241
5241
" regex" ,
5242
- " rustc-hash 1.1 .0" ,
5242
+ " rustc-hash 2.0 .0" ,
5243
5243
" semver" ,
5244
5244
" similar" ,
5245
5245
" 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 @@ -11,7 +11,7 @@ default = ["rustc-hash"]
11
11
12
12
[dependencies ]
13
13
serde = { version = " 1.0" , features = [" derive" ] }
14
- rustc-hash = { version = " 1.1 .0" , optional = true }
14
+ rustc-hash = { version = " 2 .0" , optional = true }
15
15
16
16
[dev-dependencies ]
17
17
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