diff --git a/crates/ibc/Cargo.toml b/crates/ibc/Cargo.toml index f95bf54..db99e9d 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -15,8 +15,8 @@ tiny-keccak = { version = "2.0.2", default-features = false } ssz-rs = { git = "https://github.com/bluele/ssz_rs", branch = "serde-no-std", default-features = false, features = ["serde"] } ethereum-ibc-proto = { path = "../../proto", default-features = false } -ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "f9efeb24a722db91d387eaa198b4cdc652ee4c93", default-features = false } -ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "f9efeb24a722db91d387eaa198b4cdc652ee4c93", default-features = false } +ethereum-consensus = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "da939e8c7d6b4974987b53c637899de9d9d7fe44", default-features = false } +ethereum-light-client-verifier = { git = "https://github.com/datachainlab/ethereum-light-client-rs", rev = "da939e8c7d6b4974987b53c637899de9d9d7fe44", default-features = false } [dev-dependencies] time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }