Skip to content

Commit

Permalink
Update bitcoin requirement from 0.29.2 to 0.30.1
Browse files Browse the repository at this point in the history
Updates the requirements on [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) to permit the latest version.
- [Commits](rust-bitcoin/rust-bitcoin@0.29.2...bitcoin-0.30.1)

---
updated-dependencies:
- dependency-name: bitcoin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent d0c704b commit 3960c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chameleon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ graphql = { path = "../graphql" }
honey-badger = { path = "../honey-badger" }

[dev-dependencies]
bitcoin = { version = "0.29.2" }
bitcoin = { version = "0.30.1" }
ctor = "0.2.0"
simplelog = { version ="0.12.0", features = ["test"] }
2 changes: 1 addition & 1 deletion mole/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ graphql = { path = "../graphql" }
honey-badger = { path = "../honey-badger" }

[dev-dependencies]
bitcoin = { version = "0.29.2" }
bitcoin = { version = "0.30.1" }
ctor = "0.2.0"
rand = "0.8.5"
simplelog = { version ="0.12.0", features = ["test"] }
Expand Down

0 comments on commit 3960c3a

Please sign in to comment.