Skip to content

Commit 6a7bf17

Browse files
Bump bitcoin from 0.32.7 to 0.32.8 in /backend (#163)
Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.32.7 to 0.32.8. - [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases) - [Changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-bitcoin@bitcoin-0.32.7...bitcoin-0.32.8) --- updated-dependencies: - dependency-name: bitcoin dependency-version: 0.32.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1676575 commit 6a7bf17

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[dependencies]
77
axum = { version = "0.8" }
8-
bitcoin = { version = "0.32.5", features = [ "serde" ] }
8+
bitcoin = { version = "0.32.8", features = [ "serde" ] }
99
chrono = { version = "0.4.38", features = ["serde"] }
1010
clap = { version = "4.5", features = [ "derive" ] }
1111
hex = { version = "0.4" }

0 commit comments

Comments
 (0)