[PR #3274] [CLOSED] build(deps): bump tokio-rustls from 0.26.2 to 0.26.3 #3704

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3274
Author: @dependabot[bot]
Created: 9/22/2025
Status: Closed

Base: mainHead: dependabot/cargo/tokio-rustls-0.26.3


📝 Commits (1)

  • bbce7e5 build(deps): bump tokio-rustls from 0.26.2 to 0.26.3

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps tokio-rustls from 0.26.2 to 0.26.3.

Release notes

Sourced from tokio-rustls's releases.

0.26.3

What's Changed

Commits
  • d5dfa08 Update semver-compatible dependencies
  • d5bb23c Bump version to 0.26.3
  • e0ddd89 Fix warning about potentially incomplete writes
  • ba767ae Warn on clippy::use_self
  • 3b996aa server: align argument order with fields
  • c9778d2 server: make StartHandshake fields public
  • a58a6e9 server: allow splitting and reassembling a StartHandshake
  • 97745c3 Move server types into server module
  • 78a4ea8 Move Connect and FallibleConnect into client module
  • 8c2af0c Move TlsConnector and TlsConnectorWithAlpn into client module
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
tokio-rustls [< 0.24, > 0.23.0]
tokio-rustls [< 0.25, > 0.24.0]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/3274 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/tokio-rustls-0.26.3` --- ### 📝 Commits (1) - [`bbce7e5`](https://github.com/hickory-dns/hickory-dns/commit/bbce7e5382de2d00fdd20e6fd67121dfd2bb4961) build(deps): bump tokio-rustls from 0.26.2 to 0.26.3 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) </details> ### 📄 Description Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.26.2 to 0.26.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/tokio-rustls/releases">tokio-rustls's releases</a>.</em></p> <blockquote> <h2>0.26.3</h2> <h2>What's Changed</h2> <ul> <li>Clarify how to run the example server by <a href="https://github.com/sundresh"><code>@​sundresh</code></a> in <a href="https://redirect.github.com/rustls/tokio-rustls/pull/111">rustls/tokio-rustls#111</a></li> <li>fix: handshake does not fully flush writes by <a href="https://github.com/conradludgate"><code>@​conradludgate</code></a> in <a href="https://redirect.github.com/rustls/tokio-rustls/pull/112">rustls/tokio-rustls#112</a></li> <li>feat: add <code>alpn_protocols</code> for <code>TlsConnector::connect_with</code> by <a href="https://github.com/yukiiiteru"><code>@​yukiiiteru</code></a> in <a href="https://redirect.github.com/rustls/tokio-rustls/pull/116">rustls/tokio-rustls#116</a></li> <li>lib: derive <code>Debug</code> on <code>StartHandshake</code> by <a href="https://github.com/lucab"><code>@​lucab</code></a> in <a href="https://redirect.github.com/rustls/tokio-rustls/pull/120">rustls/tokio-rustls#120</a></li> <li>server: allow splitting and reassembling a <code>StartHandshake</code> by <a href="https://github.com/lucab"><code>@​lucab</code></a> in <a href="https://redirect.github.com/rustls/tokio-rustls/pull/127">rustls/tokio-rustls#127</a></li> <li>Make StartHandshake fields public by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/tokio-rustls/pull/128">rustls/tokio-rustls#128</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/tokio-rustls/commit/d5dfa08f122f50d7b93a7e325e7432a1fa449c26"><code>d5dfa08</code></a> Update semver-compatible dependencies</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/d5bb23ccf15f4562ece89c870179ade20730839c"><code>d5bb23c</code></a> Bump version to 0.26.3</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/e0ddd89beda0e9208b83b0487bd30c44ee262831"><code>e0ddd89</code></a> Fix warning about potentially incomplete writes</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/ba767aeb51611107e7cb6aa756f10a2f49e70926"><code>ba767ae</code></a> Warn on clippy::use_self</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/3b996aa38adeaf3d21e6a2178a924ba6053d1ce3"><code>3b996aa</code></a> server: align argument order with fields</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/c9778d22a9b564b34f388aaacafb26adc5db8951"><code>c9778d2</code></a> server: make StartHandshake fields public</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/a58a6e9730b72307da8b9f82b84611573cdf227d"><code>a58a6e9</code></a> server: allow splitting and reassembling a <code>StartHandshake</code></li> <li><a href="https://github.com/rustls/tokio-rustls/commit/97745c349db7408ffbe774025e39a3a2b7272c6e"><code>97745c3</code></a> Move server types into server module</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/78a4ea85b98bc0b64720e6476b212a855d5a15d8"><code>78a4ea8</code></a> Move Connect and FallibleConnect into client module</li> <li><a href="https://github.com/rustls/tokio-rustls/commit/8c2af0c2cd0f6dda976709dd6ac84ee159b6bffe"><code>8c2af0c</code></a> Move TlsConnector and TlsConnectorWithAlpn into client module</li> <li>Additional commits viewable in <a href="https://github.com/rustls/tokio-rustls/compare/v/0.26.2...v/0.26.3">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | tokio-rustls | [< 0.24, > 0.23.0] | | tokio-rustls | [< 0.25, > 0.24.0] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-rustls&package-manager=cargo&previous-version=0.26.2&new-version=0.26.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 11:58:03 +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#3704
No description provided.