Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the patch group with 5 updates:

Package From To
log 0.4.28 0.4.29
serde_json 1.0.145 1.0.148
tokio-websockets 0.13.0 0.13.1
cxx 1.0.190 1.0.192
cxx-build 1.0.190 1.0.192

Updates log from 0.4.28 to 0.4.29

Release notes

Sourced from log's releases.

0.4.29

MSRV

This release increases log's MSRV from 1.61.0 to 1.68.0.

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Changelog

Sourced from log's changelog.

[0.4.29] - 2025-12-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Commits
  • b1e2df7 Merge pull request #719 from rust-lang/cargo/0.4.29
  • 3fe1a54 prepare for 0.4.29 release
  • 7a432d9 Merge pull request #718 from rust-lang/ci/msrv
  • 0689d56 rebump msrv to 1.68.0
  • 46b448e try drop msrv back to 1.61.0
  • 929ab38 fix up doc test feature gate
  • 957cece bump serde-dependent crates
  • bea40c8 bump msrv to 1.68.0
  • c540184 Merge pull request #716 from rust-lang/ci-smaller-matrix2
  • c971e63 Merge branch 'master' into ci-smaller-matrix2
  • Additional commits viewable in compare view

Updates serde_json from 1.0.145 to 1.0.148

Release notes

Sourced from serde_json's releases.

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates tokio-websockets from 0.13.0 to 0.13.1

Changelog

Sourced from tokio-websockets's changelog.

[0.13.1] - 2025-12-28

Added

  • The new WebSocketStream::into_inner method discards the WebSocket stream and provides you with the raw underlying I/O
  • It is now possible to add custom headers to the built-in server's Switching Protocols response via ServerBuilder::add_header

Fixed

  • Compilation with the nightly feature enabled on s390x now works with the latest nightlies again
  • Fixed a case of UB in the ARM NEON intrinsic code uncovered by Miri

Other

  • CI now test builds all feature combinations on architectures supported by the SIMD code (aarch64, loongarch64, ppc64le, s390x, x86_64)
  • Further, on aarch64, ppc64le, s390x and x86_64 we now also run the tests with Miri
Commits

Updates cxx from 1.0.190 to 1.0.192

Release notes

Sourced from cxx's releases.

1.0.192

1.0.191

  • Suppress a GCC 15 warning false-positive in generated C++ code (#1686)
Commits
  • 0d80b35 Release 1.0.192
  • 7672ce9 Touch up PR 1681
  • 7b522fe Merge pull request #1681 from anforowicz/vec-of-box
  • 7a9cad2 Add support for Vec\<Box<T>>.
  • de37eeb Avoid duplicate errors for impl UniquePtr\<Vec<u8>> {}.
  • 66774a5 Replace fn local_type in generics.rs with more granular functions.
  • 6ab7caa Release 1.0.191
  • 1e7f23c Lockfile update
  • 133292f Merge pull request #1686 from dtolnay/mismatchnewdelete
  • 17ba90c Ignore GCC 15's new mismatched-new-delete
  • Additional commits viewable in compare view

Updates cxx-build from 1.0.190 to 1.0.192

Release notes

Sourced from cxx-build's releases.

1.0.192

1.0.191

  • Suppress a GCC 15 warning false-positive in generated C++ code (#1686)
Commits
  • 0d80b35 Release 1.0.192
  • 7672ce9 Touch up PR 1681
  • 7b522fe Merge pull request #1681 from anforowicz/vec-of-box
  • 7a9cad2 Add support for Vec\<Box<T>>.
  • de37eeb Avoid duplicate errors for impl UniquePtr\<Vec<u8>> {}.
  • 66774a5 Replace fn local_type in generics.rs with more granular functions.
  • 6ab7caa Release 1.0.191
  • 1e7f23c Lockfile update
  • 133292f Merge pull request #1686 from dtolnay/mismatchnewdelete
  • 17ba90c Ignore GCC 15's new mismatched-new-delete
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 1, 2026
@dependabot dependabot bot requested review from djmitche and mgeisler as code owners January 1, 2026 01:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2026
@dependabot dependabot bot requested a review from qwandor as a code owner January 1, 2026 01:04
@dependabot dependabot bot added the rust Pull requests that update Rust code label Jan 1, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/patch-064b0ff86e branch 3 times, most recently from de60010 to 7ba3c71 Compare January 1, 2026 02:34
Bumps the patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` |
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) | `0.13.0` | `0.13.1` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.190` | `1.0.192` |
| [cxx-build](https://github.com/dtolnay/cxx) | `1.0.190` | `1.0.192` |


Updates `log` from 0.4.28 to 0.4.29
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.28...0.4.29)

Updates `serde_json` from 1.0.145 to 1.0.148
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.148)

Updates `tokio-websockets` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Gelbpunkt/tokio-websockets/commits)

