Skip to content

Commit 7fd1875

Browse files
chore(monorepo): update cargo pre-1.0 packages
1 parent 1c0ab08 commit 7fd1875

15 files changed

Lines changed: 69 additions & 69 deletions

File tree

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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"] }
171171
alloy-rlp = { version = "0.3.4" }
172172
alloy-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
178178
alloy-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
] }
201201
colored = "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"
207207
metrics-process = "=1.0.14"
208208

209209
# Logging
210-
env_logger = "0.10.0"
210+
env_logger = "0.11.8"
211211

212212
# error handling
213213
thiserror = "1.0.44"
@@ -216,7 +216,7 @@ anyhow = "1.0.44"
216216

217217
# http/rpc
218218
hyper = "0.14.25"
219-
hyper-tls = "0.5.0"
219+
hyper-tls = "0.6.0"
220220
reqwest = { version = "0.12.2", default-features = false }
221221

222222
# Serde
@@ -230,30 +230,30 @@ serde_repr = "0.1.16"
230230
clap = { 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
237237
phf = "0.11.2"
238238
phf_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"
245245
c-kzg = "0.4.0"
246246
hex-literal = "0.4.1"
247247
rayon = "1.7.0"
248248
dotenvy = "0.15.7"
249249
semver = "1.0"
250250
lazy_static = "1.4.0"
251251
once_cell = "1.18.0"
252-
itertools = "0.11.0"
252+
itertools = "0.14.0"
253253
parking_lot = "0.12.1"
254254
toml = "0.8.2"
255255
auto_impl = "1.1.0"
256-
strum = "0.25.0"
256+
strum = "0.27.1"
257257
serial_test = "2.0.0"
258258
derive_more = "0.99.17"
259259
rkyv = { git = "https://github.com/rkyv/rkyv.git", branch = "0.7-hashbrown-0.14", features = [
@@ -266,7 +266,7 @@ bitflags = "2.5.0"
266266
chrono = "0.4.19"
267267

268268
arrow = "51.0.0"
269-
polars = { version = "0.38.3", features = ["lazy"] }
269+
polars = { version = "0.48.1", features = ["lazy"] }
270270
parquet = { version = "51.0.0", features = ["async"] }
271271
indicatif = "0.17.8"
272272

apps/eth-engine/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ directories = "5.0.1"
3333

3434
# Async
3535
tokio = { workspace = true }
36-
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
36+
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
3737
futures.workspace = true
3838
reqwest.workspace = true
3939

@@ -91,11 +91,11 @@ clap.workspace = true
9191
# logging
9292
rayon.workspace = true
9393
cfg-if = "1.0.0"
94-
sentry = "0.34.0"
94+
sentry = "0.38.1"
9595

9696
# prometheus
9797
metrics-process.workspace = true
98-
prometheus = "0.13.4"
98+
prometheus = "0.14.0"
9999
itertools.workspace = true
100100
fdlimit = "0.3.0"
101101
dhat = "0.3.3"
@@ -110,14 +110,14 @@ prettytable-rs = "0.10"
110110

111111
# banner
112112
indoc = "2"
113-
crossterm = "0.27.0"
113+
crossterm = "0.29.0"
114114
regex.workspace = true
115-
rand = "0.8.5"
115+
rand = "0.9.1"
116116
ansi_term = "0.12.1"
117117
ansi-parser = "0.9.0"
118118
ahash = "0.8.11"
119119

120-
tikv-jemallocator = { version = "0.5.0", features = [
120+
tikv-jemallocator = { version = "0.6.0", features = [
121121
"unprefixed_malloc_on_supported_platforms",
122122
] }
123123
const_format = { version = "0.2.32", features = ["rust_1_64"] }

apps/eth-order-telegram-bot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ reaper-eth.workspace = true
1111

1212
aws-config = { workspace = true, features = ["behavior-version-latest"] }
1313
chrono.workspace = true
14-
lambda_http = "0.13"
14+
lambda_http = "0.14.0"
1515
lambda_runtime = "0.13"
1616
reqwest = { workspace = true, features = [
1717
"multipart",
@@ -22,7 +22,7 @@ serde.workspace = true
2222
serde_json.workspace = true
2323
tokio = { workspace = true, features = ["full"] }
2424
tracing = { workspace = true, features = ["log"] }
25-
teloxide = { version = "0.13", features = [
25+
teloxide = { version = "0.15.0", features = [
2626
"macros",
2727
"webhooks",
2828
"webhooks-axum",

crates/core/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ tracing.workspace = true
2929
chrono.workspace = true
3030
num = { version = "0.4.1", features = ["rand"] }
3131
time = { version = "0.3.36", features = ["macros"] }
32-
polars = { version = "0.42.0", features = ["docs-selection"] }
32+
polars = { version = "0.48.1", features = ["docs-selection"] }
3333
uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }
3434
rust_decimal = "1.34.3"
35-
statrs = "0.17.1"
35+
statrs = "0.18.0"
3636
thiserror.workspace = true
3737
plotters = "0.3.5"
38-
plotly = "0.9.0"
38+
plotly = "0.12.1"
3939
derive_builder = "0.20.0"
40-
rand = "0.8.5"
41-
rand_distr = "0.4.3"
40+
rand = "0.9.1"
41+
rand_distr = "0.5.1"
4242
yahoo_finance_api = "2.1.0"
4343

4444
[lib]

crates/eth-engine-classifier/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ eyre.workspace = true
5959

6060
# tests feature (unique)
6161
thiserror = { workspace = true, optional = true }
62-
criterion = { version = "0.5", features = [
62+
criterion = { version = "0.6.0", features = [
6363
"async",
6464
"async_tokio",
6565
], optional = true }
@@ -76,7 +76,7 @@ reaper-eth-engine-database.workspace = true
7676
reaper-eth-engine-reth-tracing.workspace = true
7777
reaper-eth-engine-macros.workspace = true
7878

79-
criterion = "0.5"
79+
criterion = "0.6.0"
8080
strum = { workspace = true, features = ["derive"] }
8181
dotenvy.workspace = true
8282
tokio.workspace = true

crates/eth-engine-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ reaper-eth-engine-reth-tracing.workspace = true
8989
serial_test.workspace = true
9090
dotenvy.workspace = true
9191
tokio.workspace = true
92-
criterion = { version = "0.5", features = ["async", "async_tokio"] }
92+
criterion = { version = "0.6.0", features = ["async", "async_tokio"] }
9393

9494
[features]
9595
default = []

crates/eth-engine-database/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ parity-scale-codec = { version = "3.2.1", features = ["derive", "bytes"] }
6060
reth-codecs.workspace = true
6161
reth-codecs-derive.workspace = true
6262
proptest = "1.4"
63-
proptest-derive = "0.4"
63+
proptest-derive = "0.5.1"
6464
arbitrary = "1.3"
65-
rand = "0.8.5"
66-
modular-bitfield = "0.11.2"
65+
rand = "0.9.1"
66+
modular-bitfield = "0.12.0"
6767
bytes = "1.5"
6868
zstd = "0.13"
6969
chrono = "0.4.35"
@@ -112,11 +112,11 @@ bincode = "2.0.0-rc.3"
112112
redefined.workspace = true
113113
derive_more = "0.99.17"
114114
paste = "1.0.14"
115-
petgraph = "0.6.4"
116-
itertools = "0.12.0"
115+
petgraph = "0.8.1"
116+
itertools = "0.14.0"
117117
rayon.workspace = true
118-
strum = "0.25"
119-
strum_macros = "0.25"
118+
strum = "0.27.1"
119+
strum_macros = "0.27.1"
120120
async-trait = "0.1.73"
121121
reqwest = { workspace = true, features = ["stream"] }
122122
toml = "0.8.9"
@@ -125,7 +125,7 @@ page_size = "0.6.0"
125125
schnellru = "0.2.2"
126126

127127
# benches
128-
criterion = "0.5"
128+
criterion = "0.6.0"
129129
human_bytes = "0.4.3"
130130
rkyv.workspace = true
131131
auto_impl.workspace = true
@@ -147,7 +147,7 @@ serial_test.workspace = true
147147
test-fuzz = "4"
148148
async-trait.workspace = true
149149
reth-tasks.workspace = true
150-
criterion = "0.5.1"
150+
criterion = "0.6.0"
151151

152152
[build-dependencies]
153153
reaper-eth-engine-types.workspace = true

crates/eth-engine-inspect/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async-trait.workspace = true
4646
rayon.workspace = true
4747
futures.workspace = true
4848
tokio.workspace = true
49-
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
49+
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
5050

5151
# reth
5252
reth-primitives.workspace = true
@@ -75,7 +75,7 @@ itertools.workspace = true
7575
eyre.workspace = true
7676
colored.workspace = true
7777

78-
criterion = { version = "0.5", features = [
78+
criterion = { version = "0.6.0", features = [
7979
"async",
8080
"async_tokio",
8181
], optional = true }
@@ -94,9 +94,9 @@ serial_test.workspace = true
9494
tracing-subscriber.workspace = true
9595
reth-db.workspace = true
9696
tokio.workspace = true
97-
criterion = { version = "0.5" }
98-
rand = "0.8.5"
99-
statrs = "0.16"
97+
criterion = { version = "0.6.0" }
98+
rand = "0.9.1"
99+
statrs = "0.18.0"
100100

101101
[features]
102102
sorella-server = ["local-reth", "local-clickhouse"]

crates/eth-engine-libmdbx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ffi = { package = "reth-mdbx-sys", git = "https://github.com/paradigmxyz/reth",
2727

2828
[dev-dependencies]
2929
tempfile = "3.8"
30-
criterion = "0.5"
30+
criterion = "0.6.0"
3131
pprof = "0.13"
3232

3333
[target.'cfg(not(windows))'.dependencies]

crates/eth-engine-metrics/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ hyper.workspace = true
4949
dashmap.workspace = true
5050

5151
[target.'cfg(unix)'.dependencies]
52-
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
52+
tikv-jemalloc-ctl = { version = "0.6.0", optional = true }
5353

5454
[target.'cfg(target_os = "linux")'.dependencies]
55-
procfs = "0.16.0"
55+
procfs = "0.17.0"
5656

5757
[features]
5858
jemalloc = ["dep:tikv-jemalloc-ctl"]

0 commit comments

Comments
 (0)