build(deps): bump portable-atomic from 1.11.0 to 1.11.1 (#37299)

Bumps [portable-atomic](https://github.com/taiki-e/portable-atomic) from
1.11.0 to 1.11.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md">portable-atomic's
changelog</a>.</em></p>
<blockquote>
<h2>[1.11.1] - 2025-06-06</h2>
<ul>
<li>
<p>Fix build error when building non-x86 targets for Miri or
ThreadSanitizer since nightly-2025-05-31.</p>
</li>
<li>
<p>aarch64: Optimize atomic floats when FEAT_LSFE is enabled. (<a
href="https://redirect.github.com/taiki-e/portable-atomic/pull/201">#201</a>)</p>
</li>
<li>
<p>Improve compile-time detection of RISC-V Zacas extension. (<a
href="b7634e2cd8">b7634e2</a>)</p>
</li>
<li>
<p>Improve run-time detection on linux-musl. (<a
href="7fdad7f7dd">7fdad7f</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="83c438260f"><code>83c4382</code></a>
Release portable-atomic 1.11.1</li>
<li><a
href="22d689c082"><code>22d689c</code></a>
Update changelog</li>
<li><a
href="a6a81ae407"><code>a6a81ae</code></a>
ci: Disable building std for AIX</li>
<li><a
href="af0206e8ad"><code>af0206e</code></a>
ci: Disable l4re test due to hang</li>
<li><a
href="3e066e07ba"><code>3e066e0</code></a>
Optimize AtomicBool on loongarch32</li>
<li><a
href="a87b10178f"><code>a87b101</code></a>
ci: Work around cargo-careful install failure on old nightly</li>
<li><a
href="f720ee1794"><code>f720ee1</code></a>
atomic128: Avoid atomic intrinsics that are in the middle of a
change</li>
<li><a
href="47f6555226"><code>47f6555</code></a>
ci: Disable buggy no-std targets</li>
<li><a
href="9f80e1e0db"><code>9f80e1e</code></a>
Update build script for Rust 1.87</li>
<li><a
href="a9c0c7e79c"><code>a9c0c7e</code></a>
tests: Ignore clippy::cast_sign_loss warning</li>
<li>Additional commits viewable in <a
href="https://github.com/taiki-e/portable-atomic/compare/v1.11.0...v1.11.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=portable-atomic&package-manager=cargo&previous-version=1.11.0&new-version=1.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-06 17:24:30 +00:00 committed by GitHub
parent be2325a418
commit ea61f6c15c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -5800,9 +5800,9 @@ dependencies = [
[[package]]
name = "portable-atomic"
version = "1.11.0"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
[[package]]
name = "portable-atomic-util"