Skip to content

Commit f10b8d5

Browse files
chore(dependabot): bump the rust-dependencies group with 9 updates (#728)
Bumps the rust-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.1` | `2.1.2` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.64` | `0.1.65` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.32` | | [databake](https://github.com/unicode-org/icu4x) | `0.2.0` | `0.2.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.228` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.150` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.4` | `2.14.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.106` | `2.0.118` | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.60` | Updates `rustc-hash` from 2.1.1 to 2.1.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md">rustc-hash's changelog</a>.</em></p> <blockquote> <h1>2.1.2</h1> <ul> <li><a href="https://redirect.github.com/rust-lang/rustc-hash/pull/65">Refactor byte hashing to remove unreachable panic</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/rustc-hash/commit/fdb275c8a0135403067ce1c4be8e97e53c473764"><code>fdb275c</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/67">#67</a> from Noratrieb/new-version</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/acafa431e930ded0ad8c1fa8b4ca1b320f53f983"><code>acafa43</code></a> Prepare 2.1.2</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/140e5253440d595822e57b4f599b45aa500dde1d"><code>140e525</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/65">#65</a> from morrisonlevi/split_first_chunk</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/f061387ad7da880a8bf5ce7e5c76aa863827520f"><code>f061387</code></a> style: use consistent range format</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/211455cb398aa0a6d7b12e81941d4a062af54d8e"><code>211455c</code></a> refactor!: use split_first_chunk to help optimizer</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/464a82f557a14d3e3c6a3fb57effd9c48b2e179a"><code>464a82f</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/63">#63</a> from estebank/const-Default</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/2170d5e2a0efddce95c7be0bb94d56b1cee144cc"><code>2170d5e</code></a> On nightly, <code>impl const Default</code></li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/1a998d5b89b04ba730d4cd249f811e8b48aa7d8c"><code>1a998d5</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/rustc-hash/issues/62">#62</a> from CryZe/128-bit-on-more-platforms</li> <li><a href="https://github.com/rust-lang/rustc-hash/commit/6849c16d79e50be6d6713b2a9464bf7314060703"><code>6849c16</code></a> Use 128-bit Widening Multiply on More Platforms</li> <li>See full diff in <a href="https://github.com/rust-lang/rustc-hash/compare/v2.1.1...v2.1.2">compare view</a></li> </ul> </details> <br /> Updates `iana-time-zone` from 0.1.64 to 0.1.65 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md">iana-time-zone's changelog</a>.</em></p> <blockquote> <h2>[0.1.65] - 2026-01-28</h2> <h3>Changed</h3> <ul> <li>Add wasi support (<a href="https://redirect.github.com/strawlab/iana-time-zone/pull/190">#190</a>)</li> <li>Add support for emscripten (<a href="https://redirect.github.com/strawlab/iana-time-zone/pull/189">#189</a>)</li> <li>Add s390x target to Rust CI workflow (<a href="https://redirect.github.com/strawlab/iana-time-zone/pull/182">#182</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/strawlab/iana-time-zone/commit/3726968181ae67d95c8de2f750a95b9c703ae4c8"><code>3726968</code></a> Bump version number to 0.1.65</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/f0c7cd4a332a2712a8ddc6c0878a637c001e6e13"><code>f0c7cd4</code></a> CI: add github release workflow for trusted publishing</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/7ef287061ff9a1afaf5c2708926755835fe8ce95"><code>7ef2870</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/190">#190</a> from bschoenmaeckers/wasi</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/5c72c92ac5ce3abd31bda49c24448f6871058d5b"><code>5c72c92</code></a> CI: test wasi</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/06ad6d8f3d8aa5bb212e46e23eaf5400a85daf91"><code>06ad6d8</code></a> Add wasi support</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/3e5688c9f0fb6dfe3090e8492e0633155f6f1d1c"><code>3e5688c</code></a> Merge pull request <a href="https://redirect.github.com/strawlab/iana-time-zone/issues/189">#189</a> from bschoenmaeckers/emscripten</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/4c0e9698f7d3e6b4845936caf227940ce3ee31df"><code>4c0e969</code></a> Pin actions to hash</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/b55c8dd0611b401838f1f84e62d331cd8084d9bc"><code>b55c8dd</code></a> Add ci job</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/187c2a972df1566b77840fe6d1d55de8da9872cf"><code>187c2a9</code></a> Drop <code>emscripten-functions</code> dependency</li> <li><a href="https://github.com/strawlab/iana-time-zone/commit/a9ddeda718c4cbaba4ee809d9f49941108867209"><code>a9ddeda</code></a> Use <code>emscripten_functions</code></li> <li>Additional commits viewable in <a href="https://github.com/strawlab/iana-time-zone/compare/v0.1.64...v0.1.65">compare view</a></li> </ul> </details> <br /> Updates `log` from 0.4.28 to 0.4.32 <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.32</h2> <h2>What's Changed</h2> <ul> <li>Support <code>Value</code> -&gt; string conversions with <code>kv</code> + <code>std</code> features instead of <code>kv_std</code> by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/729">rust-lang/log#729</a></li> <li>Prepare for 0.4.32 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/730">rust-lang/log#730</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.31...0.4.32">https://github.com/rust-lang/log/compare/0.4.31...0.4.32</a></p> <h2>0.4.31</h2> <h2>What's Changed</h2> <ul> <li>fix typos in kv compile errors and log documentation by <a href="https://github.com/Isvane"><code>@​Isvane</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li> <li>Leverage static str key when possible by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/727">rust-lang/log#727</a></li> <li>Prepare for 0.4.31 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/728">rust-lang/log#728</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Isvane"><code>@​Isvane</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31">https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p> <h2>0.4.30</h2> <h3>What's Changed</h3> <ul> <li>Support capturing of <code>std::net</code> types by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/724">rust-lang/log#724</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/V0ldek"><code>@​V0ldek</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/720">rust-lang/log#720</a></li> <li><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.29...0.4.30">https://github.com/rust-lang/log/compare/0.4.29...0.4.30</a></p> <h3>Notable Changes</h3> <ul> <li>MSRV is bumped to 1.71.0 in <a href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.32] - 2026-06-04</h2> <h3>What's Changed</h3> <ul> <li>Support <code>Value</code> -&gt; string conversions with <code>kv</code> + <code>std</code> features instead of <code>kv_std</code> by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/729">rust-lang/log#729</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.31...0.4.32">https://github.com/rust-lang/log/compare/0.4.31...0.4.32</a></p> <h2>[0.4.31] - 2026-06-02</h2> <h3>What's Changed</h3> <ul> <li>Leverage static str key when possible by <a href="https://github.com/tisonkun"><code>@​tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/727">rust-lang/log#727</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/Isvane"><code>@​Isvane</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31">https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p> <h2>[0.4.30] - 2026-05-21</h2> <h3>What's Changed</h3> <ul> <li>Support capturing of <code>std::net</code> types by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/724">rust-lang/log#724</a></li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/V0ldek"><code>@​V0ldek</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/720">rust-lang/log#720</a></li> <li><a href="https://github.com/woodruffw"><code>@​woodruffw</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.29...0.4.30">https://github.com/rust-lang/log/compare/0.4.29...0.4.30</a></p> <h3>Notable Changes</h3> <ul> <li>MSRV is bumped to 1.71.0 in <a href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li> </ul> <h2>[0.4.29] - 2025-12-02</h2> <h3>What's Changed</h3> <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> <h3>New Contributors</h3> <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/a5b5b2113e2767801250af184d6c3971e689ae3b"><code>a5b5b21</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/730">#730</a> from rust-lang/cargo/0.4.32</li> <li><a href="https://github.com/rust-lang/log/commit/c8d3b125c6216b3667e05544591f4fb34f53ff78"><code>c8d3b12</code></a> prepare for 0.4.32 release</li> <li><a href="https://github.com/rust-lang/log/commit/ce6cd9fef14084207f2b6758999af062f89f9d87"><code>ce6cd9f</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/729">#729</a> from tisonkun/kv-std-support</li> <li><a href="https://github.com/rust-lang/log/commit/20b3b050469d6aab6c0f2e77acaab2313d5fc9a2"><code>20b3b05</code></a> drop cfg-feature=kv as it is already met</li> <li><a href="https://github.com/rust-lang/log/commit/7bc120062895aadd440ab015e62275841465a1a6"><code>7bc1200</code></a> kv::std_support may not need value-bag</li> <li><a href="https://github.com/rust-lang/log/commit/580839288e5f2babc17e6c36f7d56e60082a47ef"><code>5808392</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/728">#728</a> from rust-lang/cargo/0.4.31</li> <li><a href="https://github.com/rust-lang/log/commit/86d739f51a9c59a3cb66a79e695639e6fb41465b"><code>86d739f</code></a> prepare for 0.4.31 release</li> <li><a href="https://github.com/rust-lang/log/commit/c906cfb02e351b59cfe35c0f0be22093086aabb1"><code>c906cfb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/727">#727</a> from tisonkun/leverage-static-str-key-when-possible</li> <li><a href="https://github.com/rust-lang/log/commit/756c279649f79ce0ef8dccf952c5df4017791d1c"><code>756c279</code></a> leverage str literal as well</li> <li><a href="https://github.com/rust-lang/log/commit/3dd250d1537fd7e5974e0802b1025cc3e4561503"><code>3dd250d</code></a> rename Key::from_static_str to from_str_static</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.28...0.4.32">compare view</a></li> </ul> </details> <br /> Updates `databake` from 0.2.0 to 0.2.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md">databake's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>icu 2.2.x</h2> <p>Several crates have had patch releases in the 2.2 stream:</p> <ul> <li>Components <ul> <li>(2.2.1) <code>icu_calendar</code> <ul> <li>Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)</li> </ul> </li> </ul> </li> <li>Utils <ul> <li>(0.8.3) <code>yoke</code> <ul> <li>Fix soundness of Send/Sync impls on CartableOptionPointer (unicode-org#8029)</li> <li>Update to 2024 edition where possible (unicode-org#7878)</li> </ul> </li> </ul> </li> </ul> <h2>icu4x 2.2</h2> <ul> <li>Components <ul> <li>General <ul> <li>Use HTTPS links in docs (unicode-org#7212)</li> <li>Update MSRV to 1.86 (unicode-org#7576)</li> <li>Updated to CLDR 48.2 (unicode-org#7792)</li> <li>Replace <code>experimental</code> features with <code>unstable</code> features (unicode-org#7566)</li> <li>Add categories and keywords to Cargo.toml for all components (unicode-org#7737)</li> </ul> </li> <li><code>icu_calendar</code> <ul> <li>Add <code>Date::try_new</code>, which replaces <code>Date::try_new_from_codes</code>, and takes typed year/month values. (unicode-org#7773, unicode-org#7764)</li> <li>New methods: <code>Date::try_new</code> (and primarily-internal <code>Calendar::new_date</code>)</li> <li>New types: <code>InputYear</code>, <code>DateNewError</code></li> <li>Handle possible <code>Overflow</code> values on individual calendars (unicode-org#7795)</li> <li>New <code>Date::try_from_fields</code> API for fully general date construction from various choices of year and month values (unicode-org#7798)</li> <li>New methods: <code>Date::try_from_fields()</code></li> <li>New types: <code>DateFields</code>, <code>DateFromFieldsOptions</code>, <code>Overflow</code>, <code>MissingFieldsStrategy</code>, <code>DateFromFieldsError</code></li> <li>New associated method: <code>Calendar::from_fields()</code></li> <li>New Date arithmetic APIs for adding and subtracting dates (unicode-org#7798, unicode-org#7355, unicode-org#7257)</li> <li>New methods: <code>Date::try_add_with_options</code>, <code>Date::try_added_with_options</code>, <code>Date::try_until_with_options</code></li> <li>New types: <code>DateDuration</code>, <code>DateAddOptions</code>, <code>DateDifferenceOptions</code>, <code>DateDurationUnit</code>, <code>DateDurationParseError</code>, <code>DateAddError</code>, <code>MismatchedCalendarError</code></li> <li>New associated items: <code>Calendar::add</code>, <code>Calendar::until</code>, <code>Calendar::DateCompatibilityError</code></li> <li>Introduce a new <code>Month</code> type, preferred over using month codes (unicode-org#7147, unicode-org#7756) <ul> <li>New type: <code>Month</code></li> <li>New method: <code>MonthInfo::to_input()</code></li> </ul> </li> <li>Introduce year/date ranges to all APIs, documented on the APIs themselves. <code>Date</code> now has a fundamental range (ISO years between ±999,999), and most constructors enforce a stricter range of ±9999 years for input years. (unicode-org#7676, unicode-org#7062, unicode-org#7629, unicode-org#7753, unicode-org#7219, unicode-org#7227)</li> <li>Add constructors with <code>Month</code> for lunisolar calendars (unicode-org#7485)</li> <li>New methods: <code>Date::try_new_korean_traditional()</code>, <code>Date::try_new_chinese_traditional()</code>, <code>Date::try_new_hebrew_v2()</code></li> <li>Expose <code>LeapStatus</code> on <code>MonthInfo</code> (unicode-org#7667)</li> <li>New method: <code>MonthInfo::leap_status()</code></li> <li>New enum: <code>LeapStatus</code></li> <li>(Unstable) Integrate with <code>chrono</code>, <code>jiff</code>, and <code>time</code> (unicode-org#7617, unicode-org#7711)</li> <li>New impls: <code>From&lt;chrono::NaiveDate&gt;</code>, <code>From&lt;jiff::civil::Date&gt;</code>, <code>From&lt;time::Date&gt;</code> for <code>Date&lt;Gregorian&gt;</code></li> <li>Replace <code>Date::day_of_week</code> by <code>Date::weekday</code> (unicode-org#7288) <ul> <li>New method: <code>Date::weekday()</code></li> </ul> </li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/unicode-org/icu4x/commits">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.225 to 1.0.228 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.228</h2> <ul> <li>Allow building documentation with <code>RUSTDOCFLAGS='--cfg=docsrs'</code> set for the whole dependency graph (<a href="https://redirect.github.com/serde-rs/serde/issues/2995">#2995</a>)</li> </ul> <h2>v1.0.227</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a>)</li> </ul> <h2>v1.0.226</h2> <ul> <li>Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (<a href="https://redirect.github.com/serde-rs/serde/issues/2935">#2935</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/a866b336f14aa57a07f0d0be9f8762746e64ecb4"><code>a866b33</code></a> Release 1.0.228</li> <li><a href="https://github.com/serde-rs/serde/commit/5adc9e816c155473ec66b6641fc81529a5ef3868"><code>5adc9e8</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2995">#2995</a> from dtolnay/rustdocflags</li> <li><a href="https://github.com/serde-rs/serde/commit/ab581789f4aa6a92f8e149f3086040342dfaddcf"><code>ab58178</code></a> Workaround for RUSTDOCFLAGS='--cfg=docsrs'</li> <li><a href="https://github.com/serde-rs/serde/commit/415d9fc5601add94aac3c1882bd63e3f555ce2a2"><code>415d9fc</code></a> Release 1.0.227</li> <li><a href="https://github.com/serde-rs/serde/commit/7c58427e1259566b4835444951ff79406c75205f"><code>7c58427</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a> from dtolnay/inlinecoredoc</li> <li><a href="https://github.com/serde-rs/serde/commit/9d3410e3f4e38f9ea1a798e7ae9fab71577ab31b"><code>9d3410e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2992">#2992</a> from dtolnay/inplaceseed</li> <li><a href="https://github.com/serde-rs/serde/commit/2fb6748bf1ff939a2208d70b26708ddc75ab2e88"><code>2fb6748</code></a> Remove InPlaceSeed public re-export</li> <li><a href="https://github.com/serde-rs/serde/commit/f8137c79a20137c9483d21d3c8e628e83d3b91ba"><code>f8137c7</code></a> Inline serde_core into serde in docsrs mode</li> <li><a href="https://github.com/serde-rs/serde/commit/b7dbf7e3cb53bc9b9442047229e4f125bb07783e"><code>b7dbf7e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2990">#2990</a> from dtolnay/integer128</li> <li><a href="https://github.com/serde-rs/serde/commit/7c836915fc8d6fab4990764096e53e9a668cf3df"><code>7c83691</code></a> No longer macro_use integer128 module</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.225...v1.0.228">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.145 to 1.0.150 <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.150</h2> <ul> <li>Reject non-string enum object keys (<a href="https://redirect.github.com/serde-rs/json/issues/1324">#1324</a>, thanks <a href="https://github.com/puneetdixit200"><code>@​puneetdixit200</code></a>)</li> </ul> <h2>v1.0.149</h2> <ul> <li>Align arbitrary_precision number strings with zmij's formatting (<a href="https://redirect.github.com/serde-rs/json/issues/1306">#1306</a>, thanks <a href="https://github.com/b41sh"><code>@​b41sh</code></a>)</li> </ul> <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/a1ae73ac6a6940a4a57c673aebaa13ed4dfe3e8c"><code>a1ae73a</code></a> Release 1.0.150</li> <li><a href="https://github.com/serde-rs/json/commit/1a360b0a6c003912afc3503c834b0edd798bca28"><code>1a360b0</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1324">#1324</a> from puneetdixit200/reject-non-string-enum-keys</li> <li><a href="https://github.com/serde-rs/json/commit/2037b634f9dccbddc11cff189ebeb5854fa0e01c"><code>2037b63</code></a> Reject non-string enum object keys</li> <li><a href="https://github.com/serde-rs/json/commit/5d30df60e916e9b8fc46c74794007ff271fdfbbf"><code>5d30df6</code></a> Resolve manual_assert_eq pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/json/commit/dc8003a88e7142529cf4a7429c4778af31dadf50"><code>dc8003a</code></a> Raise required compiler for preserve_order feature to 1.85</li> <li><a href="https://github.com/serde-rs/json/commit/a42fa980f8556cda36d896fa3713544b2e5eaa2c"><code>a42fa98</code></a> Unpin CI miri toolchain</li> <li><a href="https://github.com/serde-rs/json/commit/684a60eba18abfc0e0f7ddb0c2cd39f8f60249cf"><code>684a60e</code></a> Pin CI miri to nightly-2026-02-11</li> <li><a href="https://github.com/serde-rs/json/commit/7c7da3302b6b1cdab7f11ea49ca1a74422ab4551"><code>7c7da33</code></a> Raise required compiler to Rust 1.71</li> <li><a href="https://github.com/serde-rs/json/commit/acf4850e2969f1caccab2c4727a90ed006ba35bb"><code>acf4850</code></a> Simplify Number::is_f64</li> <li><a href="https://github.com/serde-rs/json/commit/6b8ceab565dcfe4f83dfaacd287d11c8bd8f306c"><code>6b8ceab</code></a> Resolve unnecessary_map_or clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.145...v1.0.150">compare view</a></li> </ul> </details> <br /> Updates `indexmap` from 2.11.4 to 2.14.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.14.0 (2026-04-09)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.85.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.17.</li> <li>Made more <code>map::Slice</code> methods <code>const</code>: <code>new_mut</code>, <code>first_mut</code>, <code>last_mut</code>, <code>split_at_mut</code>, <code>split_at_mut_checked</code>, <code>split_first_mut</code>, <code>split_last_mut</code></li> </ul> <h2>2.13.1 (2026-04-02)</h2> <ul> <li>Made some <code>Slice</code> methods <code>const</code>: <ul> <li><code>map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}</code></li> <li><code>set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}</code></li> </ul> </li> </ul> <h2>2.13.0 (2026-01-07)</h2> <ul> <li>Implemented <code>Clone</code> for <code>IntoKeys</code> and <code>IntoValues</code>.</li> <li>Added <code>map::Slice::split_at_checked</code> and <code>split_at_mut_checked</code>.</li> <li>Added <code>set::Slice::split_at_checked</code>.</li> </ul> <h2>2.12.1 (2025-11-20)</h2> <ul> <li>Simplified a lot of internals using <code>hashbrown</code>'s new bucket API.</li> </ul> <h2>2.12.0 (2025-10-17)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.82.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.16 alone.</li> <li>Error types now implement <code>core::error::Error</code>.</li> <li>Added <code>pop_if</code> methods to <code>IndexMap</code> and <code>IndexSet</code>, similar to the method for <code>Vec</code> added in Rust 1.86.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/bcd165baeb12bdf6e57a31d9869e9839e25679c6"><code>bcd165b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/439">#439</a> from cuviper/release-2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4ef06a729e0af095d2f39ec4bda5e0882054726e"><code>4ef06a7</code></a> Release 2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/d21826ca9351e968e7c5cff4f818e7a5e3cc481b"><code>d21826c</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/438">#438</a> from cuviper/hashbrown-0.17</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/2566bec20dfbca0fa037939e67df4938c0f60f01"><code>2566bec</code></a> Upgrade to <code>hashbrown v0.17</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4b62776c3f7dec98a5b89f907c3add5c603343b0"><code>4b62776</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/437">#437</a> from cuviper/disjoint-panic</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/478fba2eb0594f0fdc70b6b93e90fae820bdf82e"><code>478fba2</code></a> Normalize the panic doc of <code>get_disjoint_mut</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/fb6dafda4ee443864c88b61a4dfc8982012d3d39"><code>fb6dafd</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/436">#436</a> from cuviper/const-slice-mut</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5c237a2ab7db4017b057f6b52e28c78dd427cd94"><code>5c237a2</code></a> Make <code>Slice::{first,last,split_*}_mut</code> methods <code>const</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/48ff9ce2e3a2a464e4f599691df62dff178d655b"><code>48ff9ce</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/435">#435</a> from cuviper/edition-2024</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/648be98a3112278e1aea7c5b7d3c3a4f77e1eddb"><code>648be98</code></a> <code>cargo fmt</code> with edition 2024</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.11.4...2.14.0">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.106 to 2.0.118 <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.118</h2> <ul> <li>Documentation improvements</li> </ul> <h2>2.0.117</h2> <ul> <li>Fix parsing of <code>self::</code> pattern in first function argument (<a href="https://redirect.github.com/dtolnay/syn/issues/1970">#1970</a>)</li> </ul> <h2>2.0.116</h2> <ul> <li>Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver (<a href="https://redirect.github.com/dtolnay/syn/issues/1968">#1968</a>)</li> </ul> <h2>2.0.115</h2> <ul> <li>Enable GenericArgument::Constraint parsing in non-full mode (<a href="https://redirect.github.com/dtolnay/syn/issues/1966">#1966</a>)</li> </ul> <h2>2.0.114</h2> <ul> <li>Make std dependencies more easily discoverable in source code (<a href="https://redirect.github.com/dtolnay/syn/issues/1956">#1956</a>, thanks <a href="https://github.com/tamird"><code>@​tamird</code></a>)</li> </ul> <h2>2.0.113</h2> <ul> <li>Allow parsing TypeParam with colon not followed by any type param bounds (<a href="https://redirect.github.com/dtolnay/syn/issues/1953">#1953</a>, thanks <a href="https://github.com/wyfo"><code>@​wyfo</code></a>)</li> </ul> <h2>2.0.112</h2> <ul> <li>Fix panic in LitByte::new().value() (<a href="https://redirect.github.com/dtolnay/syn/issues/1951">#1951</a>, thanks <a href="https://github.com/VictorArcium"><code>@​VictorArcium</code></a>)</li> </ul> <h2>2.0.111</h2> <ul> <li>Allow first argument of <code>braced!</code>, <code>bracketed!</code>, <code>parenthesized!</code> to be an otherwise unused variable (<a href="https://redirect.github.com/dtolnay/syn/issues/1946">#1946</a>)</li> </ul> <h2>2.0.110</h2> <ul> <li>Tweaks to improve build speed (<a href="https://redirect.github.com/dtolnay/syn/issues/1939">#1939</a>, thanks <a href="https://github.com/dishmaker"><code>@​dishmaker</code></a>)</li> <li>Make <code>syn::ext::IdentExt::unraw</code> available without &quot;parsing&quot; feature (<a href="https://redirect.github.com/dtolnay/syn/issues/1940">#1940</a>)</li> <li>Support parsing <code>syn::Meta</code> followed by <code>=&gt;</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1944">#1944</a>)</li> </ul> <h2>2.0.109</h2> <ul> <li>Tweaks to improve build speed (<a href="https://redirect.github.com/dtolnay/syn/issues/1927">#1927</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1928">#1928</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1930">#1930</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1932">#1932</a>, <a href="https://redirect.github.com/dtolnay/syn/issues/1934">#1934</a>, thanks <a href="https://github.com/dishmaker"><code>@​dishmaker</code></a>)</li> </ul> <h2>2.0.108</h2> <ul> <li>Parse unrecognized or invalid literals as Lit::Verbatim (<a href="https://redirect.github.com/dtolnay/syn/issues/1925">#1925</a>)</li> </ul> <h2>2.0.107</h2> <ul> <li>Improve panic message when constructing a LitInt, LitFloat, or Lit from invalid syntax (<a href="https://redirect.github.com/dtolnay/syn/issues/1917">#1917</a>)</li> <li>Improve panic message on Punctuated index out of bounds (<a href="https://redirect.github.com/dtolnay/syn/issues/1922">#1922</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/f033ef1403b4dbd276d95c26ff05b51d758d7b14"><code>f033ef1</code></a> Release 2.0.118</li> <li><a href="https://github.com/dtolnay/syn/commit/45f65f7a650a2203fd67f309f7e6e1a78870aa55"><code>45f65f7</code></a> Wrap long lint attributes</li> <li><a href="https://github.com/dtolnay/syn/commit/b3f9bf8d0c17734f9606894d926f3723e55c0330"><code>b3f9bf8</code></a> Mirror PR 1975 from readme to crate-level rustdoc</li> <li><a href="https://github.com/dtolnay/syn/commit/97dc1176559dfb149570819ab31e83ef9e8b1175"><code>97dc117</code></a> Wrap PR 1975 to 80 columns</li> <li><a href="https://github.com/dtolnay/syn/commit/0085b7a18eb50559dfb0ca18319cd53cf4d59b52"><code>0085b7a</code></a> Lint <code>repr_transparent_non_zst_fields</code> has been removed</li> <li><a href="https://github.com/dtolnay/syn/commit/9fc1c9d1eeea090e4ed92348c97d9ffa45997f13"><code>9fc1c9d</code></a> Update test suite to nightly-2026-06-12</li> <li><a href="https://github.com/dtolnay/syn/commit/504bcc7d2170ddd7757e7b7e18773a9c92d50fb9"><code>504bcc7</code></a> Update test suite to nightly-2026-06-09</li> <li><a href="https://github.com/dtolnay/syn/commit/353d20b9ee401cffc9f974dcbb75a91314f5337c"><code>353d20b</code></a> Update test suite to nightly-2026-06-06</li> <li><a href="https://github.com/dtolnay/syn/commit/f257a16bdcf1edb072af16eb0d8d40d0ca0c86ea"><code>f257a16</code></a> Update test suite to nightly-2026-05-25</li> <li><a href="https://github.com/dtolnay/syn/commit/b706e6e9519d541264b4d3c7cd22c3e6a7301026"><code>b706e6e</code></a> Update test suite to nightly-2026-05-13</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.106...2.0.118">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.47 to 4.5.60 <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.60</h2> <h2>[4.5.60] - 2026-02-19</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Quote empty default values, possible values</li> </ul> <h2>v4.5.59</h2> <h2>[4.5.59] - 2026-02-16</h2> <h3>Fixes</h3> <ul> <li><code>Command::ignore_errors</code> no longer masks help/version on subcommands</li> </ul> <h2>v4.5.58</h2> <h2>[4.5.58] - 2026-02-11</h2> <h2>v4.5.57</h2> <h2>[4.5.57] - 2026-02-03</h2> <h3>Fixes</h3> <ul> <li>Regression from 4.5.55 where having an argument with <code>.value_terminator(&quot;--&quot;)</code> caused problems with an argument with <code>.last(true)</code></li> </ul> <h2>v4.5.56</h2> <h2>[4.5.56] - 2026-01-29</h2> <h3>Fixes</h3> <ul> <li>On conflict error, don't show conflicting arguments in the usage</li> </ul> <h2>v4.5.55</h2> <h2>[4.5.55] - 2026-01-27</h2> <h3>Fixes</h3> <ul> <li>Fix inconsistency in precedence between positionals with a <code>value_terminator(&quot;--&quot;)</code> and escapes (<code>--</code>) where <code>./foo -- bar</code> means the first arg is empty, rather than escaping future args</li> </ul> <h2>v4.5.54</h2> <h2>[4.5.54] - 2026-01-02</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Move <code>[default]</code> to its own paragraph when <code>PossibleValue::help</code> is present in <code>--help</code></li> </ul> <h2>v4.5.53</h2> <h2>[4.5.53] - 2025-11-19</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.60] - 2026-02-19</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Quote empty default values, possible values</li> </ul> <h2>[4.5.59] - 2026-02-16</h2> <h3>Fixes</h3> <ul> <li><code>Command::ignore_errors</code> no longer masks help/version on subcommands</li> </ul> <h2>[4.5.58] - 2026-02-11</h2> <h2>[4.5.57] - 2026-02-03</h2> <h3>Fixes</h3> <ul> <li>Regression from 4.5.55 where having an argument with <code>.value_terminator(&quot;--&quot;)</code> caused problems with an argument with <code>.last(true)</code></li> </ul> <h2>[4.5.56] - 2026-01-29</h2> <h3>Fixes</h3> <ul> <li>On conflict error, don't show conflicting arguments in the usage</li> </ul> <h2>[4.5.55] - 2026-01-27</h2> <h3>Fixes</h3> <ul> <li>Fix inconsistency in precedence between positionals with a <code>value_terminator(&quot;--&quot;)</code> and escapes (<code>--</code>) where <code>./foo -- bar</code> means the first arg is empty, rather than escaping future args</li> </ul> <h2>[4.5.54] - 2026-01-02</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Move <code>[default]</code> to its own paragraph when <code>PossibleValue::help</code> is present in <code>--help</code></li> </ul> <h2>[4.5.53] - 2025-11-19</h2> <h3>Features</h3> <ul> <li>Add <code>default_values_if</code>, <code>default_values_ifs</code></li> </ul> <h2>[4.5.52] - 2025-11-17</h2> <h3>Fixes</h3> <ul> <li>Don't panic when <code>args_conflicts_with_subcommands</code> conflicts with an <code>ArgGroup</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/33d24d844b11c0e926ae132e1af338ff070bdf4a"><code>33d24d8</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/9332409f4a6c1d5c22064e839ec8e9bc040f3be7"><code>9332409</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/b7adce5a17089596eecb2af6985e6503f2ffcd38"><code>b7adce5</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6166">#6166</a> from fabalchemy/fix-dynamic-powershell-completion</li> <li><a href="https://github.com/clap-rs/clap/commit/009bba44ec3d182028ec3a72f5b6f3e507827768"><code>009bba4</code></a> fix(clap_complete): Improve powershell registration</li> <li><a href="https://github.com/clap-rs/clap/commit/d89d57dfb4bdd18930a40c6d7f4fadb23ee9c5b3"><code>d89d57d</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/f18b67ec3d4ce6ac1acf115adaab2f16ab2ed3c7"><code>f18b67e</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/9d218eb418526143c9110f734f78a608b8cf6440"><code>9d218eb</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6165">#6165</a> from epage/shirt</li> <li><a href="https://github.com/clap-rs/clap/commit/126440ca846613671e1dac98198b2ceb17dab2b0"><code>126440c</code></a> fix(help): Correctly calculate padding for short-only args</li> <li><a href="https://github.com/clap-rs/clap/commit/9e3c05ef3800a3e638b8224a7881a81517a4f4db"><code>9e3c05e</code></a> test(help): Show panic with short, valueless arg</li> <li><a href="https://github.com/clap-rs/clap/commit/c9898d0fece98d8520d3dd954cf457b685b3308f"><code>c9898d0</code></a> test(help): Verify short with value</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.47...clap_complete-v4.5.60">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 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>
1 parent ced23bc commit f10b8d5

1 file changed

Lines changed: 43 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 43 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)