Skip to content

Bump portable-atomic from 1.14.0 to 1.15.0 in /src/_bcrypt - #1249

Merged
alex merged 1 commit into
mainfrom
dependabot/cargo/src/_bcrypt/portable-atomic-1.15.0
Aug 13, 2026
Merged

Bump portable-atomic from 1.14.0 to 1.15.0 in /src/_bcrypt#1249
alex merged 1 commit into
mainfrom
dependabot/cargo/src/_bcrypt/portable-atomic-1.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps portable-atomic from 1.14.0 to 1.15.0.

Changelog

Sourced from portable-atomic's changelog.

[1.15.0] - 2026-08-09

  • Work around core::sync::atomic bug which may cause data races with non-relaxed load/CAS on pre-v6 ARM Linux/Android due to missing memory barrier. (#112)

  • Make {8,16,32}-bit non-relaxed load compatible with read-only memory on pre-v6 ARM Linux/Android. Previously only relaxed load was compatible with read-only memory. (#112)

  • Make from_ptr const fn on Rust 1.58+. Previously it was const fn only on Rust 1.83+. (c09d0e6)

  • Optimize non-relaxed load/store on pre-v6 ARM Linux/Android. (#112)

  • Optimize fence on pre-v6 ARM Linux/Android. (#112)

  • Optimize 128-bit CAS/swap/min/max on s390x. This also includes removing the code complexity that caused the bug fixed in 1.14.0. (33cd7e5, 6c8f764)

  • Documentation improvements.

Commits
  • e459552 Release 1.15.0
  • cb58081 Update changelog
  • c5b8b98 arm_linux: Remove useless cache
  • b97efba ci: Re-enable detect_false test on Android
  • eaee7ec detect: Update comments
  • c6fab54 tests: AArch64 L4Re is now available as builtin target
  • d0832a1 tsan: Enable Adaptive Delay
  • 81c2ee5 ci: Clean up sanitizer job
  • cfb767d Optimize non-relaxed load/store/fence and work around compiler-builtins bug o...
  • f19289e ci: Use full-length rev for mgba-test-runner
  • 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 [portable-atomic](https://github.com/taiki-e/portable-atomic) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: portable-atomic
  dependency-version: 1.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 13, 2026
@alex
alex merged commit 8b88907 into main Aug 13, 2026
30 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/src/_bcrypt/portable-atomic-1.15.0 branch August 13, 2026 03:21
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 Pull requests that update Rust code

Development

Successfully merging this pull request may close these issues.

1 participant