From 196514d782a40a3ffcdc3d32cefe0191689341c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 05:32:46 +0000 Subject: [PATCH] fix(deps): update rust crate ckb-types to v0.116.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbb5691..f14b2d0 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.116.1" ckb-jsonrpc-types = "=0.108.0" reqwest = { version = "0.11.22", features = ["json"] } tokio = { version = "1.32.0", features = ["rt", "net"] }