Update rustls dependency#110
Merged
danielabrozzoni merged 2 commits intobitcoindevkit:masterfrom Jun 28, 2023
Merged
Conversation
Update to the latest version of `rustls`.
We just updated the rustls dependency, in order for downstream crates to take advantage of this change bump the version so we can release.
tcharding
added a commit
to tcharding/rust-esplora-client
that referenced
this pull request
Jun 27, 2023
A pending to `rust-electrum-client` [0] fixes the pinning here in our CI, add a comment to remind us to fix the pinning when the PR is merged and released. [0] bitcoindevkit/rust-electrum-client#110
chrono-raven6i90
added a commit
to chrono-raven6i90/rust-esplora-client
that referenced
this pull request
Oct 28, 2025
A pending to `rust-electrum-client` [0] fixes the pinning here in our CI, add a comment to remind us to fix the pinning when the PR is merged and released. [0] bitcoindevkit/rust-electrum-client#110
radiant-smith-lk20
added a commit
to radiant-smith-lk20/rust-electrum-client
that referenced
this pull request
Dec 15, 2025
f5a438cd0a5b68b3f74d3c144e90e2b099c21261 Bump version to 0.16.0 (Tobin C. Harding) 9a7cc14c94f2587a8a794900dea2ba5665c4aa04 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 f5a438cd0a5b68b3f74d3c144e90e2b099c21261 Tree-SHA512: 106cbe57651a6e1365f87836598cbec9b1e837f0376ddc1c56cb75e5615543659f5c05cea7d5eb8da8b6cf278fcbe6ef866a019b9829db40cc8055798eb0f541
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the
rustlsdependency 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