Skip to content

build(deps): bump aws-lc-rs from 1.16.2 to 1.16.3#15205

Merged
adleong merged 1 commit intomainfrom
dependabot/cargo/aws-lc-rs-1.16.3
Apr 24, 2026
Merged

build(deps): bump aws-lc-rs from 1.16.2 to 1.16.3#15205
adleong merged 1 commit intomainfrom
dependabot/cargo/aws-lc-rs-1.16.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps aws-lc-rs from 1.16.2 to 1.16.3.

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.16.3

What's Changed

  • Key length validation in UnboundCipherKey::new() now enforced at runtime by @​justsmth in aws/aws-lc-rs#1092
    • The documented error on key length mismatch was never actually checked. Streaming cipher constructors also relied on debug_assert_eq! which gets stripped in release builds — these are now runtime checks.
  • Support MSAN and TSAN sanitizer builds via AWS_LC_SYS_SANITIZER environment variable by @​justsmth in aws/aws-lc-rs#1100
    • Accepts asan, msan, or tsan. The existing asan feature flag continues to work.

Build Improvements

Issues Being Closed

  • Clarify that build needs to run from VS Developer shell for Windows builds -- aws/aws-lc-rs#1056
  • Add MSAN (MemorySanitizer) support, matching existing ASAN support -- aws/aws-lc-rs#1077
  • aws-lc-sys fails to compile on iOS arm64 with Clang 15.0.7: undeclared ioctl in urandom.c -- aws/aws-lc-rs#1068

Other Merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.16.2...v1.16.3

Commits
  • f75bae5 Support MSAN and TSAN sanitizer builds via environment variable (#1100)
  • 64677e8 Improve clang-cl discovery for Windows ARM64 builds (#1060)
  • e2e3e15 Prepare aws-lc-sys v0.40.0 (#1099)
  • e0ec100 Prepare aws-lc-rs v1.16.3 (#1098)
  • 46ed951 MSVC Fix: use 8.3 short paths on Windows to avoid MAX_PATH limits in building...
  • 27c4cca Add jitterentropy src subdirectory to include search path (#1085)
  • 6b30158 MSVC Fix: Improve bad intrinsic check on msvc (#1086)
  • 5a3f9ca Bump codecov/codecov-action from 4 to 6 (#1094)
  • 6a7b379 Bump actions/setup-go from 4 to 6 (#1095)
  • f7cb890 Bump actions/checkout from 4 to 6 (#1096)
  • Additional commits viewable in compare view

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 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)

Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.16.2 to 1.16.3.
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.16.2...v1.16.3)

---
updated-dependencies:
- dependency-name: aws-lc-rs
  dependency-version: 1.16.3
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust labels Apr 24, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 24, 2026 03:36
@adleong adleong merged commit 7dde6ff into main Apr 24, 2026
26 of 27 checks passed
@adleong adleong deleted the dependabot/cargo/aws-lc-rs-1.16.3 branch April 24, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants