@@ -84,10 +84,10 @@ tt = { path = "./crates/tt", version = "0.0.0" }
8484vfs-notify = { path = " ./crates/vfs-notify" , version = " 0.0.0" }
8585vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
8686
87- ra-ap-rustc_lexer = { version = " 0.35 .0" , default-features = false }
88- ra-ap-rustc_parse_format = { version = " 0.35 .0" , default-features = false }
89- ra-ap-rustc_index = { version = " 0.35 .0" , default-features = false }
90- ra-ap-rustc_abi = { version = " 0.35 .0" , default-features = false }
87+ ra-ap-rustc_lexer = { version = " 0.40 .0" , default-features = false }
88+ ra-ap-rustc_parse_format = { version = " 0.40 .0" , default-features = false }
89+ ra-ap-rustc_index = { version = " 0.40 .0" , default-features = false }
90+ ra-ap-rustc_abi = { version = " 0.40 .0" , default-features = false }
9191ra-ap-rustc_pattern_analysis = { version = " 0.40.0" , default-features = false }
9292
9393# local crates that aren't published to crates.io. These should not have versions.
@@ -108,6 +108,7 @@ cargo_metadata = "0.18.1"
108108command-group = " 2.0.1"
109109crossbeam-channel = " 0.5.8"
110110dissimilar = " 1.0.7"
111+ dot = " 0.1.4"
111112either = " 1.9.0"
112113expect-test = " 1.4.0"
113114hashbrown = { version = " 0.14" , features = [
@@ -117,6 +118,16 @@ indexmap = "2.1.0"
117118itertools = " 0.12.0"
118119libc = " 0.2.150"
119120nohash-hasher = " 0.2.0"
121+ oorandom = " 11.1.3"
122+ object = { version = " 0.33.0" , default-features = false , features = [
123+ " std" ,
124+ " read_core" ,
125+ " elf" ,
126+ " macho" ,
127+ " pe" ,
128+ ] }
129+ pulldown-cmark-to-cmark = " 10.0.4"
130+ pulldown-cmark = { version = " 0.9.0" , default-features = false }
120131rayon = " 1.8.0"
121132rustc-hash = " 1.1.0"
122133semver = " 1.0.14"
@@ -137,6 +148,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
137148 " tracing-log" ,
138149] }
139150triomphe = { version = " 0.1.10" , default-features = false , features = [" std" ] }
151+ url = " 2.3.1"
140152xshell = " 0.2.5"
141153
142154
0 commit comments