Skip to content

Commit

Permalink
build(deps): bump bdk from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [bdk](https://github.com/bitcoindevkit/bdk) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/bitcoindevkit/bdk/releases)
- [Changelog](https://github.com/bitcoindevkit/bdk/blob/v0.29.0/CHANGELOG.md)
- [Commits](bitcoindevkit/bdk@v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 6d87781 commit 1de74d1
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 19 deletions.
95 changes: 77 additions & 18 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 swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1"
atty = "0.2"
backoff = { version = "0.4", features = [ "tokio" ] }
base64 = "0.21"
bdk = "0.28"
bdk = "0.29"
big-bytes = "1"
bitcoin = { version = "0.29", features = [ "rand", "serde" ] }
bmrng = "0.5"
Expand Down

0 comments on commit 1de74d1

Please sign in to comment.