Skip to content

Commit cf561cb

Browse files
author
Naohiro Yoshida
committed
bump up kona to v1.0.1
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 8c0f8ef commit cf561cb

23 files changed

+182
-1542
lines changed

Cargo.lock

Lines changed: 141 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-cli
2222
ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "v0.2.0", default-features = false }
2323

2424
# Kona
25-
kona-mpt = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
26-
kona-client = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
27-
kona-host = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
28-
kona-proof = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
29-
kona-preimage = {git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
30-
kona-executor = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
31-
kona-driver = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
32-
kona-providers-alloy= { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
33-
kona-genesis = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
34-
kona-protocol = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
35-
kona-derive = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.0", default-features = false }
25+
kona-mpt = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
26+
kona-client = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
27+
kona-host = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
28+
kona-proof = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
29+
kona-preimage = {git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
30+
kona-executor = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
31+
kona-driver = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
32+
kona-providers-alloy= { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
33+
kona-genesis = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
34+
kona-protocol = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
35+
kona-derive = { git="https://github.com/anton-rs/kona", rev= "kona-client/v1.0.1", default-features = false }
3636

3737
# Alloy
38-
alloy-consensus = { version = "0.15.6", default-features = false }
39-
alloy-primitives = { version = "1.0.0", default-features = false }
40-
alloy-eips = { version = "0.15.6", default-features = false }
38+
alloy-consensus = { version = "0.15.8", default-features = false }
39+
alloy-primitives = { version = "1.1.0", default-features = false }
40+
alloy-eips = { version = "0.15.8", default-features = false }
4141
alloy-trie = { version = "0.8.0", default-features = false }
4242

4343
# OP Alloy
44-
op-alloy-rpc-types-engine = { version = "0.15.1", default-features = false }
45-
op-alloy-consensus= { version = "0.15.1", default-features = false }
44+
op-alloy-rpc-types-engine = { version = "0.15.2", default-features = false }
45+
op-alloy-consensus= { version = "0.15.2", default-features = false }
4646

4747
# Ethereum
4848
revm = { version = "22.0.1", default-features = false }
@@ -54,7 +54,7 @@ alloy-op-evm = { version = "0.6.0", default-features = false }
5454
sha2 = { version = "0.10.8", default-features = false }
5555
c-kzg = { version = "2.0.0", default-features = false }
5656
ark-ff = { version = "0.5.0", default-features = false }
57-
secp256k1 = { version = "0.30.0", default-features = false }
57+
secp256k1 = { version = "0.31.0", default-features = false }
5858
ark-bls12-381 = { version = "0.5.0", default-features = false }
5959

6060
[patch."crates-io"]

0 commit comments

Comments
 (0)