@@ -100,7 +100,7 @@ ra-ap-rustc_pattern_analysis = { version = "0.123", default-features = false }
100
100
# in-tree crates that are published separately and follow semver. See lib/README.md
101
101
line-index = { version = " 0.1.2" }
102
102
la-arena = { version = " 0.3.1" }
103
- lsp-server = { version = " 0.7.8 " }
103
+ lsp-server = { version = " 0.7.9 " }
104
104
105
105
# non-local crates
106
106
anyhow = " 1.0.98"
@@ -125,11 +125,11 @@ memmap2 = "0.9.5"
125
125
nohash-hasher = " 0.2.0"
126
126
oorandom = " 11.1.5"
127
127
object = { version = " 0.36.7" , default-features = false , features = [
128
- " std" ,
129
- " read_core" ,
130
- " elf" ,
131
- " macho" ,
132
- " pe" ,
128
+ " std" ,
129
+ " read_core" ,
130
+ " elf" ,
131
+ " macho" ,
132
+ " pe" ,
133
133
] }
134
134
process-wrap = { version = " 8.2.1" , features = [" std" ] }
135
135
pulldown-cmark-to-cmark = " 10.0.4"
@@ -139,9 +139,9 @@ rowan = "=0.15.15"
139
139
# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
140
140
# on impls without it
141
141
salsa = { version = " 0.23.0" , default-features = true , features = [
142
- " rayon" ,
143
- " salsa_unstable" ,
144
- " macros" ,
142
+ " rayon" ,
143
+ " salsa_unstable" ,
144
+ " macros" ,
145
145
] }
146
146
salsa-macros = " 0.23.0"
147
147
semver = " 1.0.26"
@@ -151,22 +151,22 @@ serde_json = "1.0.140"
151
151
rustc-hash = " 2.1.1"
152
152
rustc-literal-escaper = " 0.0.4"
153
153
smallvec = { version = " 1.15.1" , features = [
154
- " const_new" ,
155
- " union" ,
156
- " const_generics" ,
154
+ " const_new" ,
155
+ " union" ,
156
+ " const_generics" ,
157
157
] }
158
158
smol_str = " 0.3.2"
159
159
temp-dir = " 0.1.16"
160
160
text-size = " 1.1.1"
161
161
tracing = " 0.1.41"
162
162
tracing-tree = " 0.4.0"
163
163
tracing-subscriber = { version = " 0.3.19" , default-features = false , features = [
164
- " registry" ,
165
- " fmt" ,
166
- " local-time" ,
167
- " std" ,
168
- " time" ,
169
- " tracing-log" ,
164
+ " registry" ,
165
+ " fmt" ,
166
+ " local-time" ,
167
+ " std" ,
168
+ " time" ,
169
+ " tracing-log" ,
170
170
] }
171
171
triomphe = { version = " 0.1.14" , default-features = false , features = [" std" ] }
172
172
url = " 2.5.4"
@@ -176,7 +176,7 @@ xshell = "0.2.7"
176
176
dashmap = { version = " =6.1.0" , features = [" raw-api" , " inline" ] }
177
177
# We need to freeze the version of the crate, as it needs to match with dashmap
178
178
hashbrown = { version = " 0.14.*" , features = [
179
- " inline-more" ,
179
+ " inline-more" ,
180
180
], default-features = false }
181
181
182
182
[workspace .lints .rust ]
0 commit comments