-
Notifications
You must be signed in to change notification settings - Fork 2k
cargo: bump the patch group with 5 updates #3011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
de60010 to
7ba3c71
Compare
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>
7ba3c71 to
9c2b5d4
Compare
gribozavr
approved these changes
Jan 1, 2026
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 -> 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 -> v6</li> <li><a href="https://github.com/serde-rs/json/commit/383b13a45feb2955236735397c53218acd4da515"><code>383b13a</code></a> Update actions/upload-artifact@v4 -> 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<Box<T>></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\<Box<T>></code>.</li> <li><a href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a> Avoid duplicate errors for <code>impl UniquePtr\<Vec<u8>> {}</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<Box<T>></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\<Box<T>></code>.</li> <li><a href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a> Avoid duplicate errors for <code>impl UniquePtr\<Vec<u8>> {}</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 -> 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 -> v6</li> <li><a href="https://github.com/serde-rs/json/commit/383b13a45feb2955236735397c53218acd4da515"><code>383b13a</code></a> Update actions/upload-artifact@v4 -> 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<Box<T>></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\<Box<T>></code>.</li> <li><a href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a> Avoid duplicate errors for <code>impl UniquePtr\<Vec<u8>> {}</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<Box<T>></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\<Box<T>></code>.</li> <li><a href="https://github.com/dtolnay/cxx/commit/de37eeb83bf301f874b21904fa24ce3400095037"><code>de37eeb</code></a> Avoid duplicate errors for <code>impl UniquePtr\<Vec<u8>> {}</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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the patch group with 5 updates:
0.4.280.4.291.0.1451.0.1480.13.00.13.11.0.1901.0.1921.0.1901.0.192Updates
logfrom 0.4.28 to 0.4.29Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
b1e2df7Merge pull request #719 from rust-lang/cargo/0.4.293fe1a54prepare for 0.4.29 release7a432d9Merge pull request #718 from rust-lang/ci/msrv0689d56rebump msrv to 1.68.046b448etry drop msrv back to 1.61.0929ab38fix up doc test feature gate957cecebump serde-dependent cratesbea40c8bump msrv to 1.68.0c540184Merge pull request #716 from rust-lang/ci-smaller-matrix2c971e63Merge branch 'master' into ci-smaller-matrix2Updates
serde_jsonfrom 1.0.145 to 1.0.148Release notes
Sourced from serde_json's releases.
Commits
8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146bc6c827Merge pull request #1305 from Xeonacid/patch-1a09210aSet fast_arithmetic=64 for riscv6401182e5Update actions/upload-artifact@v5 -> v6383b13aUpdate actions/upload-artifact@v4 -> v5Updates
tokio-websocketsfrom 0.13.0 to 0.13.1Changelog
Sourced from tokio-websockets's changelog.
Commits
Updates
cxxfrom 1.0.190 to 1.0.192Release notes
Sourced from cxx's releases.
Commits
0d80b35Release 1.0.1927672ce9Touch up PR 16817b522feMerge pull request #1681 from anforowicz/vec-of-box7a9cad2Add support forVec\<Box<T>>.de37eebAvoid duplicate errors forimpl UniquePtr\<Vec<u8>> {}.66774a5Replacefn local_typeingenerics.rswith more granular functions.6ab7caaRelease 1.0.1911e7f23cLockfile update133292fMerge pull request #1686 from dtolnay/mismatchnewdelete17ba90cIgnore GCC 15's new mismatched-new-deleteUpdates
cxx-buildfrom 1.0.190 to 1.0.192Release notes
Sourced from cxx-build's releases.
Commits
0d80b35Release 1.0.1927672ce9Touch up PR 16817b522feMerge pull request #1681 from anforowicz/vec-of-box7a9cad2Add support forVec\<Box<T>>.de37eebAvoid duplicate errors forimpl UniquePtr\<Vec<u8>> {}.66774a5Replacefn local_typeingenerics.rswith more granular functions.6ab7caaRelease 1.0.1911e7f23cLockfile update133292fMerge pull request #1686 from dtolnay/mismatchnewdelete17ba90cIgnore GCC 15's new mismatched-new-deleteDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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