@@ -87,11 +87,11 @@ vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
87
87
vfs = { path = " ./crates/vfs" , version = " 0.0.0" }
88
88
edition = { path = " ./crates/edition" , version = " 0.0.0" }
89
89
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 }
95
95
96
96
# local crates that aren't published to crates.io. These should not have versions.
97
97
@@ -101,35 +101,35 @@ la-arena = { version = "0.3.1" }
101
101
lsp-server = { version = " 0.7.8" }
102
102
103
103
# non-local crates
104
- anyhow = " 1.0.97 "
104
+ anyhow = " 1.0.98 "
105
105
arrayvec = " 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"
113
113
crossbeam-channel = " 0.5.15"
114
114
dissimilar = " 1.0.10"
115
115
dot = " 0.1.4"
116
116
either = " 1.15.0"
117
117
expect-test = " 1.5.1"
118
- indexmap = { version = " 2.8 .0" , features = [" serde" ] }
118
+ indexmap = { version = " 2.9 .0" , features = [" serde" ] }
119
119
itertools = " 0.14.0"
120
- libc = " 0.2.171 "
121
- libloading = " 0.8.6 "
120
+ libc = " 0.2.172 "
121
+ libloading = " 0.8.8 "
122
122
memmap2 = " 0.9.5"
123
123
nohash-hasher = " 0.2.0"
124
124
oorandom = " 11.1.5"
125
- object = { version = " 0.36.7 " , default-features = false , features = [
125
+ object = { version = " 0.37.1 " , default-features = false , features = [
126
126
" std" ,
127
127
" read_core" ,
128
128
" elf" ,
129
129
" macho" ,
130
130
" pe" ,
131
131
] }
132
- process-wrap = { version = " 8.2.0 " , features = [" std" ] }
132
+ process-wrap = { version = " 8.2.1 " , features = [" std" ] }
133
133
pulldown-cmark-to-cmark = " 10.0.4"
134
134
pulldown-cmark = { version = " 0.9.6" , default-features = false }
135
135
rayon = " 1.10.0"
@@ -141,8 +141,8 @@ serde = { version = "1.0.219" }
141
141
serde_derive = { version = " 1.0.219" }
142
142
serde_json = " 1.0.140"
143
143
rustc-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 = [
146
146
" const_new" ,
147
147
" union" ,
148
148
" const_generics" ,
@@ -166,7 +166,7 @@ xshell = "0.2.7"
166
166
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
167
167
dashmap = { version = " =6.1.0" , features = [" raw-api" , " inline" ] }
168
168
# 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 = [
170
170
" inline-more" ,
171
171
], default-features = false }
172
172
0 commit comments