Skip to content

Commit 8869b3f

Browse files
authored
chore: bump dep versions for compat with reth @ 1.6 (#116)
1 parent db8a78b commit 8869b3f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.9.4"
6+
version = "0.10.0"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["init4"]
@@ -34,31 +34,31 @@ debug = false
3434
incremental = false
3535

3636
[workspace.dependencies]
37-
signet-bundle = { version = "0.9", path = "crates/bundle" }
38-
signet-constants = { version = "0.9", path = "crates/constants" }
39-
signet-evm = { version = "0.9", path = "crates/evm" }
40-
signet-extract = { version = "0.9", path = "crates/extract" }
41-
signet-node = { version = "0.9", path = "crates/node" }
42-
signet-sim = { version = "0.9", path = "crates/sim" }
43-
signet-types = { version = "0.9", path = "crates/types" }
44-
signet-tx-cache = { version = "0.9", path = "crates/tx-cache" }
45-
signet-zenith = { version = "0.9", path = "crates/zenith" }
46-
signet-test-utils = { version = "0.9", path = "crates/test-utils" }
37+
signet-bundle = { version = "0.10", path = "crates/bundle" }
38+
signet-constants = { version = "0.10", path = "crates/constants" }
39+
signet-evm = { version = "0.10", path = "crates/evm" }
40+
signet-extract = { version = "0.10", path = "crates/extract" }
41+
signet-node = { version = "0.10", path = "crates/node" }
42+
signet-sim = { version = "0.10", path = "crates/sim" }
43+
signet-types = { version = "0.10", path = "crates/types" }
44+
signet-tx-cache = { version = "0.10", path = "crates/tx-cache" }
45+
signet-zenith = { version = "0.10", path = "crates/zenith" }
46+
signet-test-utils = { version = "0.10", path = "crates/test-utils" }
4747

4848
# ajj
4949
ajj = { version = "0.3.4" }
5050

5151
# trevm
52-
trevm = { version = "0.27.1", features = ["full_env_cfg"] }
52+
trevm = { version = "0.27.8", features = ["full_env_cfg"] }
5353

5454
# Alloy periphery crates
55-
alloy = { version = "1.0.19", features = [
55+
alloy = { version = "1.0.25", features = [
5656
"full",
5757
"rpc-types-mev",
5858
"genesis",
5959
"arbitrary",
6060
] }
61-
alloy-contract = { version = "1.0.19", features = ["pubsub"] }
61+
alloy-contract = { version = "1.0.25", features = ["pubsub"] }
6262

6363
# Async
6464
tokio = { version = "1.43.0", features = ["macros"] }

0 commit comments

Comments
 (0)