[PR #3360] [CLOSED] build(deps): bump aws-lc-rs from 1.14.1 to 1.15.1 #3774

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3360
Author: @dependabot[bot]
Created: 11/24/2025
Status: Closed

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


📝 Commits (1)

  • f0e4bb3 build(deps): bump aws-lc-rs from 1.14.1 to 1.15.1

📊 Changes

2 files changed (+10 additions, -42 deletions)

View changed files

📝 Cargo.lock (+9 -41)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps aws-lc-rs from 1.14.1 to 1.15.1.

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.15.1

What's Changed

Build Improvements

Issues Being Closed

  • Build failure when targeting powerpc-unknown-linux-gnu -- #950
  • Build script fails when using bazel -- #858

Other Merged PRs

Full Changelog: https://github.com/aws/aws-lc-rs/compare/v1.15.0...v1.15.1

aws-lc-rs v1.15.0

What's Changed

Build Improvements

Issues Being Resolved

  • aws-lc-sys-0.32.3: build breaks on NetBSD -- #932
  • Build failure when targeting aarch64-pc-windows-gnullvm -- #919
  • digest::Algorithm definitions are defined as static instead of const -- #904
  • Is it possible to support arm v7 32-bit compilation? -- #890
  • Pregenerated bindings for riscv64gc-unknown-linux-musl -- #874
  • ESP32 target error -- #831
  • Add bindgen by default if the OS needs to rebuild it -- #769
  • Consolidate FFI bindings -- #371

Other Merged PRs

... (truncated)

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/3360 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/aws-lc-rs-1.15.1` --- ### 📝 Commits (1) - [`f0e4bb3`](https://github.com/hickory-dns/hickory-dns/commit/f0e4bb3417bc70b1cd3bbacfb9e091ab18005b1c) build(deps): bump aws-lc-rs from 1.14.1 to 1.15.1 ### 📊 Changes **2 files changed** (+10 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+9 -41) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.14.1 to 1.15.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>aws-lc-rs v1.15.1</h2> <h2>What's Changed</h2> <ul> <li>Uncap HKDF salt length restriction by <a href="https://github.com/skmcgrail"><code>@​skmcgrail</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/951">aws/aws-lc-rs#951</a></li> </ul> <h3>Build Improvements</h3> <ul> <li>Respect LDFLAGS in memcmp_check by <a href="https://github.com/aaronmondal"><code>@​aaronmondal</code></a> and <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/958">aws/aws-lc-rs#958</a></li> <li>aws-lc-sys: make bindgen optional by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/949">aws/aws-lc-rs#949</a></li> </ul> <h3>Issues Being Closed</h3> <ul> <li>Build failure when targeting powerpc-unknown-linux-gnu -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/950">#950</a></li> <li>Build script fails when using bazel -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/858">#858</a></li> </ul> <h2>Other Merged PRs</h2> <ul> <li>Align aws-lc-sys v0.34.0 w/ AWS-LC v1.65.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/955">aws/aws-lc-rs#955</a></li> <li>Explicit smart pointer conversion by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/954">aws/aws-lc-rs#954</a></li> <li>Prepare aws-lc-rs v1.15.1 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/956">aws/aws-lc-rs#956</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lc-rs/compare/v1.15.0...v1.15.1">https://github.com/aws/aws-lc-rs/compare/v1.15.0...v1.15.1</a></p> <h2>aws-lc-rs v1.15.0</h2> <h2>What's Changed</h2> <ul> <li>Universal Binding in aws-lc-sys 🎉 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/896">aws/aws-lc-rs#896</a> <ul> <li>Users of aws-lc-rs (non-FIPS) will no longer need to generate platform-specific bindings! This was previously a pain point for many as it added build latency and increased the tooling requirements on the build environment.</li> </ul> </li> <li>Support for AES-CBC mode w/ no padding by <a href="https://github.com/Elvrarin"><code>@​Elvrarin</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/895">aws/aws-lc-rs#895</a></li> <li>New API supporting CMAC operations by <a href="https://github.com/Elvrarin"><code>@​Elvrarin</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/903">aws/aws-lc-rs#903</a></li> <li>Previously <code>pub static</code> values in our API are now <code>pub const</code> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/905">aws/aws-lc-rs#905</a></li> </ul> <h3>Build Improvements</h3> <ul> <li>Support for NetBSD by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/945">aws/aws-lc-rs#945</a></li> <li>Fix: Add -Wa,--noexecstack to cc_builder for assembly files (resolves <a href="https://redirect.github.com/aws/aws-lc-rs/issues/939">#939</a>) by <a href="https://github.com/psifertex"><code>@​psifertex</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/940">aws/aws-lc-rs#940</a></li> <li>Support +crt-static through cargo xwin by <a href="https://github.com/honsunrise"><code>@​honsunrise</code></a> and <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/938">aws/aws-lc-rs#938</a></li> <li>Set the correct runtime flags for FIPS binaries by <a href="https://github.com/elad-solomon"><code>@​elad-solomon</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/930">aws/aws-lc-rs#930</a></li> <li>(aws-lc-sys v0.32.2) Fix failure when CFLAGS provides -O3 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/900">aws/aws-lc-rs#900</a></li> <li>(aws-lc-sys v0.32.3) Fix for _FORTIFY_SOURCE by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/906">aws/aws-lc-rs#906</a></li> <li>(aws-lc-sys v0.32.3) Drop explicit/pinned libloading dependency by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/913">aws/aws-lc-rs#913</a></li> <li>(aws-lc-fips-sys v0.13.9) preserve optimization options from CFLAGS by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/916">aws/aws-lc-rs#916</a>)</li> </ul> <h3>Issues Being Resolved</h3> <ul> <li>aws-lc-sys-0.32.3: build breaks on NetBSD -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/932">#932</a></li> <li>Build failure when targeting aarch64-pc-windows-gnullvm -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/919">#919</a></li> <li>digest::Algorithm definitions are defined as static instead of const -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/904">#904</a></li> <li>Is it possible to support arm v7 32-bit compilation? -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/890">#890</a></li> <li>Pregenerated bindings for riscv64gc-unknown-linux-musl -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/874">#874</a></li> <li>ESP32 target error -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/831">#831</a></li> <li>Add bindgen by default if the OS needs to rebuild it -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/769">#769</a></li> <li>Consolidate FFI bindings -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/371">#371</a></li> </ul> <h2>Other Merged PRs</h2> <ul> <li>Prepare aws-lc-sys v0.32.1 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/898">aws/aws-lc-rs#898</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-lc-rs/commit/93f8b321b0d9604c658ebd7c607b6e468eb253db"><code>93f8b32</code></a> Prepare aws-lc-rs v1.15.1 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/956">#956</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/a825b51d0fb8427fb0811a34c31ac1fb213b15f1"><code>a825b51</code></a> Respect LDFLAGS in memcmp_check (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/958">#958</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/f67e605bc2666b76cca32c8b32173e4d275a8365"><code>f67e605</code></a> Explicit smart pointer conversion (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/954">#954</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/ee3917f17f84662b8593582389e78b128f97cca5"><code>ee3917f</code></a> aws-lc-sys: bindgen is optional (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/949">#949</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/cd58abe791c50d9f4cc1d78820b5bf9733443913"><code>cd58abe</code></a> Align aws-lc-sys v0.34.0 w/ AWS-LC v1.65.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/955">#955</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/3728f18627130fa62f33f9171b0ef97f1bd7608d"><code>3728f18</code></a> Uncap HKDF salt length restriction (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/951">#951</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/be28b729217f1f3ea22064b810c8a7d4c6aee72f"><code>be28b72</code></a> Bump aws-lc-fips-sys to v0.13.10 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/948">#948</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/ce17e88f7cddd50e8ff670860abc6aad7c0804ef"><code>ce17e88</code></a> Bump aws-lc-rs to v1.15.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/946">#946</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/0c8859008fda34cf29857461f9e3def3ddc9bdbc"><code>0c88590</code></a> Switch <code>pub static</code> values to <code>pub const</code> (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/905">#905</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/b1613163d20c87562f1283ee5393d9ebdfda81f7"><code>b161316</code></a> CI for NetBSD (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/945">#945</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-lc-rs/compare/v1.14.1...v1.15.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.14.1&new-version=1.15.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:01:51 +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#3774
No description provided.