From fb7bc6b901d32baea634de573f399c8f0e46bd6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:24:19 +0000 Subject: [PATCH] fix(deps): update rust crate ckb-hash to 0.120.0 --- native/molecule_parser/Cargo.lock | 6 +++--- native/molecule_parser/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/native/molecule_parser/Cargo.lock b/native/molecule_parser/Cargo.lock index b65b73d8..269a3a92 100644 --- a/native/molecule_parser/Cargo.lock +++ b/native/molecule_parser/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -44,9 +44,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ckb-hash" -version = "0.112.1" +version = "0.120.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25af660fc8746f7c756444e6aa47ede9a874206563b6a1ce1b230a5b86519392" +checksum = "2df8fb6acacdb056b69ec1071491323ab46e90bd6fec3dbc8964f44366f03866" dependencies = [ "blake2b-ref", "blake2b-rs", diff --git a/native/molecule_parser/Cargo.toml b/native/molecule_parser/Cargo.toml index 41fece07..8b8b01be 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.120.0"