Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the all-deps group with 1 update in the / directory: portable-atomic.

Updates portable-atomic from 1.11.1 to 1.13.0

Changelog

Sourced from portable-atomic's changelog.

[1.13.0] - 2025-12-27

  • Add unsafe-assume-privileged feature / portable_atomic_unsafe_assume_privileged cfg for safer lock-based fallback on multi-core privileged environments. (b084ee1)

  • Support unsafe-assume-single-core/unsafe-assume-privileged on all 32-bit Arm targets. Previously it was only M-profile and pre-v6 targets. (7e07f5e)

  • Make AtomicPtr::fetch_* strict-provenance compatible on all environments. Previously it was only strict-provenance compatible on cfg(miri) and otherwise permissive-provenance compatible. (4306943)

  • Ensure sequential consistency in lock-based fallback when SeqCst is used. (7e80742)

  • Support compile-time detection for x86_64 VMOVDQA. (f7bb1aa)

  • Improve compile-time detection of s390x miscellaneous-extensions-3. (11045fe)

  • Optimize AVR 8-bit swap when RMW instructions available. (8cedb34)

  • Optimize interrupt restore on RISC-V. (9b97a2a)

[1.12.0] - 2025-12-19

  • Fix build error on no-std pre-v6 Arm targets due to the recent upstream change. (83f6f3e)

  • Support unsafe-assume-single-core feature / portable_atomic_unsafe_assume_single_core cfg for targets with CAS. (38e9572)

  • Improve compile-time detection of s390x target feature. (5ae0ef5)

  • Documentation improvements. (c84f720)

Commits
  • 7aa2953 Release portable-atomic 1.13.0
  • 7fe0605 Update changelog
  • ab6f5e2 fallback: Optimize SeqCst fence on x86/x86_64
  • bd9b627 ci: Test more targets with Miri
  • 94ec608 fallback: Reduce scope of allow(dead_code)
  • c50d844 ci: Test Armv4T also with QEMU
  • fa6f1b1 ci: Update valgrind images
  • 47cf312 ci: Update Valgrind suppressions
  • d7c7d90 Remove thumbv6-none-eabi from no_atomic list
  • 58ef7f2 Update docs/comments
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-deps group with 1 update in the / directory: [portable-atomic](https://github.com/taiki-e/portable-atomic).


Updates `portable-atomic` from 1.11.1 to 1.13.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.11.1...v1.13.0)

---
updated-dependencies:
- dependency-name: portable-atomic
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

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 Dec 29, 2025
@tarcieri tarcieri merged commit bfadad3 into master Dec 30, 2025
73 checks passed
@tarcieri tarcieri deleted the dependabot/cargo/all-deps-b41db3bd21 branch December 30, 2025 01:06
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.

2 participants