May the code be with you 👻
Bumps the deps group with 11 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.44.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.37` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.71` | `0.10.72` | | [pyo3](https://github.com/pyo3/pyo3) | `0.24.1` | `0.24.2` | | [rand](https://github.com/rust-random/rand) | `0.9.0` | `0.9.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.2.0` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.8` | `2.2.10` | | [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.30.0` | 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 `clap` from 4.5.35 to 4.5.37 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.37</h2> <h2>[4.5.37] - 2025-04-18</h2> <h3>Features</h3> <ul> <li>Added <code>ArgMatches::try_clear_id()</code></li> </ul> <h2>v4.5.36</h2> <h2>[4.5.36] - 2025-04-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Revert 4.5.35's "Don't leave space for shorts if there are none" for now</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.37] - 2025-04-18</h2> <h3>Features</h3> <ul> <li>Added <code>ArgMatches::try_clear_id()</code></li> </ul> <h2>[4.5.36] - 2025-04-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Revert 4.5.35's "Don't leave space for shorts if there are none" for now</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/c54ffa17f5f42aa805342a97ade74bb224f68d0c"><code>c54ffa1</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/26eab7b4e5b909f440b5d85321e2ab67c7f3f42f"><code>26eab7b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/f275804c235a7db42f0b0ce4837ada865bd29fd5"><code>f275804</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5805">#5805</a> from epage/style</li> <li><a href="https://github.com/clap-rs/clap/commit/7c7742cae8b88fd11ec1f4cadbb49713cc03063a"><code>7c7742c</code></a> fix(complete): Adjust dynamic for MSRV</li> <li><a href="https://github.com/clap-rs/clap/commit/f1ae3c0e4942a82327970dbf4acbfdb41d431808"><code>f1ae3c0</code></a> style: Make clippy happy</li> <li><a href="https://github.com/clap-rs/clap/commit/5c932b7079f0a7861514c20a4cd2b6c56897bff7"><code>5c932b7</code></a> chore(deps): Update Rust crate divan to v0.1.15 (<a href="https://redirect.github.com/clap-rs/clap/issues/5798">#5798</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/bc0537f58925a0c293f805b692d847141a3db430"><code>bc0537f</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/clap-rs/clap/issues/5797">#5797</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/7a6475e3c1ac68f810c50c6c1507a85bc9aa82fa"><code>7a6475e</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/0266c4197f6e700376663bf30627acb986b28cf6"><code>0266c41</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6ec0b43448c9a4f9d744d42a2c96068f3ca66a79"><code>6ec0b43</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5791">#5791</a> from okapia/zsh-default-fallback</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.35...clap_complete-v4.5.37">compare view</a></li> </ul> </details> <br /> Updates `openssl` from 0.10.71 to 0.10.72 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sfackler/rust-openssl/releases">openssl's releases</a>.</em></p> <blockquote> <h2>openssl-v0.10.72</h2> <h2>What's Changed</h2> <ul> <li>make set_rsa_oaep_md visible to boringssl config by <a href="https://github.com/frncs-rss"><code>@frncs-rss</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2372">sfackler/rust-openssl#2372</a></li> <li>Fix typo in openssl-sys build script by <a href="https://github.com/rushilmehra"><code>@rushilmehra</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2375">sfackler/rust-openssl#2375</a></li> <li>Unify the two BoringSSL codepaths a bit and simplify init by <a href="https://github.com/davidben"><code>@davidben</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2377">sfackler/rust-openssl#2377</a></li> <li>pkey_ctx: Fix link to the corresponding OpenSSL function by <a href="https://github.com/Jakuje"><code>@Jakuje</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2378">sfackler/rust-openssl#2378</a></li> <li>fix test on MSRV by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2383">sfackler/rust-openssl#2383</a></li> <li>Add support for AWS-LC to openssl and openssl-sys crates by <a href="https://github.com/skmcgrail"><code>@skmcgrail</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1805">sfackler/rust-openssl#1805</a></li> <li>Enable additional capabilities for AWS-LC by <a href="https://github.com/skmcgrail"><code>@skmcgrail</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2386">sfackler/rust-openssl#2386</a></li> <li>Use --experimental with bindgen-cli with aws-lc build by <a href="https://github.com/skmcgrail"><code>@skmcgrail</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2389">sfackler/rust-openssl#2389</a></li> <li>Fixed two UAFs and bumped versions for release by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2390">sfackler/rust-openssl#2390</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jakuje"><code>@Jakuje</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2378">sfackler/rust-openssl#2378</a></li> <li><a href="https://github.com/skmcgrail"><code>@skmcgrail</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1805">sfackler/rust-openssl#1805</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-openssl/commit/87085bd67896b7f92e6de35d081f607a334beae4"><code>87085bd</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/2390">#2390</a> from alex/uaf-fix</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/d1a12e21573e95727b2e38b8b65273cb389be7e4"><code>d1a12e2</code></a> Fixed two UAFs and bumped versions for release</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/7c7b2e6c9f95e77e56ab37af70b16de75beff387"><code>7c7b2e6</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/2389">#2389</a> from skmcgrail/aws-lc-follow-up</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/34a477bff20cbe43492915338d3c12597430c345"><code>34a477b</code></a> Use --experimental with bindgen-cli with aws-lc build</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/d4bf0710640e4725b8b237968040aef3e5f4ab9a"><code>d4bf071</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/2386">#2386</a> from skmcgrail/aws-lc-follow-up</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/a86bf670c4cba3ee5531838b52419356791d966e"><code>a86bf67</code></a> Remove comment</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/705dbfb2ee3f2d7151ff313d840bf558435d4379"><code>705dbfb</code></a> Fix test</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/e0df413d46a89303c42e15bf7d4566193b242466"><code>e0df413</code></a> Skip final call for LibreSSL 4.1.0 for CCM mode</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/2f1164b5e838d3665dd10a9fac19e22174289ea3"><code>2f1164b</code></a> Enable additional capabilities for AWS-LC</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/dde9ffb36071249ff98474eec853fd830aea44f5"><code>dde9ffb</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1805">#1805</a> from skmcgrail/aws-lc-support-final</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72">compare view</a></li> </ul> </details> <br /> Updates `pyo3` from 0.24.1 to 0.24.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyo3/pyo3/releases">pyo3's releases</a>.</em></p> <blockquote> <h2>PyO3 0.24.2</h2> <p>This is a small patch release containing minor bugfixes and documentation improvements, including an unused imports lint warning raised from inside PyO3's proc macros.</p> <p>Thank you to the following contributors for the improvements:</p> <p><a href="https://github.com/davidbrochart"><code>@davidbrochart</code></a> <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> <a href="https://github.com/ddelange"><code>@ddelange</code></a> <a href="https://github.com/decathorpe"><code>@decathorpe</code></a> <a href="https://github.com/hgmich"><code>@hgmich</code></a> <a href="https://github.com/Icxolu"><code>@Icxolu</code></a> <a href="https://github.com/n-eq"><code>@n-eq</code></a> <a href="https://github.com/Tpt"><code>@Tpt</code></a> <a href="https://github.com/trim21"><code>@trim21</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md">pyo3's changelog</a>.</em></p> <blockquote> <h2>[0.24.2] - 2025-04-21</h2> <h3>Fixed</h3> <ul> <li>Fix <code>unused_imports</code> lint of <code>#[pyfunction]</code> and <code>#[pymethods]</code> expanded in <code>macro_rules</code> context. <a href="https://redirect.github.com/PyO3/pyo3/pull/5030">#5030</a></li> <li>Fix size of <code>PyCodeObject::_co_instrumentation_version</code> ffi struct member on Python 3.13 for systems where <code>uintptr_t</code> is not 64 bits. <a href="https://redirect.github.com/PyO3/pyo3/pull/5048">#5048</a></li> <li>Fix struct-type complex enum variant fields incorrectly exposing raw identifiers as <code>r#ident</code> in Python bindings. <a href="https://redirect.github.com/PyO3/pyo3/pull/5050">#5050</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/pyo3/commit/3e6bdce273ba4d9a480296b1d4c5a80b23e1b520"><code>3e6bdce</code></a> release: 0.24.2</li> <li><a href="https://github.com/PyO3/pyo3/commit/bc26a06346b2ce2d9686a71de3ca4cc0fb452a4d"><code>bc26a06</code></a> Unraw complex struct enum field python names (<a href="https://redirect.github.com/pyo3/pyo3/issues/5050">#5050</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/345735bb5376f7c07cb272212c698c716e086018"><code>345735b</code></a> docs: Update building-and-distribution.md (<a href="https://redirect.github.com/pyo3/pyo3/issues/5060">#5060</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/5d852d93c4832a185aa4c0726d60b5fbb6f187d9"><code>5d852d9</code></a> ci: release cargo crate from git tag (<a href="https://redirect.github.com/pyo3/pyo3/issues/5027">#5027</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/4197614259786aa708d0cec0bb5e79dd9df24fc2"><code>4197614</code></a> ci: do not require changelog for ci (<a href="https://redirect.github.com/pyo3/pyo3/issues/5058">#5058</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/e876f1780ce15ccdd604ff23a27ea8a6bd2f3195"><code>e876f17</code></a> silence <code>ffi-check</code> for private <code>_PyCoLineInstrumentationData</code> on 3.13 (<a href="https://redirect.github.com/pyo3/pyo3/issues/5063">#5063</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/a177916604c6a9baed9031244726f709568c6d55"><code>a177916</code></a> ci: change default Python version to 3.13 (<a href="https://redirect.github.com/pyo3/pyo3/issues/5048">#5048</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/81008e16a815d1dba8d2f50e6445d8a5d83915cb"><code>81008e1</code></a> fix clippy lint on 1.87 beta</li> <li><a href="https://github.com/PyO3/pyo3/commit/4732b60b7c5be3ac7ac020002d5f9f2e0a417a62"><code>4732b60</code></a> docs: add blake3-py to Examples in README.md (<a href="https://redirect.github.com/pyo3/pyo3/issues/5028">#5028</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/7b64fa160ebe57a2dfd1e735f41fb4e33c0b2b77"><code>7b64fa1</code></a> Makes Clippy beta happy (<a href="https://redirect.github.com/pyo3/pyo3/issues/5032">#5032</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyo3/pyo3/compare/v0.24.1...v0.24.2">compare view</a></li> </ul> </details> <br /> Updates `rand` from 0.9.0 to 0.9.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand's changelog</a>.</em></p> <blockquote> <h2>[0.9.1] - 2025-04-17</h2> <h3>Security and unsafe</h3> <ul> <li>Revise "not a crypto library" policy again (<a href="https://redirect.github.com/rust-random/rand/issues/1565">#1565</a>)</li> <li>Remove <code>zerocopy</code> dependency from <code>rand</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1579">#1579</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Fix feature <code>simd_support</code> for recent nightly rust (<a href="https://redirect.github.com/rust-random/rand/issues/1586">#1586</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Allow <code>fn rand::seq::index::sample_weighted</code> and <code>fn IndexedRandom::choose_multiple_weighted</code> to return fewer than <code>amount</code> results (<a href="https://redirect.github.com/rust-random/rand/issues/1623">#1623</a>), reverting an undocumented change (<a href="https://redirect.github.com/rust-random/rand/issues/1382">#1382</a>) to the previous release.</li> </ul> <h3>Additions</h3> <ul> <li>Add <code>rand::distr::Alphabetic</code> distribution. (<a href="https://redirect.github.com/rust-random/rand/issues/1587">#1587</a>)</li> <li>Re-export <code>rand_core</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1604">#1604</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/ec6d5c06a5384c14563a2164bb4a038100a5bb78"><code>ec6d5c0</code></a> Prepare rand_core v0.9.1 (<a href="https://redirect.github.com/rust-random/rand/issues/1591">#1591</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/6a06056e8a892bfa181ec24a8ea16aa9f2fe97d3"><code>6a06056</code></a> rand_core: introduce an UnwrapMut wrapper (<a href="https://redirect.github.com/rust-random/rand/issues/1589">#1589</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/8929123b4d5abb7cae349c5f8213bf2fa8583821"><code>8929123</code></a> Add <code>Alphabetic</code> distribution (<a href="https://redirect.github.com/rust-random/rand/issues/1587">#1587</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/06b16426bd1431e164247c8bdf109cedb67213f7"><code>06b1642</code></a> Remove unnecessary underscore from `impl<T, const N: usize> Distribution<[T; ...</li> <li><a href="https://github.com/rust-random/rand/commit/49d76cd7b4a318114cff22494997c73a56ffd95c"><code>49d76cd</code></a> rename extract to extract_lane (<a href="https://redirect.github.com/rust-random/rand/issues/1586">#1586</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/e0a70fd8be09196bcaf4a86e732bce501b42ef86"><code>e0a70fd</code></a> Change to use <code>array::from_fn</code> in <code>Distribution\<[T; N]> for StandardUniform</code> ...</li> <li><a href="https://github.com/rust-random/rand/commit/0bc3f652c4500406b343a517e058caedd1f095a9"><code>0bc3f65</code></a> Move rand distr (<a href="https://redirect.github.com/rust-random/rand/issues/1577">#1577</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/2677c49960e3a3fc2f1a8df90c1d7104089903f2"><code>2677c49</code></a> Revise "not a crypto library" policy and SECURITY.md (<a href="https://redirect.github.com/rust-random/rand/issues/1565">#1565</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/bfd1826c36c441236f218af478edd794bca7f23a"><code>bfd1826</code></a> SeedableRng docs: add note on (lack of) reproducibility (<a href="https://redirect.github.com/rust-random/rand/issues/1572">#1572</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/c01aee7a138ff77657782069771bb11f120318d7"><code>c01aee7</code></a> Fix some links (<a href="https://redirect.github.com/rust-random/rand/issues/1571">#1571</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/0.9.0...rand_core-0.9.1">compare view</a></li> </ul> </details> <br /> Updates `toml` from 0.8.20 to 0.8.22 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/6922da374c6cf2783101cb5be7cf058bd40f80f6"><code>6922da3</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/fbf0a9298c076c687f6f102622b452b38b32d8c8"><code>fbf0a92</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/83588b36102294f583061af2b95f2a9492776be9"><code>83588b3</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/878">#878</a> from epage/w1</li> <li><a href="https://github.com/toml-rs/toml/commit/eeb885ceb5db5add960585170580916bf12464e8"><code>eeb885c</code></a> fix(serde): Skip fields with newtypes wrapping None</li> <li><a href="https://github.com/toml-rs/toml/commit/3c305c72fa39772d02b19e1eac36e4d1486af1fa"><code>3c305c7</code></a> test(serde): Show NewType(None) behavior</li> <li><a href="https://github.com/toml-rs/toml/commit/7bd5eafbd73fc2c695f6430d0ce0ce89ad2eedc3"><code>7bd5eaf</code></a> test(serde): Group None tests</li> <li><a href="https://github.com/toml-rs/toml/commit/388cfa3856baa878d0b06b9fe13106fd193d6215"><code>388cfa3</code></a> chore(deps): Update toml-test (<a href="https://redirect.github.com/toml-rs/toml/issues/877">#877</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/a025b847977c51b62dfedb155ca89bfa8fe2fc7d"><code>a025b84</code></a> refactor(edit): Change ser none tracking to mut field</li> <li><a href="https://github.com/toml-rs/toml/commit/54666ad0b2fa55cfce25f15f64417e6ca6378aef"><code>54666ad</code></a> docs(write): Add guidance</li> <li><a href="https://github.com/toml-rs/toml/commit/13cf5185f906877644673132ce8bb33b10017eb4"><code>13cf518</code></a> refactor(edit): Bypass a layer of abstraction in ser</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.8.20...toml-v0.8.22">compare view</a></li> </ul> </details> <br /> Updates `anyhow` from 1.0.97 to 1.0.98 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.98</h2> <ul> <li>Add <a href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.into_boxed_dyn_error"><code>self.into_boxed_dyn_error()</code></a> and <a href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.reallocate_into_boxed_dyn_error_without_backtrace"><code>self.reallocate_into_boxed_dyn_error_without_backtrace()</code></a> methods for anyhow::Error (<a href="https://redirect.github.com/dtolnay/anyhow/issues/415">#415</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/709fe86f04878a62a29b9279f5bb96422f8bca28"><code>709fe86</code></a> Release 1.0.98</li> <li><a href="https://github.com/dtolnay/anyhow/commit/cbc1ad2b1621c538a5643f2f0c3800b98f3e40a0"><code>cbc1ad2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/415">#415</a> from dtolnay/intodyn</li> <li><a href="https://github.com/dtolnay/anyhow/commit/e1a2017668cb365aac7573917d0c861298611ab5"><code>e1a2017</code></a> Add 2 different conversions to Box<dyn Error + Send + Sync + 'static></li> <li><a href="https://github.com/dtolnay/anyhow/commit/29f2eddd1541201701a5a04caaed9c647f8fbddf"><code>29f2edd</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/416">#416</a> from dtolnay/oldnostd</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2244db872ff66000fafec5ffc5ada3be263b6b58"><code>2244db8</code></a> Omit unused object_boxed from vtable in old no-std rustc</li> <li><a href="https://github.com/dtolnay/anyhow/commit/213a9c2e6cfba42cf6d9adba3ff75bda4d30d907"><code>213a9c2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/414">#414</a> from dtolnay/nightly</li> <li><a href="https://github.com/dtolnay/anyhow/commit/02aa6b6faa5ca221debf7aad2279d54b37de5286"><code>02aa6b6</code></a> Make all nightly go through the module that was probed</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.97...1.0.98">compare view</a></li> </ul> </details> <br /> Updates `clap_complete` from 4.5.47 to 4.5.48 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/c3a1ddc1182fa7cf2cfe6d6dba4f76db83d48178"><code>c3a1ddc</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/4460ff44b375c8d596fb70b848ff401fe12942c0"><code>4460ff4</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/54947a1b4bc70745cd5787fb92a830081c6ed291"><code>54947a1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5981">#5981</a> from mernen/fix-bash-clap-complete-space</li> <li><a href="https://github.com/clap-rs/clap/commit/fd3f6d271defef2aa2f111555a005689f71f6acb"><code>fd3f6d2</code></a> fix(complete): Restore nospace in bash</li> <li><a href="https://github.com/clap-rs/clap/commit/2f6a1083d94b832af96b791fc934beb043a969cb"><code>2f6a108</code></a> test(complete): Demonstrate current behavior</li> <li><a href="https://github.com/clap-rs/clap/commit/f88be5738e33018f3298fabb7b67835eefbc55e0"><code>f88be57</code></a> style: Ensure consistent newlines</li> <li><a href="https://github.com/clap-rs/clap/commit/f209bce2203498e743b171b7ac64f0fb9d3ae590"><code>f209bce</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/f33ff7f81ab78c227a127fbd2dbd0fed1455a6fb"><code>f33ff7f</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/bf06e6f8f6efc5af03a52c5e4cfea39c682aa500"><code>bf06e6f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5974">#5974</a> from kryvashek/support-clearing-args-matches</li> <li><a href="https://github.com/clap-rs/clap/commit/5d357ada532d430290c2de14c918833564f12795"><code>5d357ad</code></a> feat(parser): Added ArgMatches::try_clear_id()</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.47...clap_complete-v4.5.48">compare view</a></li> </ul> </details> <br /> Updates `unicode-width` from 0.1.13 to 0.2.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unicode-rs/unicode-width/commit/79eab0d9fc2060783b43046f9611648dcd35172f"><code>79eab0d</code></a> Publish 0.2.0 with newlines treated as width 1 (<a href="https://redirect.github.com/unicode-rs/unicode-width/issues/68">#68</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-width/commit/9eaafa5f91b737bb5958d46f9647aa11104c6f25"><code>9eaafa5</code></a> Treat newlines as width 0 in the 0.1 stream, publish 0.1.14 (<a href="https://redirect.github.com/unicode-rs/unicode-width/issues/67">#67</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-width/commit/2517d68723f4a472b2eaa5090e01f74d8af4543e"><code>2517d68</code></a> Treat ambiguous <code>Modifier_Letter</code>s as narrow (<a href="https://redirect.github.com/unicode-rs/unicode-width/issues/63">#63</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-width/commit/8e406408baa531ec690895e27e49300a28dbb622"><code>8e40640</code></a> Support <code>Grapheme_Cluster_Break=Prepend</code> (<a href="https://redirect.github.com/unicode-rs/unicode-width/issues/62">#62</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-width/commit/afab363383557c39942706c9441a5670e321b4a0"><code>afab363</code></a> Support lots of ligatures (<a href="https://redirect.github.com/unicode-rs/unicode-width/issues/53">#53</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-width/commit/de1846a03e9500428f4b1e0dc1ef1d7c98757c8d"><code>de1846a</code></a> include U+0000 in comment (<a href="https://redirect.github.com/unicode-rs/unicode-width/issues/58">#58</a>)</li> <li><a href="https://github.com/unicode-rs/unicode-width/commit/450571ab3a591191574bca88bd8d73e1bda91602"><code>450571a</code></a> fix CI failure (<a href="https://redirect.github.com/unicode-rs/unicode-width/issues/59">#59</a>)</li> <li>See full diff in <a href="https://github.com/unicode-rs/unicode-width/compare/v0.1.13...v0.2.0">compare view</a></li> </ul> </details> <br /> Updates `diesel` from 2.2.8 to 2.2.10 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/diesel-rs/diesel/blob/v2.2.10/CHANGELOG.md">diesel's changelog</a>.</em></p> <blockquote> <h2>[2.2.10] 2025-04-25</h2> <h2>Fixed</h2> <ul> <li>Support for libsqlite3-sys 0.33.0</li> <li>Fixed potential ambiguities in code generated by various derives</li> </ul> <h2>[2.2.9] 2025-04-04</h2> <h3>Fixed</h3> <ul> <li>Fix an issue where <code>diesel migration generate --diff-schema</code> incorrectly uses the primary key of table B as the referenced column rather than the primary key of table A when B has a foreign key pointing to table A.</li> <li>Bump maximal supported libsqlite3-sys version to 0.32.0 and add explicit feature entries for the <code>uuid</code> and <code>serde_json</code> feature.</li> <li>Fixed an issue where diesel generated unnamed prepared statements would fail with an <code>unanmed prepared statement not found</code> error with pgbouncer.</li> <li>Fix an issue with converting <code>ipnet::Ipnet</code> values with an subnet to SQL values</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diesel-rs/diesel/commit/2a6752b2b91c55b9968b7b8e3df44d5ff7eca166"><code>2a6752b</code></a> Merge pull request <a href="https://redirect.github.com/diesel-rs/diesel/issues/4580">#4580</a> from weiznich/prepare/diesel_2.2.10</li> <li><a href="https://github.com/diesel-rs/diesel/commit/c9884e8afafb41d7b79ac1e0f4a68974d7d65652"><code>c9884e8</code></a> Prepare a diesel 2.2.10 release</li> <li><a href="https://github.com/diesel-rs/diesel/commit/94afb7ed590b5961a6fdc9e5c50e3936d286bbb7"><code>94afb7e</code></a> Bump libsqlite3-sys</li> <li><a href="https://github.com/diesel-rs/diesel/commit/aac0f5f6f07062fd31f95be4dbe573b5dc9105e3"><code>aac0f5f</code></a> Rework more derives to avoid similar problems in the future</li> <li><a href="https://github.com/diesel-rs/diesel/commit/15807c62f524e7c2bf62f3160101c427644a8d54"><code>15807c6</code></a> diesel_derives: Fix ambiguity problem (FromSqlRow, AsExpression)</li> <li><a href="https://github.com/diesel-rs/diesel/commit/03295f8d55367728dd7dddfd65320591b9e9e57d"><code>03295f8</code></a> Merge pull request <a href="https://redirect.github.com/diesel-rs/diesel/issues/4540">#4540</a> from achanda/prepare-2.2.9</li> <li><a href="https://github.com/diesel-rs/diesel/commit/652a81668da4734cea4bb184c75b45a2a137d0f4"><code>652a816</code></a> Fix date in changelog</li> <li><a href="https://github.com/diesel-rs/diesel/commit/50a4e8ed875d55c486b40cb34c18d61dbecc871e"><code>50a4e8e</code></a> Bump to 1.86</li> <li><a href="https://github.com/diesel-rs/diesel/commit/2899c839b3f7d8eb61fd5fe03a277dad3621add9"><code>2899c83</code></a> Fix derange CI breakage</li> <li><a href="https://github.com/diesel-rs/diesel/commit/ee9d8dd485c742f2afa05c2d80fbde8eae85548d"><code>ee9d8dd</code></a> Try to fix the nightly failure</li> <li>Additional commits viewable in <a href="https://github.com/diesel-rs/diesel/compare/v2.2.8...v2.2.10">compare view</a></li> </ul> </details> <br /> Updates `nix` from 0.29.0 to 0.30.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.30.0] - 2025-04-29</h2> <h3>Added</h3> <ul> <li>Add socket option <code>IPV6_PKTINFO</code> for BSDs/Linux/Android, also <code>IPV6_RECVPKTINFO</code> for DragonFlyBSD (<a href="https://redirect.github.com/nix-rust/nix/pull/2113">#2113</a>)</li> <li>Add <code>fcntl</code>'s <code>F_PREALLOCATE</code> constant for Apple targets. (<a href="https://redirect.github.com/nix-rust/nix/pull/2393">#2393</a>)</li> <li>Improve support for extracting the TTL / Hop Limit from incoming packets and support for DSCP (ToS / Traffic Class). (<a href="https://redirect.github.com/nix-rust/nix/pull/2425">#2425</a>)</li> <li>Add socket option IP_TOS (nix::sys::socket::sockopt::IpTos) IPV6_TCLASS (nix::sys::socket::sockopt::Ipv6TClass) on Android/FreeBSD (<a href="https://redirect.github.com/nix-rust/nix/pull/2464">#2464</a>)</li> <li>Add <code>SeekData</code> and <code>SeekHole</code> to <code>Whence</code> for hurd and apple targets (<a href="https://redirect.github.com/nix-rust/nix/pull/2473">#2473</a>)</li> <li>Add <code>From</code> trait implementation between <code>SocketAddr</code> and <code>Sockaddr</code>, <code>Sockaddr6</code> (<a href="https://redirect.github.com/nix-rust/nix/pull/2474">#2474</a>)</li> <li>Added wrappers for <code>posix_spawn</code> API (<a href="https://redirect.github.com/nix-rust/nix/pull/2475">#2475</a>)</li> <li>Add the support for Emscripten. (<a href="https://redirect.github.com/nix-rust/nix/pull/2477">#2477</a>)</li> <li>Add fcntl constant <code>F_RDADVISE</code> for Apple target (<a href="https://redirect.github.com/nix-rust/nix/pull/2480">#2480</a>)</li> <li>Add fcntl constant <code>F_RDAHEAD</code> for Apple target (<a href="https://redirect.github.com/nix-rust/nix/pull/2482">#2482</a>)</li> <li>Add <code>F_LOG2PHYS</code> and <code>F_LOG2PHYS_EXT</code> for Apple target (<a href="https://redirect.github.com/nix-rust/nix/pull/2483">#2483</a>)</li> <li><code>MAP_SHARED_VALIDATE</code> was added for all linux targets. & <code>MAP_SYNC</code> was added for linux with the exclusion of mips architecures, and uclibc (<a href="https://redirect.github.com/nix-rust/nix/pull/2499">#2499</a>)</li> <li>Add <code>getregs()</code>/<code>getregset()</code>/<code>setregset()</code> for Linux/musl/aarch64 (<a href="https://redirect.github.com/nix-rust/nix/pull/2502">#2502</a>)</li> <li>Add FcntlArgs <code>F_TRANSFEREXTENTS</code> constant for Apple targets (<a href="https://redirect.github.com/nix-rust/nix/pull/2504">#2504</a>)</li> <li>Add <code>MapFlags::MAP_STACK</code> in <code>sys::man</code> for netbsd (<a href="https://redirect.github.com/nix-rust/nix/pull/2526">#2526</a>)</li> <li>Add support for <code>libc::LOCAL_PEERTOKEN</code> in <code>getsockopt</code>. (<a href="https://redirect.github.com/nix-rust/nix/pull/2529">#2529</a>)</li> <li>Add support for <code>syslog</code>, <code>openlog</code>, <code>closelog</code> on all <code>unix</code>. (<a href="https://redirect.github.com/nix-rust/nix/pull/2537">#2537</a>)</li> <li>Add the <code>TCP_FUNCTION_BLK</code> sockopt, on FreeBSD. (<a href="https://redirect.github.com/nix-rust/nix/pull/2539">#2539</a>)</li> <li>Implements <code>Into<OwnedFd></code> for <code>PtyMaster/Fanotify/Inotify/SignalFd/TimerFd</code> (<a href="https://redirect.github.com/nix-rust/nix/pull/2548">#2548</a>)</li> <li>Add <code>MremapFlags::MREMAP_DONTUNMAP</code> to <code>sys::mman::mremap</code> for linux target. (<a href="https://redirect.github.com/nix-rust/nix/pull/2555">#2555</a>)</li> <li>Added <code>sockopt_impl!</code> to the public API. It's now possible for users to</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/989291d5bfb7566bd4415a18607d04d84a0604aa"><code>989291d</code></a> chore: release 0.30.0</li> <li><a href="https://github.com/nix-rust/nix/commit/6a1c5b8d5bb88e508e737ccda46fe6a0ba9f7c97"><code>6a1c5b8</code></a> Remove Copy from PollFd (<a href="https://redirect.github.com/nix-rust/nix/issues/2631">#2631</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/eba0f41bffc673ad2be173f773b94b126920c6fa"><code>eba0f41</code></a> chore: pin libc to 0.2.171 & bump CI image (<a href="https://redirect.github.com/nix-rust/nix/issues/2632">#2632</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/b561476e1da958ef249ce203f348c56d9fe24627"><code>b561476</code></a> socket::sockopt AttachReusePortCbpf for Linux addition. (<a href="https://redirect.github.com/nix-rust/nix/issues/2621">#2621</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/684b79edb6d67c13f6a31f017424d451b1369d16"><code>684b79e</code></a> Add sockopt::PeerPidfd (SO_PEERPIDFD) sockopt support to socket::sockopt (<a href="https://redirect.github.com/nix-rust/nix/issues/2620">#2620</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/525c74d405e9c48b836df1ddb9b25720214bb6e4"><code>525c74d</code></a> sys::ptrace: adding ::syscall_info() for linux/glibc. (<a href="https://redirect.github.com/nix-rust/nix/issues/2627">#2627</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/a397b089354d4c07f826619f06e8b0d7b6f24406"><code>a397b08</code></a> docs: replace Gitter link with Discord (<a href="https://redirect.github.com/nix-rust/nix/issues/2625">#2625</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/a4a4951c70abd1835f86f8bdb3067f5351391595"><code>a4a4951</code></a> test: update rand (<a href="https://redirect.github.com/nix-rust/nix/issues/2622">#2622</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/c3b0cdfc4f9e0e7a8f25530511a81cebb63dc3c4"><code>c3b0cdf</code></a> Enable TcpMaxSeg socket option for apple targets (<a href="https://redirect.github.com/nix-rust/nix/issues/2603">#2603</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/ea012bec465a6d9341d8e4bd8b7c16100393c2aa"><code>ea012be</code></a> socket::sockopt adding SOL_FILTER level options for illumos. (<a href="https://redirect.github.com/nix-rust/nix/issues/2611">#2611</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.29.0...v0.30.0">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.