[PR #3407] [CLOSED] build(deps): bump aws-lc-rs from 1.15.1 to 1.15.2 #3817

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 0953e66 build(deps): bump aws-lc-rs from 1.15.1 to 1.15.2

📊 Changes

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

View changed files

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

📄 Description

Bumps aws-lc-rs from 1.15.1 to 1.15.2.

Release notes

Sourced from aws-lc-rs's releases.

v1.15.2

What's Changed

Build Improvements

Issues Being Closed

Other Merged PRs

New Contributors

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

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/3407 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/aws-lc-rs-1.15.2` --- ### 📝 Commits (1) - [`0953e66`](https://github.com/hickory-dns/hickory-dns/commit/0953e66030a73615556d435a38a2bfd06d964f0e) build(deps): bump aws-lc-rs from 1.15.1 to 1.15.2 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.15.1 to 1.15.2. <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.15.2</h2> <h2>What's Changed</h2> <ul> <li>CMAC: <code>sign_to_buffer</code> and <code>Context::verify</code> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/968">aws/aws-lc-rs#968</a></li> <li>Fixed <a href="https://docs.rs/aws-lc-rs/latest/aws_lc_rs/">documentation on docs.rs</a> by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/967">aws/aws-lc-rs#967</a></li> </ul> <h3>Build Improvements</h3> <ul> <li>Set CFLAGS before init'ing cc::Build by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/966">aws/aws-lc-rs#966</a></li> <li>Fix Darwin builds for non-standard environments (e.g. Nix) by <a href="https://github.com/martinjlowm"><code>@​martinjlowm</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/941">aws/aws-lc-rs#941</a></li> </ul> <h3>Issues Being Closed</h3> <ul> <li>AWS_LC_SYS_CFLAGS is ignored when using default ccBuilder -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/965">aws/aws-lc-rs#965</a></li> <li>1.15.1 docs.rs build failed due to doc_auto_cfg stabilization -- <a href="https://redirect.github.com/aws/aws-lc-rs/issues/963">aws/aws-lc-rs#963</a></li> </ul> <h2>Other Merged PRs</h2> <ul> <li>Fix rustls integ tests; bump to v1.15.2 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/959">aws/aws-lc-rs#959</a></li> <li>Align aws-lc-sys 0.35.0 w/ AWS-LC v1.66.0 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/972">aws/aws-lc-rs#972</a></li> <li>Next release is v1.15.2 by <a href="https://github.com/justsmth"><code>@​justsmth</code></a> in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/974">aws/aws-lc-rs#974</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/martinjlowm"><code>@​martinjlowm</code></a> made their first contribution in <a href="https://redirect.github.com/aws/aws-lc-rs/pull/941">aws/aws-lc-rs#941</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws/aws-lc-rs/compare/v1.15.1...v1.15.2">https://github.com/aws/aws-lc-rs/compare/v1.15.1...v1.15.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-lc-rs/commit/35105ab7b83fe562b4ad5340f4e7096b21c28c49"><code>35105ab</code></a> Next release is v1.15.2 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/974">#974</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/2f0ee7545705b4854f5b2ec0666ed28c2364713a"><code>2f0ee75</code></a> Align aws-lc-sys 0.35.0 w/ AWS-LC v1.66.0 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/972">#972</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/6ecc4e7d0b1ae10c034d009e492cc57a2aaf5e58"><code>6ecc4e7</code></a> CMAC: <code>sign_to_buffer</code> and <code>Context::verify</code> (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/968">#968</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/3f5f1104248e937f4ce02d63ed0415228ebc149d"><code>3f5f110</code></a> Fix Darwin builds for non-standard environments (e.g. Nix) (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/941">#941</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/7625b5349d897e1de9032ede946f9e1e77910964"><code>7625b53</code></a> Fix docsrs (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/967">#967</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/b6ddedd6453c10d26298bf054630078df11ece25"><code>b6ddedd</code></a> Fix rustls integ tests; bump to v1.15.2 (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/959">#959</a>)</li> <li><a href="https://github.com/aws/aws-lc-rs/commit/0207364a38fccbbf9e9321755763da9e1312d264"><code>0207364</code></a> Set CFLAGS before init'ing cc::Build (<a href="https://redirect.github.com/aws/aws-lc-rs/issues/966">#966</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-lc-rs/compare/v1.15.1...v1.15.2">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.15.1&new-version=1.15.2)](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:04:18 +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#3817
No description provided.