[PR #2101] [CLOSED] Bump rustls from 0.21.8 to 0.21.9 #2808

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2101
Author: @dependabot[bot]
Created: 12/4/2023
Status: Closed

Base: mainHead: dependabot/cargo/rustls-0.21.9


📝 Commits (1)

  • b9bdb50 Bump rustls from 0.21.8 to 0.21.9

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps rustls from 0.21.8 to 0.21.9.

Release notes

Sourced from rustls's releases.

0.21.9

  • Fixes using the (non-default) read_buf feature with Rust nightly newer than nightly-2023-11-01 by opting in to the core_io_borrowed_buf feature and updated BorrowedBuf, BorrowedCursor types.

What's Changed

Full Changelog: https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9

Commits
  • bbd9abc Cargo: v0.21.8 -> v0.21.9
  • 5edc126 Use BorrowedCursor & BorrowedBuf from core::io
  • 7abd73f Opt in to feature(core_io_borrowed_buf)
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
rustls [< 0.21, > 0.20.0]
rustls [< 0.22, > 0.21.1]

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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/2101 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/4/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-0.21.9` --- ### 📝 Commits (1) - [`b9bdb50`](https://github.com/hickory-dns/hickory-dns/commit/b9bdb50c7680f46fb59939dc2671d35087a8b4af) Bump rustls from 0.21.8 to 0.21.9 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustls](https://github.com/rustls/rustls) from 0.21.8 to 0.21.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls/releases">rustls's releases</a>.</em></p> <blockquote> <h2>0.21.9</h2> <ul> <li>Fixes using the (non-default) <code>read_buf</code> feature with Rust nightly newer than <code>nightly-2023-11-01</code> by opting in to the <code>core_io_borrowed_buf</code> feature and updated <code>BorrowedBuf</code>, <code>BorrowedCursor</code> types.</li> </ul> <h2>What's Changed</h2> <ul> <li>Fix build: new feature needed for std::io::BorrowedBuf et al. by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1582">rustls/rustls#1582</a></li> <li>v0.21.9 preparation by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1592">rustls/rustls#1592</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9">https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/bbd9abca106c68ab01c385a1bb7399be46cee9c0"><code>bbd9abc</code></a> Cargo: v0.21.8 -&gt; v0.21.9</li> <li><a href="https://github.com/rustls/rustls/commit/5edc126bcfec4a72d4e627414398daad9f3f6063"><code>5edc126</code></a> Use <code>BorrowedCursor</code> &amp; <code>BorrowedBuf</code> from core::io</li> <li><a href="https://github.com/rustls/rustls/commit/7abd73f7ec2db666d7fd74794b4d718d62b656a7"><code>7abd73f</code></a> Opt in to feature(core_io_borrowed_buf)</li> <li>See full diff in <a href="https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | rustls | [< 0.21, > 0.20.0] | | rustls | [< 0.22, > 0.21.1] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.8&new-version=0.21.9)](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) --- **Note:** Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖 <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:09:16 +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#2808
No description provided.