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"