Skip to content

Bump portable-atomic from 1.13.1 to 1.14.0 in /src/_bcrypt#1231

Merged
alex merged 1 commit into
mainfrom
dependabot/cargo/src/_bcrypt/portable-atomic-1.14.0
Jul 20, 2026
Merged

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps portable-atomic from 1.13.1 to 1.14.0.

Changelog

Sourced from portable-atomic's changelog.

[1.14.0] - 2026-07-17

  • Guarantee that is_lock_free to always return the same result. (e74f384)

  • Fix bug in 128-bit fetch_{min,max} on pre-z196 s390x. (a6c6c4b)

  • Fix bug in atomic float fetch_{add,sub,max,min} on AArch64 when FEAT_LSFE is enabled. (There are currently no known CPUs that support FEAT_LSFE.) (b105f9bc)

  • Fix panic in build script when custom target with non-standard name on non-nightly rustc. (02ca737)

  • Improve robustness of interrupt disable/restore on RISC-V and Xtensa. (88cb3d5)

  • Optimize SeqCst fence on x86. (9127b31)

  • Optimize 128-bit CAS when FEAT_LSE is not enabled. (671b9a89)

  • Optimize SeqCst atomics on AArch64 Windows MSVC. (671b9a89)

  • Optimize 8-bit fetch_and/fetch_or/fetch_xor/fetch_not on AVR when RMW instructions available. (6f2f11f2)

  • Optimize 128-bit RMW on s390x. (b8c502a9)

  • Optimize run-time CPU feature detection. (cae7032)

  • Enable run-time detection by default on AArch64 Apple targets. (6c92015)

  • Enable run-time detection by default on AArch64 illumos. (59e3636b)

  • aarch64: Support run-time detection of FEAT_LSE2 on Windows. (16bc44f0)

  • Make portable_atomic_no_outline_atomics cfg no-op instead of compile error on unsupported architectures. (6b8e3eb)

  • Improve compile-time detection of AVR target features. (2b5a9a4f)

  • Documentation improvements.

Commits
  • 5cfa54a Release 1.14.0
  • 099b928 Update changelog
  • c412436 Fix bit_clear docs
  • 921d719 Remove unused portable_atomic_pre_llvm_15 cfg
  • 02ca737 Do not panic in build script with odd custom target name
  • a6c6c4b s390x: Fix byte_wise_atomic_load
  • def5258 ci: Temporarily disable f128 test for Windows
  • 1001799 fallback: Move shared code to seq_lock_common.rs and improve tests
  • fd2f9f0 Update comments
  • 2265f7a Make cfg_*_fast_atomic_64! helper macros rustfmt-able
  • 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.13.1 to 1.14.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.13.1...v1.14.0)

---
updated-dependencies:
- dependency-name: portable-atomic
  dependency-version: 1.14.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 Jul 20, 2026
@alex
alex merged commit 9bc426d into main Jul 20, 2026
30 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/src/_bcrypt/portable-atomic-1.14.0 branch July 20, 2026 03:31
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