[PR #3116] [CLOSED] build(deps): bump rustls from 0.23.28 to 0.23.29 #3572

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3116
Author: @dependabot[bot]
Created: 7/14/2025
Status: Closed

Base: mainHead: dependabot/cargo/rustls-0.23.29


📝 Commits (1)

  • 77bd2f6 build(deps): bump rustls from 0.23.28 to 0.23.29

📊 Changes

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

View changed files

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

📄 Description

Bumps rustls from 0.23.28 to 0.23.29.

Commits
  • 4e0b5fe Bump version to 0.23.29
  • b854079 Propagate context for webpki signature algorithm errors
  • c84675e key_schedule: minimise lifetime of resumption secret
  • 788b0df key_schedule: erase master secret in traffic state
  • d2c64f0 key_schedule: separate ops not using current secret
  • e5998cd key_schedule: add state for derivations before finish
  • 9620bec tls13::key_schedule: move KeySchedule struct down
  • 373ad88 tls13::key_schedule: move SecretKind down
  • efa2066 Improve compactness of Debug impl for extensions
  • a5433a1 Correct calculation of ServerHello ECH confirmation
  • 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/3116 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-0.23.29` --- ### 📝 Commits (1) - [`77bd2f6`](https://github.com/hickory-dns/hickory-dns/commit/77bd2f6a2aa29de5c5c07c683aaa14ca293c3f31) build(deps): bump rustls from 0.23.28 to 0.23.29 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustls](https://github.com/rustls/rustls) from 0.23.28 to 0.23.29. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/4e0b5fed1731d70447baecb14e87412dc5286078"><code>4e0b5fe</code></a> Bump version to 0.23.29</li> <li><a href="https://github.com/rustls/rustls/commit/b8540790dcca01b22dccb9f504c72801842c155c"><code>b854079</code></a> Propagate context for webpki signature algorithm errors</li> <li><a href="https://github.com/rustls/rustls/commit/c84675e34b525b7597c5632202e483c0b68f7e1c"><code>c84675e</code></a> key_schedule: minimise lifetime of resumption secret</li> <li><a href="https://github.com/rustls/rustls/commit/788b0df12216aab37117d227f141c59c28514aea"><code>788b0df</code></a> key_schedule: erase master secret in traffic state</li> <li><a href="https://github.com/rustls/rustls/commit/d2c64f0416b3f6a5e6f74bee9f553a65c146395c"><code>d2c64f0</code></a> key_schedule: separate ops not using current secret</li> <li><a href="https://github.com/rustls/rustls/commit/e5998cd100b832a769d79273f0e69fd127cf7dd0"><code>e5998cd</code></a> key_schedule: add state for derivations before finish</li> <li><a href="https://github.com/rustls/rustls/commit/9620bec130da2426e29b0fbb7d2969d728f7badd"><code>9620bec</code></a> tls13::key_schedule: move <code>KeySchedule</code> struct down</li> <li><a href="https://github.com/rustls/rustls/commit/373ad888e2dfbaaab39be36496849eb3cc54cff1"><code>373ad88</code></a> tls13::key_schedule: move <code>SecretKind</code> down</li> <li><a href="https://github.com/rustls/rustls/commit/efa2066469ba715979827d180bead43000b75d10"><code>efa2066</code></a> Improve compactness of Debug impl for extensions</li> <li><a href="https://github.com/rustls/rustls/commit/a5433a154b8eb24afbd11162b9ab93fb0aa365dc"><code>a5433a1</code></a> Correct calculation of ServerHello ECH confirmation</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.28...v/0.23.29">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.28&new-version=0.23.29)](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:50:59 +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#3572
No description provided.