[PR #1300] [CLOSED] Bump rustls from 0.18.1 to 0.19.0 #2184

Closed
opened 2026-03-16 06:58:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1300
Author: @dependabot-preview[bot]
Created: 11/23/2020
Status: Closed

Base: mainHead: dependabot/cargo/rustls-0.19.0


📝 Commits (1)

  • d8100c0 Bump rustls from 0.18.1 to 0.19.0

📊 Changes

8 files changed (+35 additions, -16 deletions)

View changed files

📝 Cargo.lock (+28 -9)
📝 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.18.1 to 0.19.0.

Commits
  • 47d3092 Prepare for 0.19 release
  • cd112e4 Bump MSRV to 1.40
  • f5467c1 cargo fmt
  • 7224511 Update env_logger requirement from 0.7.1 to 0.8.2
  • 20c4dab Trim trailing dot from FQDN in SNI
  • 931560d Clean up return types from send_some_plaintext etc
  • 716e7ec Update base64 requirement from 0.12.3 to 0.13.0
  • fa5a2c3 rustfmt remaining rustls-mio tests
  • b311589 rustfmt tlsclient.rs and tlsserver.rs
  • dda4ca7 examples: change location of the write/read traits
  • 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/1300 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/23/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-0.19.0` --- ### 📝 Commits (1) - [`d8100c0`](https://github.com/hickory-dns/hickory-dns/commit/d8100c0fc8d11fccc687348565b4de356e853cb4) Bump rustls from 0.18.1 to 0.19.0 ### 📊 Changes **8 files changed** (+35 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+28 -9) 📝 `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.18.1 to 0.19.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ctz/rustls/commit/47d309233f2d21ccf058d35c58d684e5e4c9c643"><code>47d3092</code></a> Prepare for 0.19 release</li> <li><a href="https://github.com/ctz/rustls/commit/cd112e4ee999dcbbb41b65b7031f1520abdf192e"><code>cd112e4</code></a> Bump MSRV to 1.40</li> <li><a href="https://github.com/ctz/rustls/commit/f5467c15eea468e98f0fdbddc1a31fce9e880b24"><code>f5467c1</code></a> cargo fmt</li> <li><a href="https://github.com/ctz/rustls/commit/7224511a7baa3abb08a5ea01bd061f0e3206f88c"><code>7224511</code></a> Update env_logger requirement from 0.7.1 to 0.8.2</li> <li><a href="https://github.com/ctz/rustls/commit/20c4dab4af9e47603b401d090b41450407dcd9e5"><code>20c4dab</code></a> Trim trailing dot from FQDN in SNI</li> <li><a href="https://github.com/ctz/rustls/commit/931560dee4b2eba9e0b322d15fccb0f050e9a67a"><code>931560d</code></a> Clean up return types from <code>send_some_plaintext</code> etc</li> <li><a href="https://github.com/ctz/rustls/commit/716e7ec9b5a78a081f3727e505cb3871ea456d76"><code>716e7ec</code></a> Update base64 requirement from 0.12.3 to 0.13.0</li> <li><a href="https://github.com/ctz/rustls/commit/fa5a2c38195ee18bf6bc1db59eba5ab0ba91ee72"><code>fa5a2c3</code></a> rustfmt remaining rustls-mio tests</li> <li><a href="https://github.com/ctz/rustls/commit/b3115897d1556a35857d1040278b79bedfa5c9fd"><code>b311589</code></a> rustfmt tlsclient.rs and tlsserver.rs</li> <li><a href="https://github.com/ctz/rustls/commit/dda4ca76280565d53566d0e654de04205e6f5c81"><code>dda4ca7</code></a> examples: change location of the write/read traits</li> <li>Additional commits viewable in <a href="https://github.com/ctz/rustls/compare/v/0.18.1...v/0.19.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.18.1&new-version=0.19.0)](https://dependabot.com/compatibility-score/?dependency-name=rustls&package-manager=cargo&previous-version=0.18.1&new-version=0.19.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 06:58:26 +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#2184
No description provided.