@@ -84,10 +84,10 @@ tt = { path = "./crates/tt", version = "0.0.0" }
84
84
vfs-notify = { path = " ./crates/vfs-notify" , version = " 0.0.0" }
85
85
vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
86
86
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 }
91
91
ra-ap-rustc_pattern_analysis = { version = " 0.40.0" , default-features = false }
92
92
93
93
# local crates that aren't published to crates.io. These should not have versions.
@@ -108,6 +108,7 @@ cargo_metadata = "0.18.1"
108
108
command-group = " 2.0.1"
109
109
crossbeam-channel = " 0.5.8"
110
110
dissimilar = " 1.0.7"
111
+ dot = " 0.1.4"
111
112
either = " 1.9.0"
112
113
expect-test = " 1.4.0"
113
114
hashbrown = { version = " 0.14" , features = [
@@ -117,6 +118,16 @@ indexmap = "2.1.0"
117
118
itertools = " 0.12.0"
118
119
libc = " 0.2.150"
119
120
nohash-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 }
120
131
rayon = " 1.8.0"
121
132
rustc-hash = " 1.1.0"
122
133
semver = " 1.0.14"
@@ -137,6 +148,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
137
148
" tracing-log" ,
138
149
] }
139
150
triomphe = { version = " 0.1.10" , default-features = false , features = [" std" ] }
151
+ url = " 2.3.1"
140
152
xshell = " 0.2.5"
141
153
142
154
0 commit comments