[PR #2952] [MERGED] build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.2 #3443

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2952
Author: @dependabot[bot]
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @djc

Base: mainHead: dependabot/cargo/rustls-platform-verifier-0.5.2


📝 Commits (1)

  • edd9018 build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.2

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps rustls-platform-verifier from 0.5.1 to 0.5.2.

Release notes

Sourced from rustls-platform-verifier's releases.

0.5.2

The headline of this release is server compatibility improvements.

It removes an edge case where a failure to load any certificates on Linux/BSD platforms would result in silently turning the lack of certificate roots into "no signature algorithms". During the initialization of a TLS session with a server this caused rustls to send an empty supported signature list in the ClientHello.

What's Changed

Full Changelog: https://github.com/rustls/rustls-platform-verifier/compare/v/0.5.1...v/0.5.2

Commits
  • 9c4c17d Release 0.5.2
  • 62304df Cleanup format strings for new Nightly clippy lint
  • 49ec56a Remove signature list failure case in other Verifier
  • See full diff in compare view

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/2952 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/rustls-platform-verifier-0.5.2` --- ### 📝 Commits (1) - [`edd9018`](https://github.com/hickory-dns/hickory-dns/commit/edd90182bb83635aa35df0390dc91100e5dfcffc) build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.2 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) from 0.5.1 to 0.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls-platform-verifier/releases">rustls-platform-verifier's releases</a>.</em></p> <blockquote> <h2>0.5.2</h2> <p>The headline of this release is server compatibility improvements.</p> <p>It removes an edge case where a failure to load any certificates on Linux/BSD platforms would result in silently turning the lack of certificate roots into &quot;no signature algorithms&quot;. During the initialization of a TLS session with a server this caused <code>rustls</code> to send an empty supported signature list in the <code>ClientHello</code>.</p> <h2>What's Changed</h2> <ul> <li>Remove signature list failure case in other Verifier by <a href="https://github.com/complexspaces"><code>@​complexspaces</code></a> in <a href="https://redirect.github.com/rustls/rustls-platform-verifier/pull/169">rustls/rustls-platform-verifier#169</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls-platform-verifier/compare/v/0.5.1...v/0.5.2">https://github.com/rustls/rustls-platform-verifier/compare/v/0.5.1...v/0.5.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls-platform-verifier/commit/9c4c17d6950fe9a368443cf754197b442c93b87f"><code>9c4c17d</code></a> Release 0.5.2</li> <li><a href="https://github.com/rustls/rustls-platform-verifier/commit/62304df42e1375bced8fd85cbbc0c5c04ed96f63"><code>62304df</code></a> Cleanup format strings for new Nightly clippy lint</li> <li><a href="https://github.com/rustls/rustls-platform-verifier/commit/49ec56a35ae61553f9a3d485dd8531c2518c1005"><code>49ec56a</code></a> Remove signature list failure case in other Verifier</li> <li>See full diff in <a href="https://github.com/rustls/rustls-platform-verifier/compare/v/0.5.1...v/0.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-platform-verifier&package-manager=cargo&previous-version=0.5.1&new-version=0.5.2)](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:43:54 +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#3443
No description provided.