Skip to content

Commit 20493aa

Browse files
Merge #110: Update rustls dependency
f5a438c Bump version to 0.16.0 (Tobin C. Harding) 9a7cc14 Update rustls dependency to version 0.21 (Tobin C. Harding) Pull request description: Update the `rustls` dependency to version 0.21 and bump the version of this crate to 0.16 so the change can be released. I don't know what stage in your release cycle you guys are up to so I put the version bump as a separate patch - can drop it if not needed. Done to help with bitcoindevkit/rust-esplora-client#51 ACKs for top commit: danielabrozzoni: utACK f5a438c Tree-SHA512: 106cbe57651a6e1365f87836598cbec9b1e837f0376ddc1c56cb75e5615543659f5c05cea7d5eb8da8b6cf278fcbe6ef866a019b9829db40cc8055798eb0f541
2 parents c84507e + f5a438c commit 20493aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrum-client"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
55
license = "MIT"
66
homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"
@@ -25,7 +25,7 @@ serde_json = { version = "^1.0" }
2525

2626
# Optional dependencies
2727
openssl = { version = "0.10", optional = true }
28-
rustls = { version = "0.20", optional = true, features = ["dangerous_configuration"] }
28+
rustls = { version = "0.21", optional = true, features = ["dangerous_configuration"] }
2929
webpki = { version = "0.22", optional = true }
3030
webpki-roots = { version = "0.22", optional = true }
3131

0 commit comments

Comments
 (0)