From 298cfe2b19e983acc209eaf050101c5beac93d9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 03:55:25 +0000 Subject: [PATCH] fix(deps): update rust crate ckb-hash to 0.113.1 --- native/molecule_parser/Cargo.lock | 4 ++-- native/molecule_parser/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/molecule_parser/Cargo.lock b/native/molecule_parser/Cargo.lock index b65b73d8..6d50f676 100644 --- a/native/molecule_parser/Cargo.lock +++ b/native/molecule_parser/Cargo.lock @@ -44,9 +44,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ckb-hash" -version = "0.112.1" +version = "0.113.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25af660fc8746f7c756444e6aa47ede9a874206563b6a1ce1b230a5b86519392" +checksum = "e334b423b98ad181120107ad504cdd9afa015e46c54a371b6a12b980b9ad09c6" dependencies = [ "blake2b-ref", "blake2b-rs", diff --git a/native/molecule_parser/Cargo.toml b/native/molecule_parser/Cargo.toml index 41fece07..69482a70 100644 --- a/native/molecule_parser/Cargo.toml +++ b/native/molecule_parser/Cargo.toml @@ -13,4 +13,4 @@ crate-type = ["dylib"] rustler = "0.30.0" molecule = { version = "0.7.5", default-features = false } hex= "0.4.3" -ckb-hash = "0.112.1" +ckb-hash = "0.113.1"