Skip to content

Commit 7d7a73c

Browse files
committed
deps: use single rustls version across all crates
This switches to a custom fork of rustls until rust-bitcoin/corepc#536 is merged
1 parent 154d248 commit 7d7a73c

5 files changed

Lines changed: 92 additions & 419 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ bech32 = "0.11.0"
5353
bip39 = "2.2.0"
5454
bitcoin = { version = "0.32.6", features = ["serde"] }
5555
bitflags = "2.10.0"
56-
bitreq = { version = "0.3.4" }
56+
# bitreq = { version = "0.3.4" }
57+
bitreq = { git = "https://github.com/hydra-yse/corepc", branch = "yse-bitreq-rustls" }
5758
breez-sdk-common = { path = "crates/breez-sdk/common", default-features = false }
5859
breez-sdk-spark = { path = "crates/breez-sdk/core" }
5960
built = { version = "0.8.0", features = ["git2"] }
@@ -100,7 +101,7 @@ rstest_reuse = "0.7.0"
100101
# We want to match the rusqlite version used by ldk-node and the rest of the ecosystem
101102
rusqlite = { version = "0.32.1", features = ["backup", "bundled"] }
102103
rusqlite_migration = { version = "1.3.1" }
103-
rustls = { version = "0.23.28", default-features = false, features = ["ring"] }
104+
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
104105
rustyline = "16.0.0"
105106
serde = "1.0.219"
106107
serde_json = "1.0.140"

0 commit comments

Comments
 (0)