ITADN
ofek/pyapp/Issues

Bump the all group with 4 updates

#218Pull Requestdependabot[bot] 创建于 2025-11-01
dependenciesrust
D
dependabot[bot]commented
Bumps the all group with 4 updates: [bzip2](https://github.com/trifectatechfoundation/bzip2-rs), [clap](https://github.com/clap-rs/clap), [flate2](https://github.com/rust-lang/flate2-rs) and [indicatif](https://github.com/console-rs/indicatif). Updates `bzip2` from 0.6.0 to 0.6.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/eebf6e470f6c4a14295fcaf43c619ae4a0e5690a"><code>eebf6e4</code></a> release version 0.6.1</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/1ed41c45255ac550592ed4df1c59a37f18be6089"><code>1ed41c4</code></a> Add <code>MaybeUninit\&lt;u8&gt;</code> (de)compress API</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/a1652196e8451c8e32022d5a4fa4debb51c279ee"><code>a165219</code></a> chore: remove redundant word in comment</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/422ae6da4a4a52774e8d44c918cc2140363d23ec"><code>422ae6d</code></a> fix(bzip2-sys): license expression to be a valid spdx expression</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/21db6979453d284196df0c6f968c56900db80f00"><code>21db697</code></a> ran <code>cargo clippy --fix -- -A clippy::all -W clippy::use_self</code></li> <li>See full diff in <a href="https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.6.0...v0.6.1">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.49 to 4.5.51 <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.51</h2> <h2>[4.5.51] - 2025-10-29</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Correctly calculate padding for short flags that take a value</li> <li><em>(help)</em> Don't panic on short flags using <code>ArgAction::Count</code></li> </ul> <h2>v4.5.50</h2> <h2>[4.5.50] - 2025-10-20</h2> <h3>Features</h3> <ul> <li>Accept <code>Cow</code> where <code>String</code> and <code>&amp;str</code> are accepted</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.51] - 2025-10-29</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Correctly calculate padding for short flags that take a value</li> <li><em>(help)</em> Don't panic on short flags using <code>ArgAction::Count</code></li> </ul> <h2>[4.5.50] - 2025-10-20</h2> <h3>Features</h3> <ul> <li>Accept <code>Cow</code> where <code>String</code> and <code>&amp;str</code> are accepted</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/b49dae25ec3124ac8b8c1b05a7bcc0645cf0cdc4"><code>b49dae2</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/d37b0b57abcff86caaee002ff82206bc0440e5a0"><code>d37b0b5</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/3398b6ab10152dc86d443d3281ceb2063f33131f"><code>3398b6a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6009">#6009</a> from gtema/complete_try_generate</li> <li><a href="https://github.com/clap-rs/clap/commit/21fc9e46d4151f1e64acbe2693fb88ef2ad7d0c0"><code>21fc9e4</code></a> feat(clap-complete): Introduce fallible generator</li> <li><a href="https://github.com/clap-rs/clap/commit/bd01bdc0ffa3308555a81ad170be9e02854b2e3f"><code>bd01bdc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6012">#6012</a> from epage/sub</li> <li><a href="https://github.com/clap-rs/clap/commit/ed0c63deba72682ce67c39bfe867fc82dd26b870"><code>ed0c63d</code></a> docs(derive): Specify arg_required_else_help is set for users</li> <li><a href="https://github.com/clap-rs/clap/commit/e2188d9af318f3287c1c5a52cba6b9dfebe7bb75"><code>e2188d9</code></a> chore(deps): Update Rust Stable to v1.87 (<a href="https://redirect.github.com/clap-rs/clap/issues/6004">#6004</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/e01f2b764016ce6ca03a4959310fee2cc112114a"><code>e01f2b7</code></a> docs: Cleanup unused links</li> <li><a href="https://github.com/clap-rs/clap/commit/6b12a81bafe7b9d013b06981f520ab4c70da5510"><code>6b12a81</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8dd92a792d3e0424dd377fbb62d2dcdbeadbd425"><code>8dd92a7</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.49...clap_complete-v4.5.51">compare view</a></li> </ul> </details> <br /> Updates `flate2` from 1.1.4 to 1.1.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.1.5</h2> <p>This bugfix release fixes <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/508">#508</a>, as flush didn't always work anymore in conjunction with <code>miniz_oxide</code>.</p> <h2>What's Changed</h2> <ul> <li>Revert flush change by <a href="https://github.com/fintelia"><code>@​fintelia</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/509">rust-lang/flate2-rs#509</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5">https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/2661fbb3107a5489ad8d2315049d4d1a295f130b"><code>2661fbb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/509">#509</a> from fintelia/revert-flush-change</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/bc36cf4af084b0da8b8fe4e9ef2e4ce8c903ba63"><code>bc36cf4</code></a> Bump patch version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/4341fe263c606b61b6b4365c3255463446ecbe71"><code>4341fe2</code></a> Revert &quot;Use partial flushes with miniz_oxide backend&quot;</li> <li>See full diff in <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5">compare view</a></li> </ul> </details> <br /> Updates `indicatif` from 0.18.0 to 0.18.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/console-rs/indicatif/releases">indicatif's releases</a>.</em></p> <blockquote> <h2>0.18.1</h2> <h2>What's Changed</h2> <ul> <li>Do not render &quot;current&quot; char if no &quot;current&quot; char is configured by <a href="https://github.com/Finomnis"><code>@​Finomnis</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/719">console-rs/indicatif#719</a></li> <li>Update vt100 requirement from 0.15.1 to 0.16.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/console-rs/indicatif/pull/723">console-rs/indicatif#723</a></li> <li>Bump MSRV to 1.71 with versioned lockfile by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/735">console-rs/indicatif#735</a></li> <li>Fix wide_bar width computation with a multiline message by <a href="https://github.com/glehmann"><code>@​glehmann</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/738">console-rs/indicatif#738</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/console-rs/indicatif/commits">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>
合并状态:未合并 关闭于 2026-01-01 1 条评论