[PR #3273] [CLOSED] build(deps): bump aws-lc-rs from 1.13.3 to 1.14.0 #3703

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3273
Author: @dependabot[bot]
Created: 9/15/2025
Status: Closed

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


📝 Commits (1)

  • 149f606 build(deps): bump aws-lc-rs from 1.13.3 to 1.14.0

📊 Changes

2 files changed (+14 additions, -44 deletions)

View changed files

📝 Cargo.lock (+13 -43)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps aws-lc-rs from 1.13.3 to 1.14.0.

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.14.0

What's Changed

Build Improvements

Issues Being Resolved

  • Feature Request: RandomizedNonceKey for AES-GCM-SIV -- aws/aws-lc-rs#842
  • Add way to pre-parse signature keys (i.e. turn signature::UnparsedPublicKey to PublicKey) -- aws/aws-lc-rs#849
  • Build failed for x86_64-pc-windows-gnu target regardless of AWS_LC_SYS_PREBUILT_NASM=1 -- aws/aws-lc-rs#850

Other Merged PRs

New Contributors

Full Changelog: https://github.com/aws/aws-lc-rs/compare/v1.13.3...v1.14.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/3273 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/aws-lc-rs-1.14.0` --- ### 📝 Commits (1) - [`149f606`](https://github.com/hickory-dns/hickory-dns/commit/149f606b33500ab514ca3e8cee13883c07e26a53) build(deps): bump aws-lc-rs from 1.13.3 to 1.14.0 ### 📊 Changes **2 files changed** (+14 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+13 -43) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.13.3 to 1.14.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.14.0</h2> <h2>What's Changed</h2> <ul> <li>MSRV bumped to 1.70.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/822">aws/aws-lc-rs#822</a></li> <li>aws-lc-sys v0.31.0 aligned with <a href="https://github.com/aws/aws-lc/releases/tag/v1.59.0">AWS-LC v1.59.0</a> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/867">aws/aws-lc-rs#867</a> <ul> <li>Performance improvements for ML-KEM: <ul> <li>x86-64: <a href="https://redirect.github.com/aws/aws-lc/pull/2631">aws/aws-lc#2631</a></li> <li>arm64: <a href="https://redirect.github.com/aws/aws-lc/pull/2498">aws/aws-lc#2498</a></li> </ul> </li> </ul> </li> <li>Support for <a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/signature/struct.EcdsaKeyPair.html#method.sign_digest">sign</a>/<a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/signature/trait.VerificationAlgorithm.html#tymethod.verify_digest_sig">verify</a> on digests by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/826">aws/aws-lc-rs#826</a></li> <li>Support for <a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/cipher/struct.PaddedBlockDecryptingKey.html#method.cbc_iso10126">decrypting ANSI X9.23 / ISO 10126-padded</a> AES by <a href="https://github.com/tstenner"><code>@​tstenner</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/847">aws/aws-lc-rs#847</a></li> <li>Support <a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/aead/struct.RandomizedNonceKey.html">SIV in RandomizedNonceKey</a> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/846">aws/aws-lc-rs#846</a></li> <li>Support verification of <a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/signature/index.html">P256/P384+SHA512 signatures</a> by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/857">aws/aws-lc-rs#857</a></li> <li><a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/signature/struct.RsaSignatureEncoding.html"><code>RsaSignatureEncoding</code></a> type is public by <a href="https://github.com/soundofspace"><code>@​soundofspace</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/864">aws/aws-lc-rs#864</a></li> <li><a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/signature/struct.ParsedPublicKey.html"><code>ParsedPublicKey</code></a> for signature operations by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/863">aws/aws-lc-rs#863</a></li> <li><a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/agreement/struct.ParsedPublicKey.html"><code>ParsedPublicKey</code></a> for agreement operations by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/862">aws/aws-lc-rs#862</a></li> </ul> <h3>Build Improvements</h3> <ul> <li>Allow prebuilt-NASM w/ Cmake toolchain by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/852">aws/aws-lc-rs#852</a></li> <li>Add support for Apple tvOS builds by <a href="https://github.com/matszczygiel"><code>@​matszczygiel</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/848">aws/aws-lc-rs#848</a></li> </ul> <h3>Issues Being Resolved</h3> <ul> <li>Feature Request: RandomizedNonceKey for AES-GCM-SIV -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/842">aws/aws-lc-rs#842</a></li> <li>Add way to pre-parse signature keys (i.e. turn <code>signature::UnparsedPublicKey</code> to <code>PublicKey</code>) -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/849">aws/aws-lc-rs#849</a></li> <li>Build failed for x86_64-pc-windows-gnu target regardless of AWS_LC_SYS_PREBUILT_NASM=1 -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/850">aws/aws-lc-rs#850</a></li> </ul> <h2>Other Merged PRs</h2> <ul> <li>Exclude CI jobs for invalid param combinations by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/866">aws/aws-lc-rs#866</a></li> <li>Prepare aws-lc-rs v1.14.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/876">aws/aws-lc-rs#876</a></li> <li>Fix + refactor &quot;ios-simulator-runner.sh&quot; by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/868">aws/aws-lc-rs#868</a></li> <li>Support CPU Jitter Entropy from upstream RAGDOLL 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/865">aws/aws-lc-rs#865</a></li> <li>Avoid doctests in cross-compile CI by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/855">aws/aws-lc-rs#855</a></li> <li>Consolidate agreement functions into LcPtr&lt;EVP_PKEY&gt; by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/854">aws/aws-lc-rs#854</a></li> <li>Fix unexpected +1.70.0 compiler error by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/861">aws/aws-lc-rs#861</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tstenner"><code>@​tstenner</code></a> made their first contribution in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/847">aws/aws-lc-rs#847</a></li> <li><a href="https://github.com/matszczygiel"><code>@​matszczygiel</code></a> made their first contribution in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/848">aws/aws-lc-rs#848</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lc-rs/compare/v1.13.3...v1.14.0">https://github.com/aws/aws-lc-rs/compare/v1.13.3...v1.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-lc-rs/commit/18bd3cb7156ae4a78d9a7e310eaca38ec714db1f"><code>18bd3cb</code></a> Prepare aws-lc-rs v1.14.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/876">#876</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/9a2b0ccd7b529342c8c369c8d5467877f6608bf0"><code>9a2b0cc</code></a> ParsedPublicKey for agreement (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/862">#862</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/f139e68a2fe4e4c476da2051f8a183a5b1b4f6d3"><code>f139e68</code></a> Allow prebuilt-NASM w/ Cmake toolchain (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/852">#852</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/6aaec4a76a2265b387a27d7166724cfc5d0b0ed8"><code>6aaec4a</code></a> Fix unexpected +1.70.0 compiler error (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/861">#861</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/beef8151aefd1ebc18816315953dae40bb86f147"><code>beef815</code></a> ParsedPublicKey for signature (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/863">#863</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/124f67495d2bef852aa6fe29db18336f117ae68c"><code>124f674</code></a> Expose RsaSignatureEncoding (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/864">#864</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/86de8dfe9f15c4dda0951aa8c4c819fdced92b9c"><code>86de8df</code></a> Add support for Apple tvOS builds (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/848">#848</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/8e8b95703207a55c2fe22ec573bcf7e0bfc87147"><code>8e8b957</code></a> Fix + refactor &quot;ios-simulator-runner.sh&quot; (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/868">#868</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/f0125037370ee9adfecb650a6ff32a18f57089e7"><code>f012503</code></a> Exclude jobs w/ invalid params (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/866">#866</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/2630afad94b3d8d419fb278041cdbcd5c1cfba35"><code>2630afa</code></a> Prepare aws-lc-sys v0.31.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/867">#867</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-lc-rs/compare/v1.13.3...v1.14.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.13.3&new-version=1.14.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:58:03 +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#3703
No description provided.