[PR #2910] [CLOSED] build(deps): bump aws-lc-rs from 1.12.6 to 1.13.0 #3419

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

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/aws-lc-rs-1.13.0


📝 Commits (1)

  • 6ed853f build(deps): bump aws-lc-rs from 1.12.6 to 1.13.0

📊 Changes

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

View changed files

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

📄 Description

Bumps aws-lc-rs from 1.12.6 to 1.13.0.

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.13.0

What's Changed

Build improvements

Issues Being Resolved

Other Merged PRs

New Contributors

Full Changelog: https://github.com/aws/aws-lc-rs/compare/v1.12.6...v1.13.0

Commits

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/2910 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/aws-lc-rs-1.13.0` --- ### 📝 Commits (1) - [`6ed853f`](https://github.com/hickory-dns/hickory-dns/commit/6ed853f6768df4ccc9064483be144c3ee7c134bb) build(deps): bump aws-lc-rs from 1.12.6 to 1.13.0 ### 📊 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 [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.12.6 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-lc-rs/releases">aws-lc-rs's releases</a>.</em></p> <blockquote> <h2>aws-lc-rs v1.13.0</h2> <h2>What's Changed</h2> <ul> <li>Support serializing <code>RsaSubjectPublicKey</code> to/from X509 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/742">aws/aws-lc-rs#742</a></li> <li>ML-DSA support in <code>unstable</code> module by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/690">aws/aws-lc-rs#690</a></li> <li>Remove Kyber, KDF from <code>unstable</code> module by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/747">aws/aws-lc-rs#747</a></li> </ul> <h3>Build improvements</h3> <ul> <li>Fix CMake submodule warning by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/730">aws/aws-lc-rs#730</a></li> <li>Prefixing applied to all external symbols in <code>aws-lc-sys</code>: <ul> <li>Align aws-lc-sys v0.27.2 w/ AWS-LC v1.48.5 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/740">aws/aws-lc-rs#740</a></li> </ul> </li> <li>Improve cross-build support to <code>x86_64-pc-windows-gnu</code>: <ul> <li>Include Go source in <code>aws-lc-sys</code> crate by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/754">aws/aws-lc-rs#754</a></li> </ul> </li> <li>Support build using CMake 4.0: <ul> <li>Bump aws-lc-fips-sys to v0.13.5 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/760">aws/aws-lc-rs#760</a></li> <li>Regenerate aws-lc-sys @ v1.48.3 by <a href="https://github.com/skmcgrail"><code>@​skmcgrail</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/734">aws/aws-lc-rs#734</a></li> </ul> </li> <li>CI for <code>x86_64-unknown-illumos</code> build target: <ul> <li>Try to support illumos by <a href="https://github.com/LecrisUT"><code>@​LecrisUT</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/709">aws/aws-lc-rs#709</a></li> </ul> </li> </ul> <h3>Issues Being Resolved</h3> <ul> <li>implement <code>encoding::AsDer&lt;PublicKeyX509Der&lt;'a&gt;&gt;</code> for <code>rsa::PublicKey</code> -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/741">aws/aws-lc-rs#741</a></li> <li>-sys: include aws-lc/crypto/err/err_data_generate.go in published crates -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/752">aws/aws-lc-rs#752</a></li> <li>Failing to cross build for <code>x86_64-pc-windows-gnu</code> -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/753">aws/aws-lc-rs#753</a></li> <li>Failure to build with CMake 4 -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/755">aws/aws-lc-rs#755</a></li> </ul> <h2>Other Merged PRs</h2> <ul> <li>Update rustls integ test by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/717">aws/aws-lc-rs#717</a></li> <li>Bump aws-lc-fips-sys to v0.13.4 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/731">aws/aws-lc-rs#731</a></li> <li>Test script for bindings pregeneration by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/732">aws/aws-lc-rs#732</a></li> <li>No libssl cross test for arm-linux-androideabi by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/739">aws/aws-lc-rs#739</a></li> <li>aws-lc-sys: output only one library by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/749">aws/aws-lc-rs#749</a></li> <li>Align aws-lc-sys v0.28.0 w/ AWS-LC 1.49.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/757">aws/aws-lc-rs#757</a></li> <li>Bump to aws-lc-rs v1.13.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/758">aws/aws-lc-rs#758</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LecrisUT"><code>@​LecrisUT</code></a> made their first contribution in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/709">aws/aws-lc-rs#709</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lc-rs/compare/v1.12.6...v1.13.0">https://github.com/aws/aws-lc-rs/compare/v1.12.6...v1.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-lc-rs/commit/8ed1be8f6cfbf1288ceef72c6e429089c17a6f5c"><code>8ed1be8</code></a> Bump to aws-lc-rs v1.13.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/758">#758</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/1e96391d4034df4661cd994eb550a9aca450818b"><code>1e96391</code></a> Bump aws-lc-fips-sys to v0.13.5 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/760">#760</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/706565c162839c20ac3257f0a7e81aaa5c1775da"><code>706565c</code></a> Include Go source in <code>aws-lc-sys</code> crate (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/754">#754</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/344a56fc8605eeb83238b575018def1fae1d370f"><code>344a56f</code></a> Align aws-lc-sys v0.28.0 w/ AWS-LC 1.49.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/757">#757</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/b6d070b12ae244aefefa342153303e5b73b98c5d"><code>b6d070b</code></a> Remove Kyber, KDF from unstable (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/747">#747</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/2e8b15872ee167c1bdf3eac0ac000723ea41f020"><code>2e8b158</code></a> Unstable API for ML-DSA (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/690">#690</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/d998c017ad1666be1b6017c441e824b0384cb8b8"><code>d998c01</code></a> Try to support illumos (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/709">#709</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/44de3d2110c8690ec06dfaf88b5d43ec37d577d2"><code>44de3d2</code></a> aws-lc-sys: output only one library (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/749">#749</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/bfe34e86361bdeb4a272d5d4fbd1e250ba257e7c"><code>bfe34e8</code></a> Support RsaSubjectPublicKey to/from X509; Bump version (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/742">#742</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/4fe81985d8e3c978a8ebd7cf5328fc61ca4999bd"><code>4fe8198</code></a> Align aws-lc-sys v0.27.2 w/ AWS-LC v1.48.5 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/740">#740</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-lc-rs/compare/v1.12.6...v1.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-lc-rs&package-manager=cargo&previous-version=1.12.6&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 11:42:33 +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#3419
No description provided.