@@ -166,13 +166,13 @@ revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev =
166166
167167
168168# Alloy
169- alloy-sol-types = { version = " 0.7.0 " , features = [" json" ] }
170- alloy-sol-macro = { version = " 0.7.0 " , features = [" json" ] }
169+ alloy-sol-types = { version = " 0.8.25 " , features = [" json" ] }
170+ alloy-sol-macro = { version = " 0.8.25 " , features = [" json" ] }
171171alloy-rlp = { version = " 0.3.4" }
172172alloy-rlp-derive = { version = " 0.3.4" }
173- alloy-primitives = { version = " 0.7.0 " , features = [" rlp" ] }
174- alloy-json-abi = " 0.7.0 "
175- alloy-dyn-abi = " 0.7.0 "
173+ alloy-primitives = { version = " 0.8.25 " , features = [" rlp" ] }
174+ alloy-json-abi = " 0.8.25 "
175+ alloy-dyn-abi = " 0.8.25 "
176176
177177# Alloy core
178178alloy-provider = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 39b8695" , features = [
@@ -199,15 +199,15 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features =
199199 " fmt" ,
200200] }
201201colored = " 2.0"
202- prometheus = " 0.13.4 "
202+ prometheus = " 0.14.0 "
203203
204204# Metrics
205- metrics-exporter-prometheus = " =0.12.1 "
206- metrics-util = " 0.15.0 "
205+ metrics-exporter-prometheus = " =0.17.0 "
206+ metrics-util = " 0.19.1 "
207207metrics-process = " =1.0.14"
208208
209209# Logging
210- env_logger = " 0.10.0 "
210+ env_logger = " 0.11.8 "
211211
212212# error handling
213213thiserror = " 1.0.44"
@@ -216,7 +216,7 @@ anyhow = "1.0.44"
216216
217217# http/rpc
218218hyper = " 0.14.25"
219- hyper-tls = " 0.5 .0"
219+ hyper-tls = " 0.6 .0"
220220reqwest = { version = " 0.12.2" , default-features = false }
221221
222222# Serde
@@ -230,30 +230,30 @@ serde_repr = "0.1.16"
230230clap = { version = " 4.4.6" , features = [" derive" ] }
231231
232232# Numbers
233- malachite = " 0.4 .0"
234- malachite-q = " 0.4 .0"
233+ malachite = " 0.6 .0"
234+ malachite-q = " 0.6 .0"
235235
236236# phf
237237phf = " 0.11.2"
238238phf_codegen = " 0.11.2"
239239
240240# metrics
241- metrics = " 0.21.1 "
241+ metrics = " 0.24.2 "
242242
243243# misc
244- backon = " 0.4.4 "
244+ backon = " 0.5.0 "
245245c-kzg = " 0.4.0"
246246hex-literal = " 0.4.1"
247247rayon = " 1.7.0"
248248dotenvy = " 0.15.7"
249249semver = " 1.0"
250250lazy_static = " 1.4.0"
251251once_cell = " 1.18.0"
252- itertools = " 0.11 .0"
252+ itertools = " 0.14 .0"
253253parking_lot = " 0.12.1"
254254toml = " 0.8.2"
255255auto_impl = " 1.1.0"
256- strum = " 0.25.0 "
256+ strum = " 0.27.1 "
257257serial_test = " 2.0.0"
258258derive_more = " 0.99.17"
259259rkyv = { git = " https://github.com/rkyv/rkyv.git" , branch = " 0.7-hashbrown-0.14" , features = [
@@ -266,7 +266,7 @@ bitflags = "2.5.0"
266266chrono = " 0.4.19"
267267
268268arrow = " 51.0.0"
269- polars = { version = " 0.38.3 " , features = [" lazy" ] }
269+ polars = { version = " 0.48.1 " , features = [" lazy" ] }
270270parquet = { version = " 51.0.0" , features = [" async" ] }
271271indicatif = " 0.17.8"
272272
0 commit comments