@@ -100,7 +100,7 @@ ra-ap-rustc_pattern_analysis = { version = "0.123", default-features = false }
100100# in-tree crates that are published separately and follow semver. See lib/README.md
101101line-index = { version = " 0.1.2" }
102102la-arena = { version = " 0.3.1" }
103- lsp-server = { version = " 0.7.8 " }
103+ lsp-server = { version = " 0.7.9 " }
104104
105105# non-local crates
106106anyhow = " 1.0.98"
@@ -125,11 +125,11 @@ memmap2 = "0.9.5"
125125nohash-hasher = " 0.2.0"
126126oorandom = " 11.1.5"
127127object = { 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" ,
133133] }
134134process-wrap = { version = " 8.2.1" , features = [" std" ] }
135135pulldown-cmark-to-cmark = " 10.0.4"
@@ -139,9 +139,9 @@ rowan = "=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
141141salsa = { version = " 0.23.0" , default-features = true , features = [
142- " rayon" ,
143- " salsa_unstable" ,
144- " macros" ,
142+ " rayon" ,
143+ " salsa_unstable" ,
144+ " macros" ,
145145] }
146146salsa-macros = " 0.23.0"
147147semver = " 1.0.26"
@@ -151,22 +151,22 @@ serde_json = "1.0.140"
151151rustc-hash = " 2.1.1"
152152rustc-literal-escaper = " 0.0.4"
153153smallvec = { version = " 1.15.1" , features = [
154- " const_new" ,
155- " union" ,
156- " const_generics" ,
154+ " const_new" ,
155+ " union" ,
156+ " const_generics" ,
157157] }
158158smol_str = " 0.3.2"
159159temp-dir = " 0.1.16"
160160text-size = " 1.1.1"
161161tracing = " 0.1.41"
162162tracing-tree = " 0.4.0"
163163tracing-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" ,
170170] }
171171triomphe = { version = " 0.1.14" , default-features = false , features = [" std" ] }
172172url = " 2.5.4"
@@ -176,7 +176,7 @@ xshell = "0.2.7"
176176dashmap = { version = " =6.1.0" , features = [" raw-api" , " inline" ] }
177177# We need to freeze the version of the crate, as it needs to match with dashmap
178178hashbrown = { version = " 0.14.*" , features = [
179- " inline-more" ,
179+ " inline-more" ,
180180], default-features = false }
181181
182182[workspace .lints .rust ]
0 commit comments