@@ -89,11 +89,11 @@ vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
8989vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
9090edition = { path = " ./crates/edition" , version = " 0.0.0" }
9191
92- ra-ap-rustc_lexer = { version = " 0.116 " , default-features = false }
93- ra-ap-rustc_parse_format = { version = " 0.116 " , default-features = false }
94- ra-ap-rustc_index = { version = " 0.116 " , default-features = false }
95- ra-ap-rustc_abi = { version = " 0.116 " , default-features = false }
96- ra-ap-rustc_pattern_analysis = { version = " 0.116 " , default-features = false }
92+ ra-ap-rustc_lexer = { version = " 0.121 " , default-features = false }
93+ ra-ap-rustc_parse_format = { version = " 0.121 " , default-features = false }
94+ ra-ap-rustc_index = { version = " 0.121 " , default-features = false }
95+ ra-ap-rustc_abi = { version = " 0.121 " , default-features = false }
96+ ra-ap-rustc_pattern_analysis = { version = " 0.121 " , default-features = false }
9797
9898# local crates that aren't published to crates.io. These should not have versions.
9999
@@ -138,7 +138,11 @@ rayon = "1.10.0"
138138rowan = " =0.15.15"
139139# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
140140# on impls without it
141- salsa = { version = " 0.23.0" , default-features = true , features = [" rayon" ," salsa_unstable" , " macros" ] }
141+ salsa = { version = " 0.23.0" , default-features = true , features = [
142+ " rayon" ,
143+ " salsa_unstable" ,
144+ " macros" ,
145+ ] }
142146salsa-macros = " 0.23.0"
143147semver = " 1.0.26"
144148serde = { version = " 1.0.219" }
0 commit comments