[PR #3333] [CLOSED] build(deps): bump rustls-pki-types from 1.12.0 to 1.13.0 #3753

Closed
opened 2026-03-16 12:00:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3333
Author: @dependabot[bot]
Created: 10/27/2025
Status: Closed

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


📝 Commits (1)

  • a36bba3 build(deps): bump rustls-pki-types from 1.12.0 to 1.13.0

📊 Changes

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

View changed files

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

📄 Description

Bumps rustls-pki-types from 1.12.0 to 1.13.0.

Release notes

Sourced from rustls-pki-types's releases.

v/1.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/rustls/pki-types/compare/v/1.12.0...v/1.13.0

Commits
  • b8c04aa Prepare 1.13
  • 841b3b0 impl core::hash::Hash for non-secret types
  • 2b9f662 Add From<[u8; 4]> for Ipv4Addr
  • 1bc73dc add ed448 support
  • 1471268 ci: take updated nightly for cargo-check-external-types
  • f7604db pem: hold on to buffer while reading slice
  • 67e6eb8 pem: use SliceIter constructor
  • c008654 pem: move from_slice() to SliceIter::read_section()
  • d9f1404 pem: hold on to buffers while reading file
  • 368e753 pem: use ReadIter constructor
  • 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/3333 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-pki-types-1.13.0` --- ### 📝 Commits (1) - [`a36bba3`](https://github.com/hickory-dns/hickory-dns/commit/a36bba38f131ad03fd2331ffc1924f2db55c69fe) build(deps): bump rustls-pki-types from 1.12.0 to 1.13.0 ### 📊 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-pki-types](https://github.com/rustls/pki-types) from 1.12.0 to 1.13.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>v/1.13.0</h2> <h2>What's Changed</h2> <ul> <li>Add <code>From&lt;DnsName&lt;'a&gt;&gt;</code> for <code>ServerName&lt;'a&gt;</code> by <a href="https://github.com/stormshield-gt"><code>@​stormshield-gt</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/82">rustls/pki-types#82</a></li> <li>Mark all possible functions const by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/81">rustls/pki-types#81</a></li> <li>pem: avoid some allocations by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/83">rustls/pki-types#83</a></li> <li>ci: take updated nightly for cargo-check-external-types by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/85">rustls/pki-types#85</a></li> <li>add ed448 support by <a href="https://github.com/stevefan1999-personal"><code>@​stevefan1999-personal</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/87">rustls/pki-types#87</a></li> <li>Add From&lt;[u8; 4]&gt; for Ipv4Addr by <a href="https://github.com/xyzzyz"><code>@​xyzzyz</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/90">rustls/pki-types#90</a></li> <li>1.13.0: impl <code>Hash</code> for a bunch of types by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/91">rustls/pki-types#91</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stormshield-gt"><code>@​stormshield-gt</code></a> made their first contribution in <a href="https://redirect.github.com/rustls/pki-types/pull/82">rustls/pki-types#82</a></li> <li><a href="https://github.com/stevefan1999-personal"><code>@​stevefan1999-personal</code></a> made their first contribution in <a href="https://redirect.github.com/rustls/pki-types/pull/87">rustls/pki-types#87</a></li> <li><a href="https://github.com/xyzzyz"><code>@​xyzzyz</code></a> made their first contribution in <a href="https://redirect.github.com/rustls/pki-types/pull/90">rustls/pki-types#90</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/pki-types/compare/v/1.12.0...v/1.13.0">https://github.com/rustls/pki-types/compare/v/1.12.0...v/1.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/pki-types/commit/b8c04aa6b7a34875e2c4a33edc9b78d31da49523"><code>b8c04aa</code></a> Prepare 1.13</li> <li><a href="https://github.com/rustls/pki-types/commit/841b3b010481d35490eb1d7f230210bce0e50215"><code>841b3b0</code></a> impl <code>core::hash::Hash</code> for non-secret types</li> <li><a href="https://github.com/rustls/pki-types/commit/2b9f6620a082146caee45225fe4570e5287ecf9f"><code>2b9f662</code></a> Add From&lt;[u8; 4]&gt; for Ipv4Addr</li> <li><a href="https://github.com/rustls/pki-types/commit/1bc73dcdb53dd02c7b164d7bb235971b3374bd75"><code>1bc73dc</code></a> add ed448 support</li> <li><a href="https://github.com/rustls/pki-types/commit/14712681c020c0c055f3b80cb0439d72154b5356"><code>1471268</code></a> ci: take updated nightly for cargo-check-external-types</li> <li><a href="https://github.com/rustls/pki-types/commit/f7604db85b9178a7fef51d3ed097521a13a428fe"><code>f7604db</code></a> pem: hold on to buffer while reading slice</li> <li><a href="https://github.com/rustls/pki-types/commit/67e6eb8b320e26f3c18a4b2a67bbd7951292639e"><code>67e6eb8</code></a> pem: use SliceIter constructor</li> <li><a href="https://github.com/rustls/pki-types/commit/c00865422e3bdc4147c06e8de25ca5f4450b459e"><code>c008654</code></a> pem: move from_slice() to SliceIter::read_section()</li> <li><a href="https://github.com/rustls/pki-types/commit/d9f140420d88b9d0fe29a3b9be24d3a7aad8913f"><code>d9f1404</code></a> pem: hold on to buffers while reading file</li> <li><a href="https://github.com/rustls/pki-types/commit/368e753a3f6e581e10987acb273b866703aff586"><code>368e753</code></a> pem: use ReadIter constructor</li> <li>Additional commits viewable in <a href="https://github.com/rustls/pki-types/compare/v/1.12.0...v/1.13.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.12.0&new-version=1.13.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 12:00:46 +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#3753
No description provided.