Bump the non-breaking group with 5 updates#377
Bumps the non-breaking group with 5 updates: | Package | From | To | | --- | --- | --- | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.22.0` | `1.23.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.44.2` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.15` | | [miette](https://github.com/zkat/miette) | `7.5.0` | `7.6.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.100` | `2.0.101` | Updates `bytemuck` from 1.22.0 to 1.23.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Lokathor/bytemuck/blob/main/changelog.md">bytemuck's changelog</a>.</em></p> <blockquote> <h1><code>bytemuck</code> changelog</h1> <h2>1.23</h2> <ul> <li><code>impl_core_error</code> crate feature adds <code>core::error::Error</code> impl.</li> <li>More <code>ZeroableInOption</code> impls.</li> </ul> <h2>1.22</h2> <ul> <li>Add the <code>pod_saturating</code> feature, which adds <code>Pod</code> impls for <code>Saturating<T></code> when <code>T</code> is already <code>Pod</code>.</li> <li>A bump in the minimum <code>bytemuck_derive</code> dependency from 1.4.0 to 1.4.1 to avoid a bug if you have a truly ancient <code>cargo.lock</code> file sitting around.</li> <li>Adds <code>Send</code> and <code>Sync</code> impls to <code>BoxBytes</code>.</li> </ul> <h2>1.21</h2> <ul> <li>Implement <code>Pod</code> and <code>Zeroable</code> for <code>core::arch::{x86, x86_64}::__m512</code>, <code>__m512d</code> and <code>__m512i</code> without nightly. Requires Rust 1.72, and is gated through the <code>avx512_simd</code> cargo feature.</li> <li>Allow the use of <code>must_cast_mut</code> and <code>must_cast_slice_mut</code> in const contexts. Requires Rust 1.83, and is gated through the <code>must_cast_extra</code> cargo feature.</li> <li>internal: introduced the <code>maybe_const_fn</code> macro that allows defining some function to be const depending upon some <code>cfg</code> predicate.</li> </ul> <h2>1.20</h2> <ul> <li>New functions to allocate zeroed <code>Arc</code> and <code>Rc</code>. Requires Rust 1.82</li> <li><code>TransparentWrapper</code> impls for <code>core::cmp::Reverse</code> and <code>core::num::Saturating</code>.</li> <li>internal: Simplified the library's <code>fill_zeroes</code> calls to <code>write_bytes</code></li> </ul> <h2>1.19</h2> <ul> <li>Adds the <code>#[track_caller]</code> attribute to functions which may panic.</li> </ul> <h2>1.18</h2> <ul> <li>Adds the <code>latest_stable_rust</code> cargo feature, which is a blanket feature that turns all other features on that are both sound and compatible with Stable rust.</li> </ul> <h2>1.17.1</h2> <ul> <li>Adds <code>#[repr(C)]</code> to the <code>union Transmute<A, B></code> type that's used internally for most of the transmutations.</li> </ul> <h2>1.17.0</h2> <ul> <li>Makes the <code>must_cast</code> versions of the by-value and by-ref casts be <code>const</code>. The mut ref cast is unaffected for now (mut references aren't yet stable in <code>const fn</code>). This increases the MSRV of using that particular feature from 1.57 to 1.64.</li> </ul> <h2>1.16.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lokathor/bytemuck/commit/028ff3bec68ab9c123dc578b74a7af4a72a37609"><code>028ff3b</code></a> chore: Release bytemuck version 1.23.0</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/343f34ff9ef4084bb06516862d6e24f43172ca85"><code>343f34f</code></a> changelog</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/90db36000f622d0a9c5b678812ccadd96823248a"><code>90db360</code></a> Impl core's Error trait on Rust 1.81+ (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/311">#311</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/ede91413f72e77b8e061a6da1da2bc6df739b3a2"><code>ede9141</code></a> Set rust version for <code>bytemuck_derive</code> to 1.61 (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/310">#310</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/46d0910f3a3a9850319a2f64291407b2289493e4"><code>46d0910</code></a> Extend <a href="https://redirect.github.com/Lokathor/bytemuck/issues/308">#308</a> with <code>-unwind</code> support (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/309">#309</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/6751adc3e40aa71ee22abfd19b97769b40d1f280"><code>6751adc</code></a> Impl ZeroablInOption for several function types. (<a href="https://redirect.github.com/Lokathor/bytemuck/issues/308">#308</a>)</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/66569e6cc7b3c7a7edadeb80219aa23386ed7554"><code>66569e6</code></a> chore: Release bytemuck_derive version 1.9.2</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/5c301b1ddd02afe41d6ccf37396630da415f7457"><code>5c301b1</code></a> remove resolver from the Cargo.toml</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/3053413e55eb300caf8a2254e37928c5270b3bc0"><code>3053413</code></a> update the .cargo/config.toml to use the "stable rust" feature.</li> <li><a href="https://github.com/Lokathor/bytemuck/commit/9b087bb7e5192b71a3e0ec49571a60106266f0a5"><code>9b087bb</code></a> chore: Release bytemuck_derive version 1.9.1</li> <li>Additional commits viewable in <a href="https://github.com/Lokathor/bytemuck/compare/v1.22.0...v1.23.0">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.44.1 to 1.44.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.44.2</h2> <p>This release fixes a soundness issue in the broadcast channel. The channel accepts values that are <code>Send</code> but <code>!Sync</code>. Previously, the channel called <code>clone()</code> on these values without synchronizing. This release fixes the channel by synchronizing calls to <code>.clone()</code> (Thanks Austin Bonander for finding and reporting the issue).</p> <h3>Fixed</h3> <ul> <li>sync: synchronize <code>clone()</code> call in broadcast channel (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7232">#7232</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/7232">#7232</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7232">tokio-rs/tokio#7232</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/ec4b1d7215a3e1e91797ad3fb6ba0f7c7f3d2566"><code>ec4b1d7</code></a> chore: forward port 1.43.x</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e3c3a56718d201fb7bb430567f05fbb64b2ef082"><code>e3c3a56</code></a> Merge branch 'tokio-1.43.x' into forward-port-1.43.x</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a7b658c35bd40f6811e557aeb97cbb361b612c56"><code>a7b658c</code></a> chore: prepare Tokio v1.43.1 release</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c1c8d1033d637d7027fdc137ec8008c5801cbc0d"><code>c1c8d10</code></a> Merge remote-tracking branch 'origin/tokio-1.38.x' into forward-port-1.38.x</li> <li><a href="https://github.com/tokio-rs/tokio/commit/aa303bc2051f7c21b48bb7bfcafe8fd4f39afd21"><code>aa303bc</code></a> chore: prepare Tokio v1.38.2 release</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7b6ccb515ff067151ed62db835f735e5653f8784"><code>7b6ccb5</code></a> chore: backport CI fixes</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4b174ce2c95fe1d1a217917db93fcc935e17e0da"><code>4b174ce</code></a> sync: fix cloning value when receiving from broadcast channel</li> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2">compare view</a></li> </ul> </details> <br /> Updates `tokio-util` from 0.7.14 to 0.7.15 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/4d4d12613bb30f6b550421d6ce2c2c54eb5d341d"><code>4d4d126</code></a> chore: prepare tokio-util v0.7.15 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7283">#7283</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5490267a79a894c22cc014367e0fcd43f4ad2bb6"><code>5490267</code></a> fs: update the mockall dev dependency to 0.13.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7234">#7234</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1434b32b5a0df3b38a0d588485cd9a20a8e92a89"><code>1434b32</code></a> examples: improve echo example consistency (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7256">#7256</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/159a3b2c8587cd12ad54eb16489dad6eb674d4ca"><code>159a3b2</code></a> rt(unstable): remove alt multi-threaded runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7275">#7275</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ce87dcfbf08dc5330386433c1e62229a3c4d5571"><code>ce87dcf</code></a> runtime: document the queue behavior of <code>spawn_blocking</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7269">#7269</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d41d49d202708a6846e5de023962a8ee17358ba6"><code>d41d49d</code></a> metrics: fix panic comment in <code>max_error</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7273">#7273</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7a6c424f6e07d79e7c029866ed601bb948aba10a"><code>7a6c424</code></a> process: add <code>Command::spawn_with</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7249">#7249</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c3037adac90fbbf92a160b970f38e50b66936b4c"><code>c3037ad</code></a> task: properly handle removed entries in <code>JoinMap</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7264">#7264</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/964fd06e0f215b26c4d969bc09e11299a29d6e11"><code>964fd06</code></a> benches: add helper functions for building runtimes (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7260">#7260</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/817fa605ee6a2549fe8e6057ec23a8309d42d2e9"><code>817fa60</code></a> fs: avoid some copies in <code>tokio::fs::write</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7199">#7199</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.14...tokio-util-0.7.15">compare view</a></li> </ul> </details> <br /> Updates `miette` from 7.5.0 to 7.6.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zkat/miette/blob/main/CHANGELOG.md">miette's changelog</a>.</em></p> <blockquote> <h2>7.6.0 (2025-04-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>graphical:</strong> prevent leading newline when no link/code (<a href="https://redirect.github.com/zkat/miette/issues/418">#418</a>) (<a href="https://github.com/zkat/miette/commit/1e1938a099409969c69b9f070e0fb0d13d564527">1e1938a0</a>)</li> <li><strong>clippy:</strong> elide lifetimes (<a href="https://redirect.github.com/zkat/miette/issues/423">#423</a>) (<a href="https://github.com/zkat/miette/commit/9ba6fad7694c1271f287b8f659a857c4ff540a55">9ba6fad7</a>)</li> <li><strong>highlight:</strong> increase syntax highlighter config priority (<a href="https://redirect.github.com/zkat/miette/issues/424">#424</a>) (<a href="https://github.com/zkat/miette/commit/58d9f12411e7d3d6d580eb219ea32321e6918d79">58d9f124</a>)</li> <li><strong>deps:</strong> miette can now be used without syn (<a href="https://redirect.github.com/zkat/miette/issues/436">#436</a>) (<a href="https://github.com/zkat/miette/commit/521ef91f77a143eb5cedfa1344428b804802179d">521ef91f</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>graphical:</strong> support rendering related diagnostics as nested (<a href="https://redirect.github.com/zkat/miette/issues/417">#417</a>) (<a href="https://github.com/zkat/miette/commit/771a07519f078b94aceb1a2d2532d786f09f350b">771a0751</a>)</li> <li><strong>labels:</strong> add support for disabling the primary label line/col information (<a href="https://redirect.github.com/zkat/miette/issues/419">#419</a>) (<a href="https://github.com/zkat/miette/commit/f2ef693d1ce7230e6b9f12805f018f095534b441">f2ef693d</a>)</li> <li><strong>deps:</strong> update <code>thiserror</code> from 1.0.56 to 2.0.11 (<a href="https://redirect.github.com/zkat/miette/issues/426">#426</a>) (<a href="https://github.com/zkat/miette/commit/59c81617de8650a6ff3b193b41b4297e560726a0">59c81617</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/zkat/miette/commits/miette-derive-v7.6.0">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.100 to 2.0.101 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.101</h2> <ul> <li>Improve TypeGenerics::as_turbofish to return longer-lived return value (<a href="https://redirect.github.com/dtolnay/syn/issues/1861">#1861</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/58336a3fb49b63aae0ae2e708a69167543ff0e97"><code>58336a3</code></a> Release 2.0.101</li> <li><a href="https://github.com/dtolnay/syn/commit/f1612cc7ccb6b8fc34c4cd95fdb44f87dc93161a"><code>f1612cc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1861">#1861</a> from JakobDegen/turbofish</li> <li><a href="https://github.com/dtolnay/syn/commit/d04eea1637099b2b707b83b47dcc83ae8df50b5b"><code>d04eea1</code></a> Fix lifetime on <code>as_turbofish</code></li> <li><a href="https://github.com/dtolnay/syn/commit/432b303bd47c887499f7989e5086faacea83808a"><code>432b303</code></a> Resolve renamed_and_removed_lints warning about match_on_vec_items</li> <li><a href="https://github.com/dtolnay/syn/commit/1353d60a3af0c5e3d07c367cde1b71b1c10d152f"><code>1353d60</code></a> Update test suite to nightly-2025-04-08</li> <li><a href="https://github.com/dtolnay/syn/commit/3980ff22bb773f190f98539c63e3c932b12d2909"><code>3980ff2</code></a> Improve wording of comment in advance_to implementation</li> <li><a href="https://github.com/dtolnay/syn/commit/8328b52319357fe634387e9d7e09abae99dd73b9"><code>8328b52</code></a> Update test suite to nightly-2025-04-05</li> <li><a href="https://github.com/dtolnay/syn/commit/1d2e2be40e8af94d10e0ba0922a601454b26ecb4"><code>1d2e2be</code></a> Update test suite to nightly-2025-04-03</li> <li><a href="https://github.com/dtolnay/syn/commit/2400946a734edf6c99d9f180cfb97fee0d4baa03"><code>2400946</code></a> Update test suite to nightly-2025-04-02</li> <li><a href="https://github.com/dtolnay/syn/commit/114a629a7a142bce7c459817a080b996a05b6f2b"><code>114a629</code></a> Update test suite to nightly-2025-03-27</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.100...2.0.101">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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.