From 14a2b347af2fb3d2db2be019e905240731ff1fb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:24:39 +0000 Subject: [PATCH] fix(deps): update rust crate ckb-types to v0.120.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbb5691..c00680b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ molecule = "0.7.2" lazy_static = "1.4" rocksdb = { package = "ckb-rocksdb", version = "=0.21.1", features = ["snappy"] } sparse-merkle-tree = "0.6.1" -ckb-types = "=0.108.0" +ckb-types = "=0.120.0" ckb-jsonrpc-types = "=0.108.0" reqwest = { version = "0.11.22", features = ["json"] } tokio = { version = "1.32.0", features = ["rt", "net"] }