[PR #3352] [CLOSED] build(deps): bump aws-lc-rs from 1.14.1 to 1.15.0 #3769

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 73b26ef build(deps): bump aws-lc-rs from 1.14.1 to 1.15.0

📊 Changes

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

View changed files

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

📄 Description

Bumps aws-lc-rs from 1.14.1 to 1.15.0.

Release notes

Sourced from aws-lc-rs's releases.

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

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/3352 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/aws-lc-rs-1.15.0` --- ### 📝 Commits (1) - [`73b26ef`](https://github.com/hickory-dns/hickory-dns/commit/73b26ef545c8d10dbf1e21561d9bed287eaf2ecf) build(deps): bump aws-lc-rs from 1.14.1 to 1.15.0 ### 📊 Changes **2 files changed** (+9 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -9) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.14.1 to 1.15.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.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> <li>Prepare aws-lc-sys v0.32.2 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/901">aws/aws-lc-rs#901</a></li> <li>Prepare aws-lc-fips-sys v0.13.9 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/920">aws/aws-lc-rs#920</a></li> <li>Prepare aws-lc-sys v0.32.3 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/922">aws/aws-lc-rs#922</a></li> <li>Align aws-lc-sys v0.33.0 w/ AWS-LC v1.64.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/944">aws/aws-lc-rs#944</a></li> <li>Fix rustls integration CI by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/915">aws/aws-lc-rs#915</a></li> <li>ci: scope down GitHub Token permissions by <a href="https://github.com/AdnaneKhan"><code>@​AdnaneKhan</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/928">aws/aws-lc-rs#928</a></li> <li>Include &quot;cmac.h&quot; header in universal bindings by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/927">aws/aws-lc-rs#927</a></li> <li>CI to verify GNU-stack section is present by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/942">aws/aws-lc-rs#942</a></li> <li>Replace macos-13 w/ macos-15-intel by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/907">aws/aws-lc-rs#907</a></li> <li>Fix paths on macos-15-latest by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/943">aws/aws-lc-rs#943</a></li> <li>Bump aws-lc-rs to v1.15.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/946">aws/aws-lc-rs#946</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/aws/aws-lc-rs/commit/a58c3f0cf6711f84a77868a0a96a89d65a3292d6"><code>a58c3f0</code></a> Align aws-lc-sys v0.33.0 w/ AWS-LC v1.64.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/944">#944</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/e3dcd050e2deff9088fadb747baf8d24ea56ca41"><code>e3dcd05</code></a> Adds CMAC (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/903">#903</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/962dbb156d8b16d7151748ad53431a0635c2cd62"><code>962dbb1</code></a> Fix paths on macos-15-latest (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/943">#943</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/75eae54b2c2e322b5e6f07d1cef114684b6ed22f"><code>75eae54</code></a> Support +crt-static through cargo xwin (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/938">#938</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/61b520dbbb0426fdb5f676dc2dc088241d90bd01"><code>61b520d</code></a> Replace macos-13 w/ macos-15-intel (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/907">#907</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/b90b2a65554a4811b61b989d6d1c4cf7cfab45c7"><code>b90b2a6</code></a> CI to verify GNU-stack section is present (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/942">#942</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/9fe1e15a6505b3f44ce0ff50860f7f7fea3f19cb"><code>9fe1e15</code></a> Set the correct runtime flags for FIPS binaries (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/930">#930</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-lc-rs/compare/v1.14.1...v1.15.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.14.1&new-version=1.15.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 12:01:35 +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#3769
No description provided.