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 @@ -761,12 +761,6 @@ dependencies = [
761
761
" windows-sys 0.52.0" ,
762
762
]
763
763
764
- [[package ]]
765
- name = " convert_case"
766
- version = " 0.4.0"
767
- source = " registry+https://github.com/rust-lang/crates.io-index"
768
- checksum = " 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
769
-
770
764
[[package ]]
771
765
name = " core"
772
766
version = " 0.0.0"
@@ -1012,10 +1006,8 @@ version = "0.99.17"
1012
1006
source = " registry+https://github.com/rust-lang/crates.io-index"
1013
1007
checksum = " 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1014
1008
dependencies = [
1015
- " convert_case" ,
1016
1009
" proc-macro2" ,
1017
1010
" quote" ,
1018
- " rustc_version" ,
1019
1011
" syn 1.0.109" ,
1020
1012
]
1021
1013
@@ -4170,7 +4162,6 @@ name = "rustc_middle"
4170
4162
version = " 0.0.0"
4171
4163
dependencies = [
4172
4164
" bitflags 2.4.2" ,
4173
- " derive_more" ,
4174
4165
" either" ,
4175
4166
" field-offset" ,
4176
4167
" 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 @@ -208,7 +208,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
208
208
"cc" ,
209
209
"cfg-if" ,
210
210
"compiler_builtins" ,
211
- "convert_case" , // dependency of derive_more
212
211
"cpufeatures" ,
213
212
"crc32fast" ,
214
213
"crossbeam-channel" ,
You can’t perform that action at this time.
0 commit comments