[PR #1557] [CLOSED] Bump rustls from 0.19.1 to 0.20.0 #2420

Closed
opened 2026-03-16 08:52:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1557
Author: @dependabot[bot]
Created: 9/27/2021
Status: Closed

Base: mainHead: dependabot/cargo/rustls-0.20.0


📝 Commits (1)

  • da1d3da Bump rustls from 0.19.1 to 0.20.0

📊 Changes

7 files changed (+51 additions, -19 deletions)

View changed files

📝 Cargo.lock (+45 -13)
📝 bin/Cargo.toml (+1 -1)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

Bumps rustls from 0.19.1 to 0.20.0.

Commits
  • bc754a4 Prepare 0.20
  • 63c5368 docs: Be explicit about how to not pass a list of DNs for client auth
  • 42e624b Keep Certificate Transparency support implicitly off by default
  • 5889c4b Add some more notes to 0.20.0 changelog
  • 2a5a824 Update GHA badge pointing to build/main
  • 63db1d9 Merge pull request #824 from rustls/jbp-include-bogo-go-sum
  • 6a15dd1 Revert "Try running suggested commands"
  • 71b232b Correct bogo checkout
  • cfbe361 client: use inner enums to clarify session ticket types
  • 3739182 client: clarify type of received ticket details
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1557 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/27/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-0.20.0` --- ### 📝 Commits (1) - [`da1d3da`](https://github.com/hickory-dns/hickory-dns/commit/da1d3dad792409461bf722c2dfa4266861c2ce52) Bump rustls from 0.19.1 to 0.20.0 ### 📊 Changes **7 files changed** (+51 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+45 -13) 📝 `bin/Cargo.toml` (+1 -1) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustls](https://github.com/rustls/rustls) from 0.19.1 to 0.20.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/bc754a4fbb586beb7b1dfce38ab880fd90c0e422"><code>bc754a4</code></a> Prepare 0.20</li> <li><a href="https://github.com/rustls/rustls/commit/63c5368e57bb6bc6245cdd07b1f505a5a841beeb"><code>63c5368</code></a> docs: Be explicit about how to not pass a list of DNs for client auth</li> <li><a href="https://github.com/rustls/rustls/commit/42e624bbe2af902919d68dcfb09171714c9d387c"><code>42e624b</code></a> Keep Certificate Transparency support implicitly off by default</li> <li><a href="https://github.com/rustls/rustls/commit/5889c4b25a60c508823f7aee55726cf2248bc648"><code>5889c4b</code></a> Add some more notes to 0.20.0 changelog</li> <li><a href="https://github.com/rustls/rustls/commit/2a5a82419aef845f2526a4688b821657aaf0e3fe"><code>2a5a824</code></a> Update GHA badge pointing to build/main</li> <li><a href="https://github.com/rustls/rustls/commit/63db1d978ad8304e1000db591475dbc38a1d9b62"><code>63db1d9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rustls/rustls/issues/824">#824</a> from rustls/jbp-include-bogo-go-sum</li> <li><a href="https://github.com/rustls/rustls/commit/6a15dd10bf235b8580f09e33a8c33fc773d534a1"><code>6a15dd1</code></a> Revert &quot;Try running suggested commands&quot;</li> <li><a href="https://github.com/rustls/rustls/commit/71b232b99e9e2c836ba821419cc16d31a3ecb7ff"><code>71b232b</code></a> Correct bogo checkout</li> <li><a href="https://github.com/rustls/rustls/commit/cfbe36168ff30c0dd7db543c5d1929c2912aebc6"><code>cfbe361</code></a> client: use inner enums to clarify session ticket types</li> <li><a href="https://github.com/rustls/rustls/commit/37391822ad9c50e4c6b419efc0f8953279e883ed"><code>3739182</code></a> client: clarify type of received ticket details</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.19.1...v/0.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.19.1&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:52:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2420
No description provided.