[PR #2856] [CLOSED] build(deps): bump aws-lc-rs from 1.12.4 to 1.12.6 #3374

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • cefaf90 build(deps): bump aws-lc-rs from 1.12.4 to 1.12.6

📊 Changes

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

View changed files

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

📄 Description

Bumps aws-lc-rs from 1.12.4 to 1.12.6.

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.12.6

What's Changed

Build improvements

Issues Being Resolved

  • Could not compile on Windows with crate rustls with config debug="limited" #707
  • -sys: issues with CFLAGS from environment being passed through to CMake #710
  • Pregenerate bindings for riscv64 #714
  • Prefixed BoringSSL symbols are re-exported when linked into a shared library #715
  • CMakeLists.txt wrong minimum required version #716
  • paste - no longer maintained #722

Other Merged PRs

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

aws-lc-rs v1.12.5

v1.12.5

What's Changed

Bug fix

Full Changelog: https://github.com/aws/aws-lc-rs/compare/v1.12.4...v1.12.5

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/2856 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/aws-lc-rs-1.12.6` --- ### 📝 Commits (1) - [`cefaf90`](https://github.com/hickory-dns/hickory-dns/commit/cefaf904c23e87e8d1f64312db682f6850bb9aa3) build(deps): bump aws-lc-rs from 1.12.4 to 1.12.6 ### 📊 Changes **2 files changed** (+6 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+5 -13) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.12.4 to 1.12.6. <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.12.6</h2> <h2>What's Changed</h2> <ul> <li>Align aws-lc-sys v0.27.0 w/ <a href="https://github.com/aws/aws-lc/releases">AWS-LC v1.48.2</a> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/726">aws/aws-lc-rs#726</a></li> <li>No paste dependency by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/724">aws/aws-lc-rs#724</a></li> <li>Pregenerated bindings for <code>riscv64gc-unknown-linux-gnu</code> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/720">aws/aws-lc-rs#720</a></li> </ul> <h3>Build improvements</h3> <ul> <li>Improve handling of CFLAGS by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/712">aws/aws-lc-rs#712</a></li> </ul> <h3>Issues Being Resolved</h3> <ul> <li>Could not compile on Windows with crate rustls with config debug=&quot;limited&quot; <a href="https://redirect.github.com/aws/aws-lc-rs/issues/707">#707</a></li> <li>-sys: issues with CFLAGS from environment being passed through to CMake <a href="https://redirect.github.com/aws/aws-lc-rs/issues/710">#710</a></li> <li>Pregenerate bindings for riscv64 <a href="https://redirect.github.com/aws/aws-lc-rs/issues/714">#714</a></li> <li>Prefixed BoringSSL symbols are re-exported when linked into a shared library <a href="https://redirect.github.com/aws/aws-lc-rs/issues/715">#715</a></li> <li>CMakeLists.txt wrong minimum required version <a href="https://redirect.github.com/aws/aws-lc-rs/issues/716">#716</a></li> <li>paste - no longer maintained <a href="https://redirect.github.com/aws/aws-lc-rs/issues/722">#722</a></li> </ul> <h2>Other Merged PRs</h2> <ul> <li>Support new randomness generation in AWS-LC 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/708">aws/aws-lc-rs#708</a></li> <li>Run compiler tests on ubuntu-22.04 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/718">aws/aws-lc-rs#718</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lc-rs/compare/v1.12.5...v1.12.6">https://github.com/aws/aws-lc-rs/compare/v1.12.5...v1.12.6</a></p> <h2>aws-lc-rs v1.12.5</h2> <p>v1.12.5</p> <h2>What's Changed</h2> <h3>Bug fix</h3> <ul> <li>Support PKCS8 in agreement::PrivateKey::from_private_key_der by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/713">aws/aws-lc-rs#713</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lc-rs/compare/v1.12.4...v1.12.5">https://github.com/aws/aws-lc-rs/compare/v1.12.4...v1.12.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-lc-rs/commit/2fd701683f82ec325ecde4020c6501683e1cdc15"><code>2fd7016</code></a> Align aws-lc-sys v0.27.0 w/ AWS-LC v1.48.2 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/726">#726</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/21f186123d154ca23e6b2473306883598efd11e8"><code>21f1861</code></a> Improve handling of CFLAGS (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/712">#712</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/6178df049e33cdb95920ecb3ff31681efa839ded"><code>6178df0</code></a> No paste dependency (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/724">#724</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/337a85dd997ea7ca45a35dfc4be08ebc675adbd4"><code>337a85d</code></a> Align aws-lc-sys v0.27.0 w/ AWS-LC v1.48.1 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/720">#720</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/dc070580fa0f7bf73d843ada7555d7474df104bd"><code>dc07058</code></a> Run compiler tests on ubuntu-22.04 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/718">#718</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/b18e227a9f5332b882e0520e1cd888dd0eb8e4b6"><code>b18e227</code></a> Support new randomness generation in AWS-LC (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/708">#708</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/ad169b32fae767dcbc7d316a3873d857bad54f18"><code>ad169b3</code></a> Support PKCS8 in agreement::PrivateKey::from_private_key_der (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/713">#713</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-lc-rs/compare/v1.12.4...v1.12.6">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.4&new-version=1.12.6)](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:40:06 +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#3374
No description provided.