Skip to content

Bump portable-atomic from 1.14.0 to 1.15.0 - #615

Merged
RazerM merged 1 commit into
mainfrom
dependabot/cargo/portable-atomic-1.15.0
Aug 24, 2026
Merged

RazerM merged 1 commit into
mainfrom
dependabot/cargo/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
@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.04%. Comparing base (d3d6972) to head (a077a11).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #615   +/-   ##
=======================================
  Coverage   85.04%   85.04%           
=======================================
  Files          45       45           
  Lines        5691     5691           
  Branches      459      459           
=======================================
  Hits         4840     4840           
  Misses        721      721           
  Partials      130      130           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RazerM
RazerM merged commit a3037a7 into main Aug 24, 2026
48 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/portable-atomic-1.15.0 branch August 24, 2026 21:07
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.

1 participant