[PR #3382] [CLOSED] build(deps): bump rustls-pki-types from 1.12.0 to 1.13.1 #3793

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 4c222fa build(deps): bump rustls-pki-types from 1.12.0 to 1.13.1

📊 Changes

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

View changed files

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

📄 Description

Bumps rustls-pki-types from 1.12.0 to 1.13.1.

Release notes

Sourced from rustls-pki-types's releases.

1.13.1

What's Changed

1.13.0

What's Changed

Commits
  • bbffac9 Bump version to 1.13.1
  • c0db55f Remove use of doc_auto_cfg
  • f9faeb7 Privatize docsrs cfg flag
  • 779560d Add a check if all files are included
  • d46eb64 Exclude test keys from published package
  • 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
  • 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/3382 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rustls-pki-types-1.13.1` --- ### 📝 Commits (1) - [`4c222fa`](https://github.com/hickory-dns/hickory-dns/commit/4c222fa6b5e76f3380f1316ba2064e0fea2cdd60) build(deps): bump rustls-pki-types from 1.12.0 to 1.13.1 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.12.0 to 1.13.1. <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.13.1</h2> <h2>What's Changed</h2> <ul> <li>Exclude test keys from published package by <a href="https://github.com/weiznich"><code>@​weiznich</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/92">rustls/pki-types#92</a></li> <li>Fix docs.rs build by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/pki-types/pull/94">rustls/pki-types#94</a></li> </ul> <h2>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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/pki-types/commit/bbffac9a2db78d3af003084a7ad3fd86b503fc1f"><code>bbffac9</code></a> Bump version to 1.13.1</li> <li><a href="https://github.com/rustls/pki-types/commit/c0db55fe946670abc12a44bd406908182b0f2400"><code>c0db55f</code></a> Remove use of doc_auto_cfg</li> <li><a href="https://github.com/rustls/pki-types/commit/f9faeb7f3f7bacf7da1533e79ba72e933f42f4f9"><code>f9faeb7</code></a> Privatize docsrs cfg flag</li> <li><a href="https://github.com/rustls/pki-types/commit/779560d0efd26d8333b51b6310ca753416365408"><code>779560d</code></a> Add a check if all files are included</li> <li><a href="https://github.com/rustls/pki-types/commit/d46eb64e9b58375c877b5c87e5c1735e90cb1b62"><code>d46eb64</code></a> Exclude test keys from published package</li> <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>Additional commits viewable in <a href="https://github.com/rustls/pki-types/compare/v/1.12.0...v/1.13.1">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.1)](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:02:57 +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#3793
No description provided.