Skip to content

Commit c076586

Browse files
author
Naohiro Yoshida
committed
bump kona-node/v1.2.0
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent d4f9c66 commit c076586

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ alloy-eips = { version = "1.0.38", default-features = false }
4242
alloy-trie = { version = "0.9.1", default-features = false }
4343

4444
# OP Alloy
45-
op-alloy-rpc-types-engine = { version = "0.21.0", default-features = false }
46-
op-alloy-consensus= { version = "0.21.0", default-features = false }
45+
op-alloy-rpc-types-engine = { version = "0.22.0", default-features = false }
46+
op-alloy-consensus= { version = "0.22.0", default-features = false }
4747

4848
# Ethereum
49-
revm = { version = "30.0.0", default-features = false }
50-
op-revm = { version = "11.2.0", default-features = false }
51-
alloy-evm = { version = "0.22.4", default-features = false, features = ["op"] }
52-
alloy-op-evm = { version = "0.22.4", default-features = false }
49+
revm = { version = "30.2.0", default-features = false }
50+
op-revm = { version = "11.3.0", default-features = false }
51+
alloy-evm = { version = "0.22.6", default-features = false, features = ["op"] }
52+
alloy-op-evm = { version = "0.22.6", default-features = false }
5353

5454
# Cryptography
5555
sha2 = { version = "0.10.8", default-features = false }

0 commit comments

Comments
 (0)