[PR #2989] [CLOSED] build(deps): bump aws-lc-rs from 1.13.0 to 1.13.1 #3474

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6311eb0 build(deps): bump aws-lc-rs from 1.13.0 to 1.13.1

📊 Changes

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

View changed files

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

📄 Description

Bumps aws-lc-rs from 1.13.0 to 1.13.1.

Release notes

Sourced from aws-lc-rs's releases.

v1.13.1

What's Changed

Build Improvements

Issues Being Resolved

Other Merged PRs

New Contributors

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

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/2989 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/aws-lc-rs-1.13.1` --- ### 📝 Commits (1) - [`6311eb0`](https://github.com/hickory-dns/hickory-dns/commit/6311eb042d1edb62cce465b6cc62be7eb0e6e935) build(deps): bump aws-lc-rs from 1.13.0 to 1.13.1 ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -10) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.13.0 to 1.13.1. <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>v1.13.1</h2> <h2>What's Changed</h2> <ul> <li>Implement <code>AsRef&lt;[u8]&gt;</code> for <code>UnparsedPublicKey</code> by <a href="https://github.com/Stupremee"><code>@​Stupremee</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/790">aws/aws-lc-rs#790</a></li> <li>Support for target <code>x86_64-pc-windows-gnullvm</code> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/702">aws/aws-lc-rs#702</a></li> <li>Improved support for <code>riscv64gc-unknown-linux-gnu</code> by <a href="https://github.com/kxxt"><code>@​kxxt</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/774">aws/aws-lc-rs#774</a></li> <li><code>aws-lc-sys</code> now aligns w/ AWS-LC v1.51.2 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/806">aws/aws-lc-rs#806</a></li> </ul> <h3>Build Improvements</h3> <ul> <li>Build latancy for <code>aarch64-apple-darwin</code> reduced by ~25% by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/797">aws/aws-lc-rs#797</a></li> <li>Improved environment variable support by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/763">aws/aws-lc-rs#763</a></li> <li>Assorted fixes for Windows compilation by <a href="https://github.com/amyspark"><code>@​amyspark</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/778">aws/aws-lc-rs#778</a></li> </ul> <h3>Issues Being Resolved</h3> <ul> <li>Invalid numeric argument '/Wextra' with MSVC, how to build with Clang? -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/571">aws/aws-lc-rs#571</a></li> <li>Duplicate symbols in libaws_lc_0_28_2_crypto.a -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/795">aws/aws-lc-rs#795</a></li> </ul> <h2>Other Merged PRs</h2> <ul> <li>Document that BINDGEN_EXTRA_CLANG_ARGS can be used by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/781">aws/aws-lc-rs#781</a></li> <li>Bump aws-lc-sys to v0.28.1 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/782">aws/aws-lc-rs#782</a></li> <li>Test packaging w/ SSL build by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/784">aws/aws-lc-rs#784</a></li> <li>Bump aws-lc-sys to v0.28.2 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/785">aws/aws-lc-rs#785</a></li> <li>Bump aws-lc-fips-sys to v0.13.6 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/786">aws/aws-lc-rs#786</a></li> <li>Add new include search path folder for no-cmake build because of upstream AWS-LC change <a href="https://redirect.github.com/aws/aws-lc-rs/issues/2324">#2324</a> by <a href="https://github.com/torben-hansen"><code>@​torben-hansen</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/792">aws/aws-lc-rs#792</a></li> <li>Fix clippy by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/793">aws/aws-lc-rs#793</a></li> <li>Update for s2n-bignum-imported by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/794">aws/aws-lc-rs#794</a></li> <li>Update MacOS GH runners by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/798">aws/aws-lc-rs#798</a></li> <li>Realign aws-lc-sys v0.29.0 w/ AWS-LC v1.51.1 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/804">aws/aws-lc-rs#804</a></li> <li>Fix rustls integ tests by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/807">aws/aws-lc-rs#807</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/amyspark"><code>@​amyspark</code></a> made their first contribution in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/778">aws/aws-lc-rs#778</a></li> <li><a href="https://github.com/kxxt"><code>@​kxxt</code></a> made their first contribution in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/774">aws/aws-lc-rs#774</a></li> <li><a href="https://github.com/Stupremee"><code>@​Stupremee</code></a> made their first contribution in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/790">aws/aws-lc-rs#790</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lc-rs/compare/v1.13.0...v1.13.1">https://github.com/aws/aws-lc-rs/compare/v1.13.0...v1.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-lc-rs/commit/2833d9b00a7bbd16c73edd6252f7003e0a833f72"><code>2833d9b</code></a> Build/Test for x86_64-pc-windows-gnullvm (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/702">#702</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/59470c5aa1bffa786c9ad4890f10e0ef9834a0e4"><code>59470c5</code></a> Align w/ AWS-LC v1.51.2 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/806">#806</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/7670bb5bf3adbe71061a33e21801259813db15fc"><code>7670bb5</code></a> Fix rustls integ tests (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/807">#807</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/5b0febbb73430202c60ddc8e555b8cfb005518a0"><code>5b0febb</code></a> Realign aws-lc-sys v0.29.0 w/ AWS-LC v1.51.1 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/804">#804</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/028bcd9b8d3c5d2f8ea75d08e753c04cd7c8aae4"><code>028bcd9</code></a> Update MacOS GH runners (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/798">#798</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/3cffdbba7ccea0cd287cac0ff2b61be89953fdd6"><code>3cffdbb</code></a> Prepare aws-lc-sys v0.29.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/797">#797</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/27a101596561ac3b5cc7b0b492bd2ad4bb2e678b"><code>27a1015</code></a> Update for s2n-bignum-imported (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/794">#794</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/e794f85c3fe703279cd489fc909c569b38877e70"><code>e794f85</code></a> Fix clippy (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/793">#793</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/e6bce83094396937ed9950b1734c1bbd5bcbde80"><code>e6bce83</code></a> Implement <code>AsRef\&lt;[u8]&gt;</code> for <code>UnparsedPublicKey</code> (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/790">#790</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/36d24541e2b376767dbcf80b3bf951838d2f056c"><code>36d2454</code></a> Add new include search path folder for no-cmake build because of upstream AWS...</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-lc-rs/compare/v1.13.0...v1.13.1">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.13.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 11:45:31 +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#3474
No description provided.