diff --git a/Cargo.toml b/Cargo.toml index 49f313b..bfb43d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ crc = "3.0.0" chrono = "0.4" diesel = { version = "1.4.8", features = ["mysql", "r2d2", "numeric"] } dotenv = "0.15.0" -molecule = "0.7.2" +molecule = "0.8.0" serde = { version = "1.0", features = [ "derive" ] } sparse-merkle-tree = "0.5.3" ckb-types = "=0.104.0"