Skip to content

Commit

Permalink
bump rust-bitcoin 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Sep 18, 2024
1 parent 1f9a287 commit df9fb78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ regex = ["dep:regex"]
[dependencies]
async-trait = "0.1.52"
futures = "0.3"
bitcoin = { version = "0.31", default-features = false, features = ["base64", "serde", "std"] }
bitcoin = { version = "0.32", default-features = false, features = ["base64", "serde", "std"] }

# specter & jade
tokio-serial = { version = "5.4.1", optional = true }
Expand All @@ -43,13 +43,13 @@ serde_cbor = { version = "0.11", optional = true }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] , optional = true}

# bitbox
bitbox-api = { version = "0.2.3", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }
bitbox-api = { version = "0.5.0", default-features = false, features = ["usb", "tokio", "multithreaded"], optional = true }

# coldcard
coldcard = { version = "0.12.2", optional = true }

# ledger
ledger_bitcoin_client = { version = "0.4.1", optional = true }
ledger_bitcoin_client = { version = "0.5.0", optional = true }
ledger-apdu = { version = "0.10", optional = true }
ledger-transport-hidapi = { version = "0.10.0", optional = true }

Expand Down

0 comments on commit df9fb78

Please sign in to comment.