From c8900bfec1b290652424e868350ef754cbff95bd Mon Sep 17 00:00:00 2001 From: wenyuanhust Date: Wed, 1 Nov 2023 09:21:49 +0800 Subject: [PATCH] chore(deps): bump molecule version to 0.7.5 --- verification/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verification/Cargo.toml b/verification/Cargo.toml index b73f226..1268fce 100644 --- a/verification/Cargo.toml +++ b/verification/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/synapseweb3/eth-light-client-in-ckb" repository = "https://github.com/synapseweb3/eth-light-client-in-ckb" [dependencies] -molecule = { version = "=0.7.3", default-features = false } +molecule = { version = "0.7.5", default-features = false } ckb-mmr = { version = "0.6.0", default-features = false, package = "ckb-merkle-mountain-range" } rlp = { version = "0.5.2", default-features = false } tiny-keccak = { version = "2.0.2", features = ["keccak"] }