Skip to content

deps(cargo): bump portable-atomic from 1.14.0 to 1.15.0 in /qeli - #140

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/qeli/dev/portable-atomic-1.15.0
Open

deps(cargo): bump portable-atomic from 1.14.0 to 1.15.0 in /qeli#140
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/qeli/dev/portable-atomic-1.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 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: direct:production
  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 23, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants