Skip to content

Commit

Permalink
chore(deps)): upgrade rust-bitcoin to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed May 15, 2024
1 parent 898f230 commit 78cb066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/lib.rs"

[dependencies]
log = "^0.4"
bitcoin = { version = "0.31.0", features = ["serde"] }
bitcoin = { version = "0.32", features = ["serde"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }

Expand Down

0 comments on commit 78cb066

Please sign in to comment.