Skip to content

Commit

Permalink
build(deps): Bump zcash_script version and update deny.toml (#6214)
Browse files Browse the repository at this point in the history
* Bump zcash_script version and updates deny.toml

* Uses zcash_script 0.1.10 and removes bindgen from deny.toml

* bumps zcash_script version

* Update Cargo.lock

---------

Co-authored-by: teor <[email protected]>
  • Loading branch information
arya2 and teor2345 authored Feb 24, 2023
1 parent 84d0346 commit 3ac019d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 59 deletions.
72 changes: 16 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ skip-tree = [

# wait for zcash_script to upgrade
# https://github.com/ZcashFoundation/zcash_script/pulls
{ name = "zcash_primitives", version = "=0.8.1" },
{ name = "bindgen", version = "=0.60.1" },
{ name = "zcash_primitives", version = "=0.9.1" },

# wait for ed25519-zebra, indexmap, metrics-util, and metrics to upgrade
# ed25519-zebra/hashbrown: https://github.com/ZcashFoundation/ed25519-zebra/pull/63
Expand Down
2 changes: 1 addition & 1 deletion zebra-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zcash_script = "0.1.8"
zcash_script = "0.1.11"

zebra-chain = { path = "../zebra-chain" }

Expand Down

0 comments on commit 3ac019d

Please sign in to comment.