@@ -87,11 +87,11 @@ vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
8787vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
8888edition = { path = " ./crates/edition" , version = " 0.0.0" }
8989
90- ra-ap-rustc_lexer = { version = " 0.113 " , default-features = false }
91- ra-ap-rustc_parse_format = { version = " 0.113 " , default-features = false }
92- ra-ap-rustc_index = { version = " 0.113 " , default-features = false }
93- ra-ap-rustc_abi = { version = " 0.113 " , default-features = false }
94- ra-ap-rustc_pattern_analysis = { version = " 0.113 " , default-features = false }
90+ ra-ap-rustc_lexer = { version = " 0.116 " , default-features = false }
91+ ra-ap-rustc_parse_format = { version = " 0.116 " , default-features = false }
92+ ra-ap-rustc_index = { version = " 0.116 " , default-features = false }
93+ ra-ap-rustc_abi = { version = " 0.116 " , default-features = false }
94+ ra-ap-rustc_pattern_analysis = { version = " 0.116 " , default-features = false }
9595
9696# local crates that aren't published to crates.io. These should not have versions.
9797
@@ -101,35 +101,35 @@ la-arena = { version = "0.3.1" }
101101lsp-server = { version = " 0.7.8" }
102102
103103# non-local crates
104- anyhow = " 1.0.97 "
104+ anyhow = " 1.0.98 "
105105arrayvec = " 0.7.6"
106- bitflags = " 2.9.0 "
107- cargo_metadata = " 0.19.2 "
108- camino = " 1.1.9 "
109- chalk-solve = { version = " 0.102 .0" , default-features = false }
110- chalk-ir = " 0.102 .0"
111- chalk-recursive = { version = " 0.102 .0" , default-features = false }
112- chalk-derive = " 0.102 .0"
106+ bitflags = " 2.9.1 "
107+ cargo_metadata = " 0.20.0 "
108+ camino = " 1.1.10 "
109+ chalk-solve = { version = " 0.103 .0" , default-features = false }
110+ chalk-ir = " 0.103 .0"
111+ chalk-recursive = { version = " 0.103 .0" , default-features = false }
112+ chalk-derive = " 0.103 .0"
113113crossbeam-channel = " 0.5.15"
114114dissimilar = " 1.0.10"
115115dot = " 0.1.4"
116116either = " 1.15.0"
117117expect-test = " 1.5.1"
118- indexmap = { version = " 2.8 .0" , features = [" serde" ] }
118+ indexmap = { version = " 2.9 .0" , features = [" serde" ] }
119119itertools = " 0.14.0"
120- libc = " 0.2.171 "
121- libloading = " 0.8.6 "
120+ libc = " 0.2.172 "
121+ libloading = " 0.8.8 "
122122memmap2 = " 0.9.5"
123123nohash-hasher = " 0.2.0"
124124oorandom = " 11.1.5"
125- object = { version = " 0.36.7 " , default-features = false , features = [
125+ object = { version = " 0.37.1 " , default-features = false , features = [
126126 " std" ,
127127 " read_core" ,
128128 " elf" ,
129129 " macho" ,
130130 " pe" ,
131131] }
132- process-wrap = { version = " 8.2.0 " , features = [" std" ] }
132+ process-wrap = { version = " 8.2.1 " , features = [" std" ] }
133133pulldown-cmark-to-cmark = " 10.0.4"
134134pulldown-cmark = { version = " 0.9.6" , default-features = false }
135135rayon = " 1.10.0"
@@ -141,8 +141,8 @@ serde = { version = "1.0.219" }
141141serde_derive = { version = " 1.0.219" }
142142serde_json = " 1.0.140"
143143rustc-hash = " 2.1.1"
144- rustc-literal-escaper = " 0.0.2 "
145- smallvec = { version = " 1.14.0 " , features = [
144+ rustc-literal-escaper = " 0.0.3 "
145+ smallvec = { version = " 1.15.1 " , features = [
146146 " const_new" ,
147147 " union" ,
148148 " const_generics" ,
@@ -166,7 +166,7 @@ xshell = "0.2.7"
166166# We need to freeze the version of the crate, as the raw-api feature is considered unstable
167167dashmap = { version = " =6.1.0" , features = [" raw-api" , " inline" ] }
168168# We need to freeze the version of the crate, as it needs to match with dashmap
169- hashbrown = { version = " 0.14.0 " , features = [
169+ hashbrown = { version = " 0.14.* " , features = [
170170 " inline-more" ,
171171], default-features = false }
172172
0 commit comments