dependabot[bot] opened a new pull request, #2310: URL: https://github.com/apache/iggy/pull/2310
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.50` | `4.5.51` | | [passterm](https://github.com/finfet/passterm) | `2.0.1` | `2.0.5` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.17` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.3` | `1.0.4` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.59` | `4.5.60` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.17` | `2.1.1` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.6.0` | `0.6.1` | Updates `clap` from 4.5.50 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> </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> </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.50...clap_complete-v4.5.51">compare view</a></li> </ul> </details> <br /> Updates `passterm` from 2.0.1 to 2.0.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/finfet/passterm/blob/main/CHANGELOG.md">passterm's changelog</a>.</em></p> <blockquote> <h2>Version 2.0.5</h2> <p>2024-12-07</p> <ul> <li>Fix extraneous newline being printed on windows</li> <li>Open tty with O_NOCTTY on unix systems to prevent the prompt from becoming the controlling terminal</li> <li>Fix stdin password prompt to always attempt to disable echo even if stdin is not a tty</li> </ul> <h2>Version 2.0.4</h2> <p>2024-10-27</p> <ul> <li>Various windows fixes. Add check for null stdin handle, and avoid closing it</li> <li>Upgrade zeroize version</li> </ul> <h2>Version 2.0.3</h2> <p>2023-12-15</p> <ul> <li>Remove usage of windows-sys</li> </ul> <h2>Version 2.0.2</h2> <p>2023-12-15</p> <ul> <li>Upgrade dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/finfet/passterm/commit/4fc1d4cba0acc4eec07a52289cff22e9371319ed"><code>4fc1d4c</code></a> Update CHANGELOG</li> <li><a href="https://github.com/finfet/passterm/commit/2f4bcc5587798b998216522ef8bb182d82ad26f2"><code>2f4bcc5</code></a> Fix tty prompt to use O_CNOTTY</li> <li><a href="https://github.com/finfet/passterm/commit/d38759b11665760906417ea3df0df040d3403a17"><code>d38759b</code></a> Fix extraneous newline on windows pass prompts</li> <li><a href="https://github.com/finfet/passterm/commit/6d677ab5f5f69ed8b0a0adf535012f969f2ed43c"><code>6d677ab</code></a> Version 2.0.4</li> <li><a href="https://github.com/finfet/passterm/commit/8f1388d4692e625b48f18fade6c5bc2856c3ec6d"><code>8f1388d</code></a> Various Windows fixes</li> <li><a href="https://github.com/finfet/passterm/commit/79ee0fe86d5436402d4b001bd22d06e51bab089b"><code>79ee0fe</code></a> Version 2.0.3</li> <li><a href="https://github.com/finfet/passterm/commit/064cca7c0bc7470dfc6896f1e9c2fd59464c753c"><code>064cca7</code></a> Remove windows-sys dependency</li> <li><a href="https://github.com/finfet/passterm/commit/21a47e676cfc038c59e49d1f6940b6e9106d8641"><code>21a47e6</code></a> Upgrade deps</li> <li>See full diff in <a href="https://github.com/finfet/passterm/compare/v2.0.1...v2.0.5">compare view</a></li> </ul> </details> <br /> Updates `tokio-util` from 0.7.16 to 0.7.17 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/454fd8c3477a37d12d5d11948fd6fe496924e950"><code>454fd8c</code></a> chore: prepare tokio-util v0.7.17 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7719">#7719</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4421022c254cda51fe2dd641c2114fb3af7fb711"><code>4421022</code></a> codec: remove unnecessary trait bounds on all <code>Framed</code> constructors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7716">#7716</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5a709e391bdab3cf8bab9fe65d75fa2b92f4e0db"><code>5a709e3</code></a> io_uring: change <code>Completable</code> to not return io::Result (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7702">#7702</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5efb1c3b16496f51f2ec959b68a1b97efd7ee234"><code>5efb1c3</code></a> io: doc that <code>AsyncWrite</code> does not inherit from <code>Write</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7705">#7705</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f490029b8fc4552d54b527fc0052fb539e493ebf"><code>f490029</code></a> runtime: revert "replace manual vtable definitions with <code>Wake</code>" (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7699">#7699</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d25778f67d4571f9067a0004133d5a9005b6aedd"><code>d25778f</code></a> task: add tests for <code>task::Builder::spawn_local</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7697">#7697</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8318fa1723784cc7f777a900af74ada0ad0dbf7"><code>b8318fa</code></a> task: add tests for <code>spawn_local</code> in panic scenarios (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7694">#7694</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/acfdb87e2b8b5daa8ffe31de53eaff0df3f04c50"><code>acfdb87</code></a> task: use <code>#[tokio::test]</code> explicitly in <code>tests/task_builder.rs</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7698">#7698</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d060401f6c7dca4a20674e3ad63ad7f1b228aa31"><code>d060401</code></a> sync: return <code>TryRecvError::Disconnected</code> from <code>Receiver::try_recv</code> after `Re...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5dacc2e2a8ca151d0e4c5d7021bac8f1fdca1987"><code>5dacc2e</code></a> task: add tests for <code>spawn_local</code> and <code>spawn_local_on</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7609">#7609</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.16...tokio-util-0.7.17">compare view</a></li> </ul> </details> <br /> Updates `webpki-roots` from 1.0.3 to 1.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/webpki-roots/releases">webpki-roots's releases</a>.</em></p> <blockquote> <h2>1.0.4</h2> <h2>CommScope removal</h2> <p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1994866">https://bugzilla.mozilla.org/show_bug.cgi?id=1994866</a> tracks the voluntary removal of:</p> <ul> <li>CommScope Public Trust ECC Root-01</li> <li>CommScope Public Trust ECC Root-02</li> <li>CommScope Public Trust RSA Root-01</li> <li>CommScope Public Trust RSA Root-02</li> </ul> <h2>What's Changed</h2> <ul> <li>1.0.4: track removal of CommScope by <a href="https://github.com/ctz"><code>@ctz</code></a> in <a href="https://redirect.github.com/rustls/webpki-roots/pull/109">rustls/webpki-roots#109</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/webpki-roots/compare/v/1.0.3...v/1.0.4">https://github.com/rustls/webpki-roots/compare/v/1.0.3...v/1.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/webpki-roots/commit/28ead9cc265a743040663dfa8739741da549458d"><code>28ead9c</code></a> 1.0.4: track removal of CommScope</li> <li>See full diff in <a href="https://github.com/rustls/webpki-roots/compare/v/1.0.3...v/1.0.4">compare view</a></li> </ul> </details> <br /> Updates `clap_complete` from 4.5.59 to 4.5.60 <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.59...clap_complete-v4.5.60">compare view</a></li> </ul> </details> <br /> Updates `assert_cmd` from 2.0.17 to 2.1.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md">assert_cmd's changelog</a>.</em></p> <blockquote> <h2>[2.1.1] - 2025-10-29</h2> <h2>[2.1.0] - 2025-10-28</h2> <h3>Compatibility</h3> <ul> <li>Deprecated <code>crate_name!()</code> in favor of <code>pkg_name!()</code></li> <li>Deprecated <code>Command::cargo_bin</code>, <code>CommandCargoExt::cargo_bin</code>, <code>cargo_bin</code> in favor of <code>cargo_bin!</code>, <code>cargo_bin_cmd!</code></li> </ul> <h3>Features</h3> <ul> <li>Provide <code>cargo_bin_cmd!()</code></li> <li>Use <code>pkg_name!()</code> as a default parameter to <code>cargo_bin!()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assert-rs/assert_cmd/commit/68e4a2ce3ca5ce6773ccc38a3aad89fd0d6e1fd2"><code>68e4a2c</code></a> chore: Release assert_cmd version 2.1.1</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/b3cb5d6cc8e77b69d2f7112dc69df1a01e273aa3"><code>b3cb5d6</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/250">#250</a> from epage/docs</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/1ddc1d637cdcfb0e9969481a5ce999efc038af74"><code>1ddc1d6</code></a> docs: Correct examples for <code>cargo_bin!</code></li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/ef752de8a3dfa15340696d5e9f3525419798c7c4"><code>ef752de</code></a> chore: Release assert_cmd version 2.1.0</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/278df89f1dfad87fba08ea65f2ecc148b1c91fea"><code>278df89</code></a> docs: Update changelog</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/b84678bb3a7d4ef5d3d03816452fe2966ee783e3"><code>b84678b</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/248">#248</a> from epage/dep</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/b744e271b74fb70109cdff6b2c0567e03e69f68e"><code>b744e27</code></a> fix: Deprecate cargo_bin (runtime version)</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/b8f7ded59ce06a6b77f61a67e139567367d189d7"><code>b8f7ded</code></a> feat: Provide <code>cargo_bin_cmd!</code></li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/e60035f5dacc4d03688532078477a4d13e320e3c"><code>e60035f</code></a> docs: Prefer pkg_name over CARGO_PKG_NAME</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/069482bb325d223c1d5524c43f8026c6e4f1a07d"><code>069482b</code></a> docs: Use a local example for <code>cargo_bin!</code></li> <li>Additional commits viewable in <a href="https://github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.1">compare view</a></li> </ul> </details> <br /> Updates `ctor` from 0.6.0 to 0.6.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mmastrac/rust-ctor/commits">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
