No description provided.
Bumps the cargo-dependencies group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [crossterm](https://github.com/crossterm-rs/crossterm) and [time](https://github.com/time-rs/time). Updates `clap` from 4.5.32 to 4.5.35 <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.35</h2> <h2>[4.5.35] - 2025-04-01</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Align positionals and flags when put in the same <code>help_heading</code></li> <li><em>(help)</em> Don't leave space for shorts if there are none</li> </ul> <h2>v4.5.34</h2> <h2>[4.5.34] - 2025-03-27</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Don't add extra blank lines with <code>flatten_help(true)</code> and subcommands without arguments</li> </ul> <h2>v4.5.33</h2> <h2>[4.5.33] - 2025-03-26</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> When showing the usage of a suggestion for an unknown argument, don't show the group</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.35] - 2025-04-01</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Align positionals and flags when put in the same <code>help_heading</code></li> <li><em>(help)</em> Don't leave space for shorts if there are none</li> </ul> <h2>[4.5.34] - 2025-03-27</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Don't add extra blank lines with <code>flatten_help(true)</code> and subcommands without arguments</li> </ul> <h2>[4.5.33] - 2025-03-26</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> When showing the usage of a suggestion for an unknown argument, don't show the group</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/55a18f518bc00886a6c1d88ea02df157f013cdd9"><code>55a18f5</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3b0563580d1fcb26df7b81b9c0204af730c47bcd"><code>3b05635</code></a> fix(complete): Ensure new enough clap is used</li> <li><a href="https://github.com/clap-rs/clap/commit/5d2cdac3e6a7aa5fc720f911a2a5a7671e610758"><code>5d2cdac</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/f1c10ebe58f888cf96b48aeb8c4b0b6d6cbc6e6f"><code>f1c10eb</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/a4d1a7fe2b9dc4b52fccb15515e2931291217059"><code>a4d1a7f</code></a> chore(ci): Take a break from template updates</li> <li><a href="https://github.com/clap-rs/clap/commit/e95ed396c427febc684f4a0995fcbd3a025e6a37"><code>e95ed39</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5775">#5775</a> from vivienm/master</li> <li><a href="https://github.com/clap-rs/clap/commit/18f8d4c3f5e0e2fd967e2342c4ccb030da241fe8"><code>18f8d4c</code></a> chore(deps): Update Rust Stable to v1.82 (<a href="https://redirect.github.com/clap-rs/clap/issues/5788">#5788</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/f35d8e09fbc8f72033518423d7102faa1fd50646"><code>f35d8e0</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5787">#5787</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/1389d7d689f2730c61222d261401c7331a39ceae"><code>1389d7d</code></a> chore: Update from '_rust/main' template</li> <li><a href="https://github.com/clap-rs/clap/commit/dbc9faa79d67ab86cbe68da68b2cd93a0335661a"><code>dbc9faa</code></a> chore(ci): Initialize git for template update</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.32...clap_complete-v4.5.35">compare view</a></li> </ul> </details> <br /> Updates `crossterm` from 0.28.1 to 0.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossterm-rs/crossterm/releases">crossterm's releases</a>.</em></p> <blockquote> <h2>0.29</h2> <h1>Version 0.29</h1> <h2>Added ⭐</h2> <ul> <li>Copy to clipboard using OSC52 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/974">#974</a>)</li> <li>Derive standard traits for "SetCursorStyle" (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/909">#909</a>)</li> <li>Add query_keyboard_enhancement_flags to read enabled flags (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/958">#958</a>)</li> <li>Add is_* and as_* methods to the event enums (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/949">#949</a>)</li> <li>Add a feature flag for derive_more impls (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/970">#970</a>)</li> <li>Update rustix to 1.0 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/982">#982</a>)</li> <li>Upgrade various dependencies</li> </ul> <h2>Breaking ⚠️</h2> <ul> <li>Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/979">#979</a>)</li> </ul> <p><a href="https://github.com/joshka"><code>@joshka</code></a> <a href="https://github.com/linrongbin16"><code>@linrongbin16</code></a> <a href="https://github.com/kmicklas"><code>@kmicklas</code></a> <a href="https://github.com/maciek50322"><code>@maciek50322</code></a> <a href="https://github.com/rosew0od"><code>@rosew0od</code></a> <a href="https://github.com/sxyazi"><code>@sxyazi</code></a> <a href="https://github.com/the-mikedavis"><code>@the-mikedavis</code></a> <a href="https://github.com/hthuz"><code>@hthuz</code></a> <a href="https://github.com/aschey"><code>@aschey</code></a> <a href="https://github.com/naseschwarz"><code>@naseschwarz</code></a> <a href="https://github.com/Flokkq"><code>@Flokkq</code></a> <a href="https://github.com/gaesa"><code>@gaesa</code></a> <a href="https://github.com/WindSoilder"><code>@WindSoilder</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md">crossterm's changelog</a>.</em></p> <blockquote> <h1>Unreleased</h1> <h1>Version 0.29</h1> <h2>Added ⭐</h2> <ul> <li>Copy to clipboard using OSC52 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/974">#974</a>)</li> <li>Derive standard traits for "SetCursorStyle" (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/909">#909</a>)</li> <li>Add query_keyboard_enhancement_flags to read enabled flags (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/958">#958</a>)</li> <li>Add is_* and as_* methods to the event enums (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/949">#949</a>)</li> <li>Add a feature flag for derive_more impls (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/970">#970</a>)</li> <li>Update rustix to 1.0 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/982">#982</a>)</li> </ul> <h2>Breaking ⚠️</h2> <ul> <li>Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/979">#979</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/crossterm-rs/crossterm/commits/0.29">compare view</a></li> </ul> </details> <br /> Updates `time` from 0.3.39 to 0.3.41 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p> <blockquote> <h2>v0.3.41</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> <h2>v0.3.40</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p> <blockquote> <h2>0.3.41 [2025-03-23]</h2> <h3>Fixed</h3> <ul> <li>Compatibility with the latest release of <code>deranged</code>. This fix is permanent and covers future similar changes upstream.</li> </ul> <h2>0.3.40 [2025-03-18]</h2> <h3>Added</h3> <ul> <li>Visibility modifiers may now be added to the <code>mod</code> generated by <code>time::sere::format_description!</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/time-rs/time/commit/cc35dcfcde917bb833c114e2b4c00292a374c4ba"><code>cc35dcf</code></a> v0.3.41 release</li> <li><a href="https://github.com/time-rs/time/commit/6de297be4a782e1a298e2b0fcd53c0ed0318b0b8"><code>6de297b</code></a> v0.3.40 release</li> <li><a href="https://github.com/time-rs/time/commit/c386cacfbbd98321f7d1571c7e68c8fb1b61a342"><code>c386cac</code></a> Move <code>days_in_month</code> to <code>time-core</code></li> <li><a href="https://github.com/time-rs/time/commit/84f3a75c447eb52e3f931ed202858975ea3252f6"><code>84f3a75</code></a> Remove two-way conversion in arithmetic</li> <li><a href="https://github.com/time-rs/time/commit/79a4b625c7640f13b839635f721f928f8d80e6f7"><code>79a4b62</code></a> Move interop between datetime types to single mod</li> <li><a href="https://github.com/time-rs/time/commit/56187f13138f2d7b76911b289407ef6c255c1c42"><code>56187f1</code></a> Remove region markers</li> <li><a href="https://github.com/time-rs/time/commit/1bc4ce077768aade42fd2d15b2ffb02d1623066b"><code>1bc4ce0</code></a> Update to <code>deranged</code> 0.4</li> <li><a href="https://github.com/time-rs/time/commit/ad945a97b90e950855d41b32081e266a12210f4e"><code>ad945a9</code></a> Fix UI tests, build on MSRV</li> <li><a href="https://github.com/time-rs/time/commit/b2b602a9a5ba457748c9fce1b8394820ffb87459"><code>b2b602a</code></a> Permit visibility in <code>serde::format_description!</code></li> <li><a href="https://github.com/time-rs/time/commit/e3dcbd3d017fc8af420cee8c1c04bde964fda767"><code>e3dcbd3</code></a> Pull floored division algorithm from stdlib</li> <li>See full diff in <a href="https://github.com/time-rs/time/compare/v0.3.39...v0.3.41">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 1 comments.