[PR #3190] [CLOSED] build(deps): bump rustls from 0.23.29 to 0.23.31 #3628

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3190
Author: @dependabot[bot]
Created: 8/11/2025
Status: Closed

Base: mainHead: dependabot/cargo/rustls-0.23.31


📝 Commits (1)

  • 4df2cef build(deps): bump rustls from 0.23.29 to 0.23.31

📊 Changes

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

View changed files

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

📄 Description

Bumps rustls from 0.23.29 to 0.23.31.

Commits
  • 647ece1 Prepare 0.23.31
  • b2831e7 rustls-bench: short circuit single threaded tests
  • 668231f Improve testing of non-blocking complete_io()
  • 5e5d629 complete_io: make non-blocking error return reachable
  • 2a852c0 Exit complete_io loop as soon as no progress is made
  • 2f487cf rustls-test: withdraw FailsReads helper
  • 41bfb22 rustls-test: add helper for non-blocking IO tests
  • 0ccbc63 Cargo: rustls version 0.23.29 -> 0.23.30
  • 4c16f03 Fix: Do not try to call deframer on junk data
  • 6b9df65 sign: make public_key_to_spki() public
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
rustls [< 0.21, > 0.20.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/3190 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-0.23.31` --- ### 📝 Commits (1) - [`4df2cef`](https://github.com/hickory-dns/hickory-dns/commit/4df2cef8707fb991ec061726378ca4230ccb9b19) build(deps): bump rustls from 0.23.29 to 0.23.31 ### 📊 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.23.29 to 0.23.31. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/647ece13463bbb6eaf756146596fe182644424b1"><code>647ece1</code></a> Prepare 0.23.31</li> <li><a href="https://github.com/rustls/rustls/commit/b2831e7490b82a944a43e60379e1b34165637efc"><code>b2831e7</code></a> rustls-bench: short circuit single threaded tests</li> <li><a href="https://github.com/rustls/rustls/commit/668231f57373f4c6ad502d0091d240beaf878649"><code>668231f</code></a> Improve testing of non-blocking <code>complete_io()</code></li> <li><a href="https://github.com/rustls/rustls/commit/5e5d6296118e2f007be1affe0e64b2b0f847f05d"><code>5e5d629</code></a> <code>complete_io</code>: make non-blocking error return reachable</li> <li><a href="https://github.com/rustls/rustls/commit/2a852c0244d9e235886c2e5e05b0c36d83b050ac"><code>2a852c0</code></a> Exit <code>complete_io</code> loop as soon as no progress is made</li> <li><a href="https://github.com/rustls/rustls/commit/2f487cfc5ac4a73847524ef3b319e08db96c6530"><code>2f487cf</code></a> rustls-test: withdraw <code>FailsReads</code> helper</li> <li><a href="https://github.com/rustls/rustls/commit/41bfb22d5b2f0d6178107c9e426394f186623709"><code>41bfb22</code></a> rustls-test: add helper for non-blocking IO tests</li> <li><a href="https://github.com/rustls/rustls/commit/0ccbc63df37c846691d87670c412decb3c4f23a1"><code>0ccbc63</code></a> Cargo: rustls version 0.23.29 -&gt; 0.23.30</li> <li><a href="https://github.com/rustls/rustls/commit/4c16f034435c52e16bf576a244111d4ede552378"><code>4c16f03</code></a> Fix: Do not try to call deframer on junk data</li> <li><a href="https://github.com/rustls/rustls/commit/6b9df65bb927dac726e28a66eb0cd1a5d3fc0988"><code>6b9df65</code></a> sign: make public_key_to_spki() public</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.29...v/0.23.31">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] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.29&new-version=0.23.31)](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:53:58 +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#3628
No description provided.