[PR #2991] [CLOSED] build(deps): bump rustls-pki-types from 1.11.0 to 1.12.0 #3478

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2991
Author: @dependabot[bot]
Created: 5/12/2025
Status: Closed

Base: mainHead: dependabot/cargo/rustls-pki-types-1.12.0


📝 Commits (1)

  • 8abf25b build(deps): bump rustls-pki-types from 1.11.0 to 1.12.0

📊 Changes

2 files changed (+10 additions, -9 deletions)

View changed files

📝 Cargo.lock (+9 -8)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps rustls-pki-types from 1.11.0 to 1.12.0.

Release notes

Sourced from rustls-pki-types's releases.

1.12.0

  • Implement Zeroize for private key types
  • Add algorithm identifiers for ML-DSA signing algorithms

What's Changed

Commits
  • 4b52db8 Bump version to 1.12.0
  • 812eb3a ci: sync nightly for cargo-check-external-types
  • a15fc87 Enable running CI workflow manually
  • df76779 Skip push CI for most branches
  • 939c2c6 ci: check external types
  • fae72b9 Allow zeroize::Zeroize to appear in public API
  • c5fffab Add AlgorithmIdentifiers for ML-DSA variants
  • b59e08d Version Cargo.lock
  • bbad87b Add cargo deny check in CI
  • 864471f rustfmt: style_edition 2024
  • Additional commits viewable 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/2991 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-pki-types-1.12.0` --- ### 📝 Commits (1) - [`8abf25b`](https://github.com/hickory-dns/hickory-dns/commit/8abf25bd3784440ecf4121c1b6659405c5b6fca4) build(deps): bump rustls-pki-types from 1.11.0 to 1.12.0 ### 📊 Changes **2 files changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+9 -8) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.11.0 to 1.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/pki-types/releases">rustls-pki-types's releases</a>.</em></p> <blockquote> <h2>1.12.0</h2> <ul> <li>Implement <code>Zeroize</code> for private key types</li> <li>Add algorithm identifiers for ML-DSA signing algorithms</li> </ul> <h2>What's Changed</h2> <ul> <li>Add support for the zeroize crate by <a href="https://github.com/jarhodes314"><code>@​jarhodes314</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/71">rustls/pki-types#71</a></li> <li>rustfmt: style_edition 2024 by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/74">rustls/pki-types#74</a></li> <li>Add cargo deny check in CI by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/76">rustls/pki-types#76</a></li> <li>Add AlgorithmIdentifiers for ML-DSA variants by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/78">rustls/pki-types#78</a></li> <li>Check external types in public API by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/80">rustls/pki-types#80</a></li> <li>Prepare 1.12.0 release by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/79">rustls/pki-types#79</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/pki-types/commit/4b52db8f3983f4311b10a2e9bf3d61f075a70f21"><code>4b52db8</code></a> Bump version to 1.12.0</li> <li><a href="https://github.com/rustls/pki-types/commit/812eb3a0679c19e7e7b7a52a523d9673dac731d0"><code>812eb3a</code></a> ci: sync nightly for cargo-check-external-types</li> <li><a href="https://github.com/rustls/pki-types/commit/a15fc87315ddec8fbf305f19d517e6735d60eeaf"><code>a15fc87</code></a> Enable running CI workflow manually</li> <li><a href="https://github.com/rustls/pki-types/commit/df76779e64774065b6b227594293614ea22724a4"><code>df76779</code></a> Skip push CI for most branches</li> <li><a href="https://github.com/rustls/pki-types/commit/939c2c6b9c048bae75bc50c70a78685159ac5e79"><code>939c2c6</code></a> ci: check external types</li> <li><a href="https://github.com/rustls/pki-types/commit/fae72b94cbe4340281462d340b4fdbce5e700998"><code>fae72b9</code></a> Allow zeroize::Zeroize to appear in public API</li> <li><a href="https://github.com/rustls/pki-types/commit/c5fffabe7091e3781bb118caccac20a88b44a5be"><code>c5fffab</code></a> Add AlgorithmIdentifiers for ML-DSA variants</li> <li><a href="https://github.com/rustls/pki-types/commit/b59e08d49911b10c423d25bd9040cfbe5a6042ff"><code>b59e08d</code></a> Version Cargo.lock</li> <li><a href="https://github.com/rustls/pki-types/commit/bbad87b6c2d6ee3a41bbeadbee3d0c5dfe04e88f"><code>bbad87b</code></a> Add cargo deny check in CI</li> <li><a href="https://github.com/rustls/pki-types/commit/864471f5db2caf86d9f597de6427785b9aed30f4"><code>864471f</code></a> rustfmt: style_edition 2024</li> <li>Additional commits viewable in <a href="https://github.com/rustls/pki-types/compare/v/1.11.0...v/1.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-pki-types&package-manager=cargo&previous-version=1.11.0&new-version=1.12.0)](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:45:48 +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#3478
No description provided.