diff --git a/Cargo.lock b/Cargo.lock index 3918a62a..bdfdfb63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3125,9 +3125,9 @@ dependencies = [ [[package]] name = "zcash_script" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95774f1be39da423c699a1fa54391ea971bbd168d8da2a79ad674ceb34b2512c" +checksum = "f50ddde89b1a9ae1677de9eaff3578a005da42879622ddef1a057b037e0ff834" dependencies = [ "bindgen", "blake2b_simd", diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index 1b3518da..6f160fdd 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -zcash_script = "0.1.2" +zcash_script = "0.1.3" zebra-chain = { path = "../zebra-chain" } thiserror = "1.0.21" displaydoc = "0.1.7"