ITADN
ofek/pyapp/Issues

Bump the all group with 5 updates

#199Pull Requestdependabot[bot] 创建于 2025-08-01
dependenciesrust
D
dependabot[bot]commented
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.21` | `0.12.22` | | [zip](https://github.com/zip-rs/zip2) | `4.2.0` | `4.3.0` | | [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` | Updates `clap` from 4.5.40 to 4.5.42 <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.42</h2> <h2>[4.5.42] - 2025-07-30</h2> <h3>Fixes</h3> <ul> <li>Include subcommand visible long aliases in <code>--help</code></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.42] - 2025-07-30</h2> <h3>Fixes</h3> <ul> <li>Include subcommand visible long aliases in <code>--help</code></li> </ul> <h2>[4.5.41] - 2025-07-09</h2> <h3>Features</h3> <ul> <li>Add <code>Styles::context</code> and <code>Styles::context_value</code> to customize the styling of <code>[default: value]</code> like notes in the <code>--help</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/27cc4b7f59f4b9658881514ccf4e4ab3c41c9af5"><code>27cc4b7</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/16a4fc7190c1e807793475989e762fb4ebb6bffe"><code>16a4fc7</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/07f9f15eda15f03e7d95032365c3562538686c3d"><code>07f9f15</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5874">#5874</a> from tetzng/fix-fish-completions</li> <li><a href="https://github.com/clap-rs/clap/commit/721deab943d431a917edca0a4d840d8597a43e95"><code>721deab</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a4be55bf6441b4fa1c1c7eb104fa235eff55f970"><code>a4be55b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/fd5e6915f0fbb94b0959b7245dd244ac5686d7f3"><code>fd5e691</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5877">#5877</a> from therealprof/features/use-btreemap-instead-of-so...</li> <li><a href="https://github.com/clap-rs/clap/commit/6604e79ee7bddc0ecee0cb70b380aa8a3d6efd79"><code>6604e79</code></a> Use BTreeMap instead of a sorted Vec</li> <li><a href="https://github.com/clap-rs/clap/commit/28e163a8e75be9a2f57079abbccb9d6bb5bdea7e"><code>28e163a</code></a> fix(complete): Remove {} and replace commas with newlines</li> <li><a href="https://github.com/clap-rs/clap/commit/b5a47c46acda0c3166df80e1deb61fe1f017b26b"><code>b5a47c4</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/b154a7a114de1ce6f0dee9b68bc5de1ec676cdc4"><code>b154a7a</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.40...clap_complete-v4.5.42">compare view</a></li> </ul> </details> <br /> Updates `indicatif` from 0.17.11 to 0.18.0 <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.0</h2> <p>Unfortunately <a href="https://github.com/console-rs/indicatif/releases/0.17.12">0.17.12</a> had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.</p> <h2>What's Changed</h2> <ul> <li>Bump version to 0.18.0 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/715">console-rs/indicatif#715</a></li> </ul> <h2>0.17.12</h2> <h2>What's Changed</h2> <ul> <li>Add ProgressBar::force_draw by <a href="https://github.com/jaheba"><code>@​jaheba</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/689">console-rs/indicatif#689</a></li> <li>Use width to truncate <code>HumanFloatCount</code> values by <a href="https://github.com/ReagentX"><code>@​ReagentX</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/696">console-rs/indicatif#696</a></li> <li><code>ProgressStyle</code> enable/disable colors based on draw target by <a href="https://github.com/tonywu6"><code>@​tonywu6</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/699">console-rs/indicatif#699</a></li> <li>Switch dep number_prefix to unit_prefix by <a href="https://github.com/kimono-koans"><code>@​kimono-koans</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/709">console-rs/indicatif#709</a></li> <li>draw_target: inline the format arg to silence clippy by <a href="https://github.com/chris-laplante"><code>@​chris-laplante</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/711">console-rs/indicatif#711</a></li> <li>Upgrade to console 0.16 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/712">console-rs/indicatif#712</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/indicatif/commit/354b7325467252009f8bc0bd7155798a17deb84a"><code>354b732</code></a> Bump version to 0.18.0</li> <li><a href="https://github.com/console-rs/indicatif/commit/f46ba0ac88ac0ce5f98f5b2bdef3a2a53618d257"><code>f46ba0a</code></a> Bump version to 0.17.12</li> <li><a href="https://github.com/console-rs/indicatif/commit/9f08f12f4076e02884e39331b39a86fb5b955b43"><code>9f08f12</code></a> Upgrade to console 0.16</li> <li><a href="https://github.com/console-rs/indicatif/commit/9afc3621129d2007ce0bdbda1be537d7fd66cbb3"><code>9afc362</code></a> draw_target: inline the format arg to silence clippy</li> <li><a href="https://github.com/console-rs/indicatif/commit/880d8ce6b9e1615605fdf2c84cc24068f985a0b0"><code>880d8ce</code></a> Switch from number_prefix to unit-prefix (<a href="https://redirect.github.com/console-rs/indicatif/issues/709">#709</a>)</li> <li><a href="https://github.com/console-rs/indicatif/commit/458e4dc391c1b001937e502bd450a0bfc8b4d9f6"><code>458e4dc</code></a> <code>ProgressStyle</code> enable/disable colors based on draw target (<a href="https://redirect.github.com/console-rs/indicatif/issues/699">#699</a>)</li> <li><a href="https://github.com/console-rs/indicatif/commit/abd2181eb058de862984d3792bf31741ec03b2ba"><code>abd2181</code></a> Use width to truncate <code>HumanFloatCount</code> values (<a href="https://redirect.github.com/console-rs/indicatif/issues/696">#696</a>)</li> <li><a href="https://github.com/console-rs/indicatif/commit/79ea0854149f7a7d2338a26daa5760d1cd696733"><code>79ea085</code></a> Add ProgressBar::force_draw (<a href="https://redirect.github.com/console-rs/indicatif/issues/689">#689</a>)</li> <li>See full diff in <a href="https://github.com/console-rs/indicatif/compare/0.17.11...0.18.0">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.12.21 to 0.12.22 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.12.22</h2> <h2>tl;dr</h2> <ul> <li>Fix socks proxies when resolving IPv6 destinations.</li> </ul> <h2>What's Changed</h2> <ul> <li>fix(socks): bracket IPv6 addresses when formatting destination host by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2753">seanmonstar/reqwest#2753</a></li> <li>Prepare v0.12.22 by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2754">seanmonstar/reqwest#2754</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.21...v0.12.22">https://github.com/seanmonstar/reqwest/compare/v0.12.21...v0.12.22</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.12.22</h2> <ul> <li>Fix socks proxies when resolving IPv6 destinations.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/e6e2d8a25dfcdfae026946672d3aa015214a10c1"><code>e6e2d8a</code></a> v0.12.22</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a9ab0fae3fa9901608aad70651e7affa61c063d5"><code>a9ab0fa</code></a> fix(socks): bracket IPv6 addresses when formatting destination host (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2753">#2753</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.21...v0.12.22">compare view</a></li> </ul> </details> <br /> Updates `zip` from 4.2.0 to 4.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/releases">zip's releases</a>.</em></p> <blockquote> <h2>v4.3.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add support for PPMd (<a href="https://redirect.github.com/zip-rs/zip2/pull/370">#370</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/zip-rs/zip2/compare/v4.2.0...v4.3.0">4.3.0</a> - 2025-07-09</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add support for PPMd (<a href="https://redirect.github.com/zip-rs/zip2/pull/370">#370</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/6c78fe381da074610d99e2d59546b0530bcb6e54"><code>6c78fe3</code></a> Bump version to 4.3.0 and update CHANGELOG</li> <li><a href="https://github.com/zip-rs/zip2/commit/741ca45ce79ddb43024b0bd7b207bf8a65e5a5b9"><code>741ca45</code></a> ci: Update release-plz configuration</li> <li><a href="https://github.com/zip-rs/zip2/commit/2c77a9058e19335be507215b8aeadcd6a0e4d74d"><code>2c77a90</code></a> deps: Remove dependency on getrandom wasm backend (<a href="https://redirect.github.com/zip-rs/zip2/issues/336">#336</a>) (<a href="https://redirect.github.com/zip-rs/zip2/issues/372">#372</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/f5963e3d18efbb07c4bb05f6f31a0c924ba86c44"><code>f5963e3</code></a> Add support for PPMd (<a href="https://redirect.github.com/zip-rs/zip2/issues/370">#370</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/c8278990c40ddfbeb4a23877c1221792535d21b3"><code>c827899</code></a> Upgrade to bzip2 0.6.0 (<a href="https://redirect.github.com/zip-rs/zip2/issues/366">#366</a>)</li> <li>See full diff in <a href="https://github.com/zip-rs/zip2/compare/v4.2.0...v4.3.0">compare view</a></li> </ul> </details> <br /> Updates `rand` from 0.9.1 to 0.9.2 <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.2 — 2025-07-20]</h2> <h3>Deprecated</h3> <ul> <li>Deprecate <code>rand::rngs::mock</code> module and <code>StepRng</code> generator (<a href="https://redirect.github.com/rust-random/rand/issues/1634">#1634</a>)</li> </ul> <h3>Additions</h3> <ul> <li>Enable <code>WeightedIndex&lt;usize&gt;</code> (de)serialization (<a href="https://redirect.github.com/rust-random/rand/issues/1646">#1646</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/d3dd4157052e5431ce42e157b544968560a68b95"><code>d3dd415</code></a> Prepare rand_core 0.9.2 (<a href="https://redirect.github.com/rust-random/rand/issues/1605">#1605</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/99fabd20e9b39d0af7c2ed6c31dbcad83a1703fd"><code>99fabd2</code></a> Prepare rand_core 0.9.2</li> <li><a href="https://github.com/rust-random/rand/commit/c7fe1c43b5ba53aacad5fbac94a8b88788564049"><code>c7fe1c4</code></a> rand: re-export <code>rand_core</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1604">#1604</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/db2b1e0bb41b0a1435b9fecaa1b7bdb531183204"><code>db2b1e0</code></a> rand: re-export <code>rand_core</code></li> <li><a href="https://github.com/rust-random/rand/commit/ee1d96f9f527dbe6f873c8a5ccf47d60a6b8f7b7"><code>ee1d96f</code></a> rand_core: implement reborrow for <code>UnwrapMut</code> (<a href="https://redirect.github.com/rust-random/rand/issues/1595">#1595</a>)</li> <li><a href="https://github.com/rust-random/rand/commit/e0eb2ee0fcc0b07afb901465f4a8ba7f07128f87"><code>e0eb2ee</code></a> rand_core: implement reborrow for <code>UnwrapMut</code></li> <li><a href="https://github.com/rust-random/rand/commit/975f602f5dbbdab0a024e0c5e8b527907426bd8c"><code>975f602</code></a> fixup clippy 1.85 warnings</li> <li><a href="https://github.com/rust-random/rand/commit/775b05be1b8a4fdef17c6601cd223551fbf67edc"><code>775b05b</code></a> Relax <code>Sized</code> requirements for blanket impls (<a href="https://redirect.github.com/rust-random/rand/issues/1593">#1593</a>)</li> <li>See full diff in <a href="https://github.com/rust-random/rand/compare/rand_core-0.9.1...rand_core-0.9.2">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>
合并状态:未合并 关闭于 2025-10-01 1 条评论