From 58dc701df1164e623deeaed86f1adadf640642a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:02:35 +0000 Subject: [PATCH] fix(deps): update rust crate ckb-hash to 0.118.0 --- 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..d8bab326 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.118.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25af660fc8746f7c756444e6aa47ede9a874206563b6a1ce1b230a5b86519392" +checksum = "d96b7aec74956ae5e79d0fc68e5903dc2b133c2c64644514485bbc9feb5367eb" dependencies = [ "blake2b-ref", "blake2b-rs", diff --git a/native/molecule_parser/Cargo.toml b/native/molecule_parser/Cargo.toml index 41fece07..5294c35f 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.118.0"