Skip to content

Commit

Permalink
Bump secp256k1-zkp from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [secp256k1-zkp](https://github.com/ElementsProject/rust-secp256k1-zkp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/ElementsProject/rust-secp256k1-zkp/releases)
- [Changelog](https://github.com/ElementsProject/rust-secp256k1-zkp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ElementsProject/rust-secp256k1-zkp/commits)

---
updated-dependencies:
- dependency-name: secp256k1-zkp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2022
1 parent 8f4bc1d commit 4692e6d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 13 deletions.
57 changes: 46 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion maia-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1"
bdk = { version = "0.22.0", default-features = false }
bit-vec = "0.6"
secp256k1-zkp = { version = "0.6", features = ["bitcoin_hashes", "global-context", "serde"] }
secp256k1-zkp = { version = "0.7", features = ["bitcoin_hashes", "global-context", "serde"] }
thiserror = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion maia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bdk = { version = "0.22.0", default-features = false }
itertools = "0.10"
maia-core = { path = "../maia-core" }
rand = "0.6"
secp256k1-zkp = { version = "0.6", features = ["bitcoin_hashes", "global-context", "serde"] }
secp256k1-zkp = { version = "0.7", features = ["bitcoin_hashes", "global-context", "serde"] }
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit 4692e6d

Please sign in to comment.