[PR #2861] [CLOSED] build(deps): bump rustls from 0.23.23 to 0.23.24 #3378

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2861
Author: @dependabot[bot]
Created: 3/17/2025
Status: Closed

Base: mainHead: dependabot/cargo/rustls-0.23.24


📝 Commits (1)

  • 5e96c38 build(deps): bump rustls from 0.23.23 to 0.23.24

📊 Changes

2 files changed (+16 additions, -6 deletions)

View changed files

📝 Cargo.lock (+15 -5)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps rustls from 0.23.23 to 0.23.24.

Commits
  • 3ab8a8e Prepare 0.23.24
  • 70e2b1c Add warning about server-side cross-config resumption
  • 1c318bc Refactor: prefer to take reference on match scrutinee
  • 7a64c74 admin/coverage: only measure core crate coverage
  • 94d4cb7 chore(deps): update dependency go to v1.24.1
  • a209a0e docs: link to manual from front page
  • 8464356 Mark unreachable functions with coverage(off)
  • 4f2d21e Prefer to put check-cfg data in Cargo.toml
  • 7b49351 chore(deps): update rust crate asn1 to 0.21
  • da46c21 Prevent resumption between "incompatible" clients
  • 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/2861 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-0.23.24` --- ### 📝 Commits (1) - [`5e96c38`](https://github.com/hickory-dns/hickory-dns/commit/5e96c380da66eea7106e574d756228a2876e0248) build(deps): bump rustls from 0.23.23 to 0.23.24 ### 📊 Changes **2 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+15 -5) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustls](https://github.com/rustls/rustls) from 0.23.23 to 0.23.24. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/3ab8a8ef9359cba2e711c4b07dfe8444e5f66f29"><code>3ab8a8e</code></a> Prepare 0.23.24</li> <li><a href="https://github.com/rustls/rustls/commit/70e2b1c779f324a331ed7394693571f122e4d28d"><code>70e2b1c</code></a> Add warning about server-side cross-config resumption</li> <li><a href="https://github.com/rustls/rustls/commit/1c318bcd53607d7e1106f913e5040da2349df63f"><code>1c318bc</code></a> Refactor: prefer to take reference on match scrutinee</li> <li><a href="https://github.com/rustls/rustls/commit/7a64c7414607f9f79b278bfd3913f632a482083c"><code>7a64c74</code></a> admin/coverage: only measure core crate coverage</li> <li><a href="https://github.com/rustls/rustls/commit/94d4cb7eef677ec7e80bba4f08bba719aafa1a33"><code>94d4cb7</code></a> chore(deps): update dependency go to v1.24.1</li> <li><a href="https://github.com/rustls/rustls/commit/a209a0e805ed2391eb4e0f3b3ed00b50ed3f4829"><code>a209a0e</code></a> docs: link to manual from front page</li> <li><a href="https://github.com/rustls/rustls/commit/84643563190c95c1d6db5c0d5449e0bec450c116"><code>8464356</code></a> Mark unreachable functions with <code>coverage(off)</code></li> <li><a href="https://github.com/rustls/rustls/commit/4f2d21ea40e2761801c0c6e8d70dee2d6297cefc"><code>4f2d21e</code></a> Prefer to put check-cfg data in Cargo.toml</li> <li><a href="https://github.com/rustls/rustls/commit/7b493513029bb5fc45c978f38f588747a0bbf86b"><code>7b49351</code></a> chore(deps): update rust crate asn1 to 0.21</li> <li><a href="https://github.com/rustls/rustls/commit/da46c215cff2cd5c8eb617f6990f97d2c8a7aaed"><code>da46c21</code></a> Prevent resumption between &quot;incompatible&quot; clients</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.23...v/0.23.24">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.23&new-version=0.23.24)](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:40:22 +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#3378
No description provided.