@@ -97,60 +97,57 @@ ra-ap-rustc_pattern_analysis = { version = "0.100", default-features = false }
9797# in-tree crates that are published separately and follow semver. See lib/README.md
9898line-index = { version = " 0.1.2" }
9999la-arena = { version = " 0.3.1" }
100- lsp-server = { version = " 0.7.6 " }
100+ lsp-server = { version = " 0.7.8 " }
101101
102102# non-local crates
103- anyhow = " 1.0.75 "
104- arrayvec = " 0.7.4 "
105- bitflags = " 2.4.1 "
106- cargo_metadata = " 0.18.1 "
107- camino = " 1.1.6 "
103+ anyhow = " 1.0.97 "
104+ arrayvec = " 0.7.6 "
105+ bitflags = " 2.9.0 "
106+ cargo_metadata = " 0.19.2 "
107+ camino = " 1.1.9 "
108108chalk-solve = { version = " 0.100.0" , default-features = false }
109109chalk-ir = " 0.100.0"
110110chalk-recursive = { version = " 0.100.0" , default-features = false }
111111chalk-derive = " 0.100.0"
112- crossbeam-channel = " 0.5.8 "
113- dissimilar = " 1.0.7 "
112+ crossbeam-channel = " 0.5.14 "
113+ dissimilar = " 1.0.10 "
114114dot = " 0.1.4"
115- either = " 1.9.0"
116- expect-test = " 1.4.0"
117- hashbrown = { version = " 0.14" , features = [
118- " inline-more" ,
119- ], default-features = false }
120- indexmap = { version = " 2.1.0" , features = [" serde" ] }
121- itertools = " 0.12.0"
122- libc = " 0.2.150"
123- libloading = " 0.8.0"
124- memmap2 = " 0.5.4"
115+ either = " 1.15.0"
116+ expect-test = " 1.5.1"
117+ indexmap = { version = " 2.8.0" , features = [" serde" ] }
118+ itertools = " 0.14.0"
119+ libc = " 0.2.171"
120+ libloading = " 0.8.6"
121+ memmap2 = " 0.9.5"
125122nohash-hasher = " 0.2.0"
126- oorandom = " 11.1.3 "
127- object = { version = " 0.33.0 " , default-features = false , features = [
123+ oorandom = " 11.1.5 "
124+ object = { version = " 0.36.7 " , default-features = false , features = [
128125 " std" ,
129126 " read_core" ,
130127 " elf" ,
131128 " macho" ,
132129 " pe" ,
133130] }
134- process-wrap = { version = " 8.0.2 " , features = [" std" ] }
131+ process-wrap = { version = " 8.2.0 " , features = [" std" ] }
135132pulldown-cmark-to-cmark = " 10.0.4"
136- pulldown-cmark = { version = " 0.9.0 " , default-features = false }
137- rayon = " 1.8 .0"
133+ pulldown-cmark = { version = " 0.9.6 " , default-features = false }
134+ rayon = " 1.10 .0"
138135salsa = " 0.19"
139- rustc-hash = " 2.0.0 "
140- semver = " 1.0.14 "
141- serde = { version = " 1.0.192 " }
142- serde_derive = { version = " 1.0.192 " }
143- serde_json = " 1.0.108 "
144- smallvec = { version = " 1.10 .0" , features = [
136+ rustc-hash = " 2.1.1 "
137+ semver = " 1.0.26 "
138+ serde = { version = " 1.0.219 " }
139+ serde_derive = { version = " 1.0.219 " }
140+ serde_json = " 1.0.140 "
141+ smallvec = { version = " 1.14 .0" , features = [
145142 " const_new" ,
146143 " union" ,
147144 " const_generics" ,
148145] }
149146smol_str = " 0.3.2"
150147text-size = " 1.1.1"
151- tracing = " 0.1.40 "
152- tracing-tree = " 0.3 .0"
153- tracing-subscriber = { version = " 0.3.18 " , default-features = false , features = [
148+ tracing = " 0.1.41 "
149+ tracing-tree = " 0.4 .0"
150+ tracing-subscriber = { version = " 0.3.19 " , default-features = false , features = [
154151 " registry" ,
155152 " fmt" ,
156153 " local-time" ,
@@ -159,12 +156,16 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
159156 " tracing-log" ,
160157] }
161158triomphe = { version = " 0.1.14" , default-features = false , features = [" std" ] }
162- url = " 2.3.1 "
163- xshell = " 0.2.5 "
159+ url = " 2.5.4 "
160+ xshell = " 0.2.7 "
164161
165162
166163# We need to freeze the version of the crate, as the raw-api feature is considered unstable
167164dashmap = { version = " =5.5.3" , features = [" raw-api" ] }
165+ # We need to freeze the version of the crate, as it needs to match with dashmap
166+ hashbrown = { version = " =0.14.5" , features = [
167+ " inline-more" ,
168+ ], default-features = false }
168169
169170[workspace .lints .rust ]
170171# remember to update RUSTFLAGS in ci.yml if you add something here
0 commit comments