File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -784,12 +784,6 @@ dependencies = [
784
784
" windows-sys 0.52.0" ,
785
785
]
786
786
787
- [[package ]]
788
- name = " convert_case"
789
- version = " 0.4.0"
790
- source = " registry+https://github.com/rust-lang/crates.io-index"
791
- checksum = " 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
792
-
793
787
[[package ]]
794
788
name = " core"
795
789
version = " 0.0.0"
@@ -1035,10 +1029,8 @@ version = "0.99.17"
1035
1029
source = " registry+https://github.com/rust-lang/crates.io-index"
1036
1030
checksum = " 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1037
1031
dependencies = [
1038
- " convert_case" ,
1039
1032
" proc-macro2" ,
1040
1033
" quote" ,
1041
- " rustc_version" ,
1042
1034
" syn 1.0.109" ,
1043
1035
]
1044
1036
@@ -4217,7 +4209,6 @@ name = "rustc_middle"
4217
4209
version = " 0.0.0"
4218
4210
dependencies = [
4219
4211
" bitflags 2.4.2" ,
4220
- " derive_more" ,
4221
4212
" either" ,
4222
4213
" field-offset" ,
4223
4214
" gsgdt" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2021"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags = " 2.4.1"
9
- derive_more = " 0.99.17"
10
9
either = " 1.5.0"
11
10
field-offset = " 0.3.5"
12
11
gsgdt = " 0.1.2"
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
209
209
"cc" ,
210
210
"cfg-if" ,
211
211
"compiler_builtins" ,
212
- "convert_case" , // dependency of derive_more
213
212
"cpufeatures" ,
214
213
"crc32fast" ,
215
214
"crossbeam-channel" ,
You can’t perform that action at this time.
0 commit comments