diff --git a/native/molecule_parser/Cargo.lock b/native/molecule_parser/Cargo.lock index b65b73d8..ee2e9f42 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.114.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25af660fc8746f7c756444e6aa47ede9a874206563b6a1ce1b230a5b86519392" +checksum = "99970478850566472a03e5cc4d57e388bb7a8255771f4308b42036f0d8a623d8" dependencies = [ "blake2b-ref", "blake2b-rs", diff --git a/native/molecule_parser/Cargo.toml b/native/molecule_parser/Cargo.toml index 41fece07..05b303f9 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.114.0"