[PR #1030] [CLOSED] Bump rustls from 0.16.0 to 0.17.0 #1895

Closed
opened 2026-03-16 03:10:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1030
Author: @dependabot-preview[bot]
Created: 2/24/2020
Status: Closed

Base: masterHead: dependabot/cargo/rustls-0.17.0


📝 Commits (1)

  • 682bba7 Bump rustls from 0.16.0 to 0.17.0

📊 Changes

8 files changed (+27 additions, -14 deletions)

View changed files

📝 Cargo.lock (+20 -7)
📝 bin/Cargo.toml (+1 -1)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/rustls/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

Bumps rustls from 0.16.0 to 0.17.0.

Commits
  • 92600ef Prepare 0.17.0
  • 8a9fd05 Don't panic on invalid private keys for client auth.
  • 98a847d Require ring 0.16.11 for bug fix
  • 061b4f2 Extend design documentation
  • 98d88f9 Enable documentation on docs.rs for items behind feature flags
  • f6d3551 Update webpki-roots requirement from 0.18.0 to 0.19.0
  • 03b1ef0 Improvements to previous commit:
  • 9c59aa9 Allow server to choose root cert for client auth based on SNI
  • 3882b38 Delete std::error::Error::description impl
  • a511a2e Fix minor formatting weirdness
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1030 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/24/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/rustls-0.17.0` --- ### 📝 Commits (1) - [`682bba7`](https://github.com/hickory-dns/hickory-dns/commit/682bba71c596a7a0fcbdb8d91e6dae4dbffc3d26) Bump rustls from 0.16.0 to 0.17.0 ### 📊 Changes **8 files changed** (+27 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+20 -7) 📝 `bin/Cargo.toml` (+1 -1) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/rustls/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustls](https://github.com/ctz/rustls) from 0.16.0 to 0.17.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ctz/rustls/commit/92600efb4f6cc25bfe0c133b0b922d915ed826e3"><code>92600ef</code></a> Prepare 0.17.0</li> <li><a href="https://github.com/ctz/rustls/commit/8a9fd0502903e7988c4d18dc509940c03aaba923"><code>8a9fd05</code></a> Don't panic on invalid private keys for client auth.</li> <li><a href="https://github.com/ctz/rustls/commit/98a847df7165ebfa0e471df313df317636b6d2d7"><code>98a847d</code></a> Require ring 0.16.11 for bug fix</li> <li><a href="https://github.com/ctz/rustls/commit/061b4f27677fe30f87c3fc6f84acc743a90892d0"><code>061b4f2</code></a> Extend design documentation</li> <li><a href="https://github.com/ctz/rustls/commit/98d88f9a7a438bd9c249519478875962a6908d50"><code>98d88f9</code></a> Enable documentation on docs.rs for items behind feature flags</li> <li><a href="https://github.com/ctz/rustls/commit/f6d35511e476c1dbe9b1e439c7797e465400a8eb"><code>f6d3551</code></a> Update webpki-roots requirement from 0.18.0 to 0.19.0</li> <li><a href="https://github.com/ctz/rustls/commit/03b1ef03daa14ab51875345356044e882f2861c4"><code>03b1ef0</code></a> Improvements to previous commit:</li> <li><a href="https://github.com/ctz/rustls/commit/9c59aa91f5eba32aec569fb02f71a1ae6c043985"><code>9c59aa9</code></a> Allow server to choose root cert for client auth based on SNI</li> <li><a href="https://github.com/ctz/rustls/commit/3882b3886acb8df7c7b2f9cd73a5e83f25c0a968"><code>3882b38</code></a> Delete std::error::Error::description impl</li> <li><a href="https://github.com/ctz/rustls/commit/a511a2e976ae59a70f370d0fd66b43343e148cba"><code>a511a2e</code></a> Fix minor formatting weirdness</li> <li>Additional commits viewable in <a href="https://github.com/ctz/rustls/compare/v/0.16.0...v/0.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.16.0&new-version=0.17.0)](https://dependabot.com/compatibility-score/?dependency-name=rustls&package-manager=cargo&previous-version=0.16.0&new-version=0.17.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 03:10:43 +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#1895
No description provided.