Updates `cxx` from 1.0.190 to 1.0.192
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.190...1.0.192)

Updates `cxx-build` from 1.0.190 to 1.0.192
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.190...1.0.192)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-version: 1.0.148
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tokio-websockets
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cxx
  dependency-version: 1.0.192
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cxx-build
  dependency-version: 1.0.192
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/patch-064b0ff86e branch from 7ba3c71 to 9c2b5d4 Compare January 1, 2026 02:36
@gribozavr gribozavr merged commit e6142df into main Jan 1, 2026
38 checks passed
@gribozavr gribozavr deleted the dependabot/cargo/patch-064b0ff86e branch January 1, 2026 02:52
timClicks pushed a commit to accelerant-dev/comprehensive-rust that referenced this pull request Jan 5, 2026
Bumps the patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148`
|
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) |
`0.13.0` | `0.13.1` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.190` | `1.0.192` |
| [cxx-build](https://github.com/dtolnay/cxx) | `1.0.190` | `1.0.192` |

Updates `log` from 0.4.28 to 0.4.29
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.29</h2>
<h2>MSRV</h2>
<p>This release increases <code>log</code>'s MSRV from
<code>1.61.0</code> to <code>1.68.0</code>.</p>
<h2>What's Changed</h2>
<ul>
<li>docs: Add missing impls from README.md by <a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/703">rust-lang/log#703</a></li>
<li>Point to new URLs for favicon and logo by <a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/704">rust-lang/log#704</a></li>
<li>perf: reduce llvm-lines of FromStr for <code>Level</code> and
<code>LevelFilter</code> by <a
href="https://github.com/dishmaker"><code>@​dishmaker</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
<li>Replace serde with serde_core by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/712">rust-lang/log#712</a></li>
<li>Fix clippy lints by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/713">rust-lang/log#713</a></li>
<li>Use GitHub Actions to install Rust and cargo-hack by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/715">rust-lang/log#715</a></li>
<li>Exclude old unstable_kv features from testing matrix by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/716">rust-lang/log#716</a></li>
<li>Fix up CI by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/718">rust-lang/log#718</a></li>
<li>Prepare for 0.4.29 release by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/719">rust-lang/log#719</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/703">rust-lang/log#703</a></li>
<li><a href="https://github.com/dishmaker"><code>@​dishmaker</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.28...0.4.29">https://github.com/rust-lang/log/compare/0.4.28...0.4.29</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.29] - 2025-12-02</h2>
<h2>What's Changed</h2>
<ul>
<li>perf: reduce llvm-lines of FromStr for <code>Level</code> and
<code>LevelFilter</code> by <a
href="https://github.com/dishmaker"><code>@​dishmaker</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
<li>Replace serde with serde_core by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/712">rust-lang/log#712</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/703">rust-lang/log#703</a></li>
<li><a href="https://github.com/dishmaker"><code>@​dishmaker</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.28...0.4.29">https://github.com/rust-lang/log/compare/0.4.28...0.4.29</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/log/commit/b1e2df7bce7a1b685aa9bfd1db0a5cac1f0fc27d"><code>b1e2df7</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/719">#719</a>
from rust-lang/cargo/0.4.29</li>
<li><a
href="https://github.com/rust-lang/log/commit/3fe1a546dc323e614c35d136920a112406910e06"><code>3fe1a54</code></a>
prepare for 0.4.29 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/7a432d9ab570c49d42fcbd1c3b9e1e300064c2b9"><code>7a432d9</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/718">#718</a>
from rust-lang/ci/msrv</li>
<li><a
href="https://github.com/rust-lang/log/commit/0689d568479bb578f66e48df43628cc04aa6269b"><code>0689d56</code></a>
rebump msrv to 1.68.0</li>
<li><a
href="https://github.com/rust-lang/log/commit/46b448e2a76a14210a7270ec11ad97cb9cbda6dc"><code>46b448e</code></a>
try drop msrv back to 1.61.0</li>
<li><a
href="https://github.com/rust-lang/log/commit/929ab3812e86915bb5edb65609cd6d5cb17939fb"><code>929ab38</code></a>
fix up doc test feature gate</li>
<li><a
href="https://github.com/rust-lang/log/commit/957cece4780cb006cbe2f819bd2f893822aad7cb"><code>957cece</code></a>
bump serde-dependent crates</li>
<li><a
href="https://github.com/rust-lang/log/commit/bea40c847c77ecb7b7e9f2d858a21edaa2aa6159"><code>bea40c8</code></a>
bump msrv to 1.68.0</li>
<li><a
href="https://github.com/rust-lang/log/commit/c540184ee9581d7373135f5511b6b174b5cee2d6"><code>c540184</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/716">#716</a>
from rust-lang/ci-smaller-matrix2</li>
<li><a
href="https://github.com/rust-lang/log/commit/c971e636c4b44ff01ff21e6aa82607272d2d0bf2"><code>c971e63</code></a>
Merge branch 'master' into ci-smaller-matrix2</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/log/compare/0.4.28...0.4.29">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.145 to 1.0.148
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.148</h2>
<ul>
<li>Update <code>zmij</code> dependency to 1.0</li>
</ul>
<h2>v1.0.147</h2>
<ul>
<li>Switch float-to-string algorithm from Ryū to Żmij for better f32 and
f64 serialization performance (<a
href="https://redirect.github.com/serde-rs/json/issues/1304">#1304</a>)</li>
</ul>
<h2>v1.0.146</h2>
<ul>
<li>Set fast_arithmetic=64 for riscv64 (<a
href="https://redirect.github.com/serde-rs/json/issues/1305">#1305</a>,
thanks <a
href="https://github.com/Xeonacid"><code>@​Xeonacid</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/8b291c4c5620476d6834c69fbfb24d13a24d4596"><code>8b291c4</code></a>
Release 1.0.148</li>
<li><a
href="https://github.com/serde-rs/json/commit/1aefe152735f1b11ce7f641f8e86448d227163bf"><code>1aefe15</code></a>
Update to zmij 1.0</li>
<li><a
href="https://github.com/serde-rs/json/commit/62d6e8d6158ccc1608fb57d9a8a73cc8d15f5b2a"><code>62d6e8d</code></a>
Release 1.0.147</li>
<li><a
href="https://github.com/serde-rs/json/commit/fd829a65beb37d2db296f1a64c22c25ad508d6d8"><code>fd829a6</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1304">#1304</a>
from dtolnay/zmij</li>
<li><a
href="https://github.com/serde-rs/json/commit/e757a3d8813bfacad8354ae3af89fa19a471da6b"><code>e757a3d</code></a>
Switch from ryu -&gt; zmij for float formatting</li>
<li><a
href="https://github.com/serde-rs/json/commit/75ad7e6b4eb8a26560300d2d7332d6dd8cd5b277"><code>75ad7e6</code></a>
Release 1.0.146</li>
<li><a
href="https://github.com/serde-rs/json/commit/bc6c8276d9597fae216085f940c712f4d4fce4bc"><code>bc6c827</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1305">#1305</a>
from Xeonacid/patch-1</li>
<li><a
href="https://github.com/serde-rs/json/commit/a09210adf529842b912db6f69ad9858ad2f90e16"><code>a09210a</code></a>
Set fast_arithmetic=64 for riscv64</li>
<li><a
href="https://github.com/serde-rs/json/commit/01182e54b5dbadee79696bd472b67391e92679af"><code>01182e5</code></a>
Update actions/upload-artifact@v5 -&gt; v6</li>
<li><a
href="https://github.com/serde-rs/json/commit/383b13a45feb2955236735397c53218acd4da515"><code>383b13a</code></a>
Update actions/upload-artifact@v4 -&gt; v5</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.145...v1.0.148">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio-websockets` from 0.13.0 to 0.13.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md">tokio-websockets's
changelog</a>.</em></p>
<blockquote>
<h2>[0.13.1] - 2025-12-28</h2>
<h3>Added</h3>
<ul>
<li>The new <code>WebSocketStream::into_inner</code> method discards the
WebSocket stream and provides you with the raw underlying I/O</li>
<li>It is now possible to add custom headers to the built-in server's
Switching Protocols response via
<code>ServerBuilder::add_header</code></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Compilation with the <code>nightly</code> feature enabled on s390x
now works with the latest nightlies again</li>
<li>Fixed a case of UB in the ARM NEON intrinsic code uncovered by
Miri</li>
</ul>
<h3>Other</h3>
<ul>
<li>CI now test builds all feature combinations on architectures
supported by the SIMD code (aarch64, loongarch64, ppc64le, s390x,
x86_64)</li>
<li>Further, on aarch64, ppc64le, s390x and x86_64 we now also run the
tests with Miri</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/Gelbpunkt/tokio-websockets/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `cxx` from 1.0.190 to 1.0.192
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases">cxx's
releases</a>.</em></p>
<blockquote>
<h2>1.0.192</h2>
<ul>
<li>Add support for <code>Vec&lt;Box&lt;T&gt;&gt;</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>,
thanks <a
href="https://github.com/anforowicz"><code>@​anforowicz</code></a>)</li>
</ul>
<h2>1.0.191</h2>
<ul>
<li>Suppress a GCC 15 warning false-positive in generated C++ code (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/cxx/commit/0d80b351886a00af9a7120369f22a0b7f0affd72"><code>0d80b35</code></a>
Release 1.0.192</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7672ce92923a71ddde033dcab0a8ccb4ab9d6d3e"><code>7672ce9</code></a>
Touch up PR 1681</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7b522fe3356c941b76e7c4669ecc506387cdcd8d"><code>7b522fe</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>
from anforowicz/vec-of-box</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7a9cad2072c005c2b9b248f212bb15c973072a62"><code>7a9cad2</code></a>
Add support for <code>Vec\&lt;Box&lt;T&gt;&gt;</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a>
Avoid duplicate errors for <code>impl UniquePtr\&lt;Vec&lt;u8&gt;&gt;
{}</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/66774a5863325b8625b363e616c75337d7488748"><code>66774a5</code></a>
Replace <code>fn local_type</code> in <code>generics.rs</code> with more
granular functions.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/6ab7caabdf105233f3b1d3e7096144cad36c9acf"><code>6ab7caa</code></a>
Release 1.0.191</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/1e7f23c0204ed18ace54c8f6dd63cb14fc7eca69"><code>1e7f23c</code></a>
Lockfile update</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/133292fd707f589bbbfe6e42030d0a686249638d"><code>133292f</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>
from dtolnay/mismatchnewdelete</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/17ba90c02e34d83734740158a172e0dd85b48d58"><code>17ba90c</code></a>
Ignore GCC 15's new mismatched-new-delete</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.190...1.0.192">compare
view</a></li>
</ul>
</details>
<br />

Updates `cxx-build` from 1.0.190 to 1.0.192
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases">cxx-build's
releases</a>.</em></p>
<blockquote>
<h2>1.0.192</h2>
<ul>
<li>Add support for <code>Vec&lt;Box&lt;T&gt;&gt;</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>,
thanks <a
href="https://github.com/anforowicz"><code>@​anforowicz</code></a>)</li>
</ul>
<h2>1.0.191</h2>
<ul>
<li>Suppress a GCC 15 warning false-positive in generated C++ code (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/cxx/commit/0d80b351886a00af9a7120369f22a0b7f0affd72"><code>0d80b35</code></a>
Release 1.0.192</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7672ce92923a71ddde033dcab0a8ccb4ab9d6d3e"><code>7672ce9</code></a>
Touch up PR 1681</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7b522fe3356c941b76e7c4669ecc506387cdcd8d"><code>7b522fe</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>
from anforowicz/vec-of-box</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7a9cad2072c005c2b9b248f212bb15c973072a62"><code>7a9cad2</code></a>
Add support for <code>Vec\&lt;Box&lt;T&gt;&gt;</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a>
Avoid duplicate errors for <code>impl UniquePtr\&lt;Vec&lt;u8&gt;&gt;
{}</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/66774a5863325b8625b363e616c75337d7488748"><code>66774a5</code></a>
Replace <code>fn local_type</code> in <code>generics.rs</code> with more
granular functions.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/6ab7caabdf105233f3b1d3e7096144cad36c9acf"><code>6ab7caa</code></a>
Release 1.0.191</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/1e7f23c0204ed18ace54c8f6dd63cb14fc7eca69"><code>1e7f23c</code></a>
Lockfile update</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/133292fd707f589bbbfe6e42030d0a686249638d"><code>133292f</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>
from dtolnay/mismatchnewdelete</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/17ba90c02e34d83734740158a172e0dd85b48d58"><code>17ba90c</code></a>
Ignore GCC 15's new mismatched-new-delete</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.190...1.0.192">compare
view</a></li>
</ul>
</details>
<br />


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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
timClicks pushed a commit to accelerant-dev/comprehensive-rust that referenced this pull request Jan 6, 2026
Bumps the patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148`
|
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) |
`0.13.0` | `0.13.1` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.190` | `1.0.192` |
| [cxx-build](https://github.com/dtolnay/cxx) | `1.0.190` | `1.0.192` |

Updates `log` from 0.4.28 to 0.4.29
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.29</h2>
<h2>MSRV</h2>
<p>This release increases <code>log</code>'s MSRV from
<code>1.61.0</code> to <code>1.68.0</code>.</p>
<h2>What's Changed</h2>
<ul>
<li>docs: Add missing impls from README.md by <a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/703">rust-lang/log#703</a></li>
<li>Point to new URLs for favicon and logo by <a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/704">rust-lang/log#704</a></li>
<li>perf: reduce llvm-lines of FromStr for <code>Level</code> and
<code>LevelFilter</code> by <a
href="https://github.com/dishmaker"><code>@​dishmaker</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
<li>Replace serde with serde_core by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/712">rust-lang/log#712</a></li>
<li>Fix clippy lints by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/713">rust-lang/log#713</a></li>
<li>Use GitHub Actions to install Rust and cargo-hack by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/715">rust-lang/log#715</a></li>
<li>Exclude old unstable_kv features from testing matrix by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/716">rust-lang/log#716</a></li>
<li>Fix up CI by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/718">rust-lang/log#718</a></li>
<li>Prepare for 0.4.29 release by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/719">rust-lang/log#719</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/703">rust-lang/log#703</a></li>
<li><a href="https://github.com/dishmaker"><code>@​dishmaker</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.28...0.4.29">https://github.com/rust-lang/log/compare/0.4.28...0.4.29</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.29] - 2025-12-02</h2>
<h2>What's Changed</h2>
<ul>
<li>perf: reduce llvm-lines of FromStr for <code>Level</code> and
<code>LevelFilter</code> by <a
href="https://github.com/dishmaker"><code>@​dishmaker</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
<li>Replace serde with serde_core by <a
href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>
in <a
href="https://redirect.github.com/rust-lang/log/pull/712">rust-lang/log#712</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AldaronLau"><code>@​AldaronLau</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/703">rust-lang/log#703</a></li>
<li><a href="https://github.com/dishmaker"><code>@​dishmaker</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/709">rust-lang/log#709</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.28...0.4.29">https://github.com/rust-lang/log/compare/0.4.28...0.4.29</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/log/commit/b1e2df7bce7a1b685aa9bfd1db0a5cac1f0fc27d"><code>b1e2df7</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/719">#719</a>
from rust-lang/cargo/0.4.29</li>
<li><a
href="https://github.com/rust-lang/log/commit/3fe1a546dc323e614c35d136920a112406910e06"><code>3fe1a54</code></a>
prepare for 0.4.29 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/7a432d9ab570c49d42fcbd1c3b9e1e300064c2b9"><code>7a432d9</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/718">#718</a>
from rust-lang/ci/msrv</li>
<li><a
href="https://github.com/rust-lang/log/commit/0689d568479bb578f66e48df43628cc04aa6269b"><code>0689d56</code></a>
rebump msrv to 1.68.0</li>
<li><a
href="https://github.com/rust-lang/log/commit/46b448e2a76a14210a7270ec11ad97cb9cbda6dc"><code>46b448e</code></a>
try drop msrv back to 1.61.0</li>
<li><a
href="https://github.com/rust-lang/log/commit/929ab3812e86915bb5edb65609cd6d5cb17939fb"><code>929ab38</code></a>
fix up doc test feature gate</li>
<li><a
href="https://github.com/rust-lang/log/commit/957cece4780cb006cbe2f819bd2f893822aad7cb"><code>957cece</code></a>
bump serde-dependent crates</li>
<li><a
href="https://github.com/rust-lang/log/commit/bea40c847c77ecb7b7e9f2d858a21edaa2aa6159"><code>bea40c8</code></a>
bump msrv to 1.68.0</li>
<li><a
href="https://github.com/rust-lang/log/commit/c540184ee9581d7373135f5511b6b174b5cee2d6"><code>c540184</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/716">#716</a>
from rust-lang/ci-smaller-matrix2</li>
<li><a
href="https://github.com/rust-lang/log/commit/c971e636c4b44ff01ff21e6aa82607272d2d0bf2"><code>c971e63</code></a>
Merge branch 'master' into ci-smaller-matrix2</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/log/compare/0.4.28...0.4.29">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.145 to 1.0.148
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.148</h2>
<ul>
<li>Update <code>zmij</code> dependency to 1.0</li>
</ul>
<h2>v1.0.147</h2>
<ul>
<li>Switch float-to-string algorithm from Ryū to Żmij for better f32 and
f64 serialization performance (<a
href="https://redirect.github.com/serde-rs/json/issues/1304">#1304</a>)</li>
</ul>
<h2>v1.0.146</h2>
<ul>
<li>Set fast_arithmetic=64 for riscv64 (<a
href="https://redirect.github.com/serde-rs/json/issues/1305">#1305</a>,
thanks <a
href="https://github.com/Xeonacid"><code>@​Xeonacid</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/8b291c4c5620476d6834c69fbfb24d13a24d4596"><code>8b291c4</code></a>
Release 1.0.148</li>
<li><a
href="https://github.com/serde-rs/json/commit/1aefe152735f1b11ce7f641f8e86448d227163bf"><code>1aefe15</code></a>
Update to zmij 1.0</li>
<li><a
href="https://github.com/serde-rs/json/commit/62d6e8d6158ccc1608fb57d9a8a73cc8d15f5b2a"><code>62d6e8d</code></a>
Release 1.0.147</li>
<li><a
href="https://github.com/serde-rs/json/commit/fd829a65beb37d2db296f1a64c22c25ad508d6d8"><code>fd829a6</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1304">#1304</a>
from dtolnay/zmij</li>
<li><a
href="https://github.com/serde-rs/json/commit/e757a3d8813bfacad8354ae3af89fa19a471da6b"><code>e757a3d</code></a>
Switch from ryu -&gt; zmij for float formatting</li>
<li><a
href="https://github.com/serde-rs/json/commit/75ad7e6b4eb8a26560300d2d7332d6dd8cd5b277"><code>75ad7e6</code></a>
Release 1.0.146</li>
<li><a
href="https://github.com/serde-rs/json/commit/bc6c8276d9597fae216085f940c712f4d4fce4bc"><code>bc6c827</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1305">#1305</a>
from Xeonacid/patch-1</li>
<li><a
href="https://github.com/serde-rs/json/commit/a09210adf529842b912db6f69ad9858ad2f90e16"><code>a09210a</code></a>
Set fast_arithmetic=64 for riscv64</li>
<li><a
href="https://github.com/serde-rs/json/commit/01182e54b5dbadee79696bd472b67391e92679af"><code>01182e5</code></a>
Update actions/upload-artifact@v5 -&gt; v6</li>
<li><a
href="https://github.com/serde-rs/json/commit/383b13a45feb2955236735397c53218acd4da515"><code>383b13a</code></a>
Update actions/upload-artifact@v4 -&gt; v5</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.145...v1.0.148">compare
view</a></li>
</ul>
</details>
<br />

Updates `tokio-websockets` from 0.13.0 to 0.13.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md">tokio-websockets's
changelog</a>.</em></p>
<blockquote>
<h2>[0.13.1] - 2025-12-28</h2>
<h3>Added</h3>
<ul>
<li>The new <code>WebSocketStream::into_inner</code> method discards the
WebSocket stream and provides you with the raw underlying I/O</li>
<li>It is now possible to add custom headers to the built-in server's
Switching Protocols response via
<code>ServerBuilder::add_header</code></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Compilation with the <code>nightly</code> feature enabled on s390x
now works with the latest nightlies again</li>
<li>Fixed a case of UB in the ARM NEON intrinsic code uncovered by
Miri</li>
</ul>
<h3>Other</h3>
<ul>
<li>CI now test builds all feature combinations on architectures
supported by the SIMD code (aarch64, loongarch64, ppc64le, s390x,
x86_64)</li>
<li>Further, on aarch64, ppc64le, s390x and x86_64 we now also run the
tests with Miri</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/Gelbpunkt/tokio-websockets/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `cxx` from 1.0.190 to 1.0.192
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases">cxx's
releases</a>.</em></p>
<blockquote>
<h2>1.0.192</h2>
<ul>
<li>Add support for <code>Vec&lt;Box&lt;T&gt;&gt;</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>,
thanks <a
href="https://github.com/anforowicz"><code>@​anforowicz</code></a>)</li>
</ul>
<h2>1.0.191</h2>
<ul>
<li>Suppress a GCC 15 warning false-positive in generated C++ code (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/cxx/commit/0d80b351886a00af9a7120369f22a0b7f0affd72"><code>0d80b35</code></a>
Release 1.0.192</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7672ce92923a71ddde033dcab0a8ccb4ab9d6d3e"><code>7672ce9</code></a>
Touch up PR 1681</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7b522fe3356c941b76e7c4669ecc506387cdcd8d"><code>7b522fe</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>
from anforowicz/vec-of-box</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7a9cad2072c005c2b9b248f212bb15c973072a62"><code>7a9cad2</code></a>
Add support for <code>Vec\&lt;Box&lt;T&gt;&gt;</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a>
Avoid duplicate errors for <code>impl UniquePtr\&lt;Vec&lt;u8&gt;&gt;
{}</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/66774a5863325b8625b363e616c75337d7488748"><code>66774a5</code></a>
Replace <code>fn local_type</code> in <code>generics.rs</code> with more
granular functions.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/6ab7caabdf105233f3b1d3e7096144cad36c9acf"><code>6ab7caa</code></a>
Release 1.0.191</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/1e7f23c0204ed18ace54c8f6dd63cb14fc7eca69"><code>1e7f23c</code></a>
Lockfile update</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/133292fd707f589bbbfe6e42030d0a686249638d"><code>133292f</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>
from dtolnay/mismatchnewdelete</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/17ba90c02e34d83734740158a172e0dd85b48d58"><code>17ba90c</code></a>
Ignore GCC 15's new mismatched-new-delete</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.190...1.0.192">compare
view</a></li>
</ul>
</details>
<br />

Updates `cxx-build` from 1.0.190 to 1.0.192
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/cxx/releases">cxx-build's
releases</a>.</em></p>
<blockquote>
<h2>1.0.192</h2>
<ul>
<li>Add support for <code>Vec&lt;Box&lt;T&gt;&gt;</code> (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>,
thanks <a
href="https://github.com/anforowicz"><code>@​anforowicz</code></a>)</li>
</ul>
<h2>1.0.191</h2>
<ul>
<li>Suppress a GCC 15 warning false-positive in generated C++ code (<a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/cxx/commit/0d80b351886a00af9a7120369f22a0b7f0affd72"><code>0d80b35</code></a>
Release 1.0.192</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7672ce92923a71ddde033dcab0a8ccb4ab9d6d3e"><code>7672ce9</code></a>
Touch up PR 1681</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7b522fe3356c941b76e7c4669ecc506387cdcd8d"><code>7b522fe</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1681">#1681</a>
from anforowicz/vec-of-box</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/7a9cad2072c005c2b9b248f212bb15c973072a62"><code>7a9cad2</code></a>
Add support for <code>Vec\&lt;Box&lt;T&gt;&gt;</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a>
Avoid duplicate errors for <code>impl UniquePtr\&lt;Vec&lt;u8&gt;&gt;
{}</code>.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/66774a5863325b8625b363e616c75337d7488748"><code>66774a5</code></a>
Replace <code>fn local_type</code> in <code>generics.rs</code> with more
granular functions.</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/6ab7caabdf105233f3b1d3e7096144cad36c9acf"><code>6ab7caa</code></a>
Release 1.0.191</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/1e7f23c0204ed18ace54c8f6dd63cb14fc7eca69"><code>1e7f23c</code></a>
Lockfile update</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/133292fd707f589bbbfe6e42030d0a686249638d"><code>133292f</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/cxx/issues/1686">#1686</a>
from dtolnay/mismatchnewdelete</li>
<li><a
href="https://github.com/dtolnay/cxx/commit/17ba90c02e34d83734740158a172e0dd85b48d58"><code>17ba90c</code></a>
Ignore GCC 15's new mismatched-new-delete</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/cxx/compare/1.0.190...1.0.192">compare
view</a></li>
</ul>
</details>
<br />


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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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