File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -761,12 +761,6 @@ dependencies = [
761761 " windows-sys 0.52.0" ,
762762]
763763
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-
770764[[package ]]
771765name = " core"
772766version = " 0.0.0"
@@ -1012,10 +1006,8 @@ version = "0.99.17"
10121006source = " registry+https://github.com/rust-lang/crates.io-index"
10131007checksum = " 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
10141008dependencies = [
1015- " convert_case" ,
10161009 " proc-macro2" ,
10171010 " quote" ,
1018- " rustc_version" ,
10191011 " syn 1.0.109" ,
10201012]
10211013
@@ -4170,7 +4162,6 @@ name = "rustc_middle"
41704162version = " 0.0.0"
41714163dependencies = [
41724164 " bitflags 2.4.2" ,
4173- " derive_more" ,
41744165 " either" ,
41754166 " field-offset" ,
41764167 " gsgdt" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2021"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags = " 2.4.1"
9- derive_more = " 0.99.17"
109either = " 1.5.0"
1110field-offset = " 0.3.5"
1211gsgdt = " 0.1.2"
Original file line number Diff line number Diff line change @@ -208,7 +208,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
208208 "cc" ,
209209 "cfg-if" ,
210210 "compiler_builtins" ,
211- "convert_case" , // dependency of derive_more
212211 "cpufeatures" ,
213212 "crc32fast" ,
214213 "crossbeam-channel" ,
You can’t perform that action at this time.
0 commit comments