dependabot[bot] opened a new pull request, #2362:
URL: https://github.com/apache/iggy/pull/2362

   Bumps the minor-and-patch group with 4 updates: 
[clap](https://github.com/clap-rs/clap), 
[compio](https://github.com/compio-rs/compio), 
[passterm](https://github.com/finfet/passterm) and 
[actix-web](https://github.com/actix/actix-web).
   
   Updates `clap` from 4.5.51 to 4.5.52
   <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.52</h2>
   <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>
   </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.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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/clap-rs/clap/commit/783b291358fddc046984adb27d7cd12b57e423d8";><code>783b291</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/a88013aab01b8d71880a28a9430271088b42c3fc";><code>a88013a</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/a3c623042a0f3ea9cc4dbb5595483abc6af8764d";><code>a3c6230</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6000";>#6000</a> from 
mernen/fix-zsh-dynamic-completion</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/951536ee6973e889ffa8d227e5e0818261be5fbb";><code>951536e</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/3c527af7f43134a0d35873b8f3add4abf3e9245a";><code>3c527af</code></a>
 chore: Update transitive clap</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/8520a7acb57fdcc4a5171d6f8e37252ee8a16432";><code>8520a7a</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/2826eede74c7cda4b28d82dc5b40e42596b8bc6b";><code>2826eed</code></a>
 chore(nushell): Require newer clap_complete</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/c17d25fc4174470648e599c30def4dd4895bbd74";><code>c17d25f</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/493a71a83b514ea9544926869a1fc23e164d7f06";><code>493a71a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/5999";>#5999</a> from 
cenviity/push-tqqzyttsoktu</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/c758212a472e1181bd49402e74c2069aba0a225e";><code>c758212</code></a>
 feat(help): Merge lists of short and long aliases</li>
   <li>Additional commits viewable in <a 
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.51...clap_complete-v4.5.52";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `compio` from 0.16.0 to 0.16.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/compio-rs/compio/releases";>compio's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.16.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>compio-driver
   <ul>
   <li>feat: <code>Socket</code> op fallbacks to blocking if the kernel doesn't 
support it <a 
href="https://redirect.github.com/compio-rs/compio/issues/507";>#507</a></li>
   </ul>
   </li>
   <li>compio-io
   <ul>
   <li>fix: <code>Framed</code> won't stop reading if underlying IO returns 
<code>Ok(0)</code> <a 
href="https://redirect.github.com/compio-rs/compio/issues/497";>#497</a></li>
   <li>fix: <code>AsyncStream</code> is unsound <a 
href="https://redirect.github.com/compio-rs/compio/issues/499";>#499</a></li>
   <li>feat: make <code>SyncStream</code> growable <a 
href="https://redirect.github.com/compio-rs/compio/issues/501";>#501</a> <a 
href="https://redirect.github.com/compio-rs/compio/issues/509";>#509</a></li>
   </ul>
   </li>
   <li>compio-runtime
   <ul>
   <li>refactor: timer <a 
href="https://redirect.github.com/compio-rs/compio/issues/475";>#475</a></li>
   <li>refactor: scheduler <a 
href="https://redirect.github.com/compio-rs/compio/issues/485";>#485</a> <a 
href="https://redirect.github.com/compio-rs/compio/issues/490";>#490</a> <a 
href="https://redirect.github.com/compio-rs/compio/issues/491";>#491</a> <a 
href="https://redirect.github.com/compio-rs/compio/issues/494";>#494</a> <a 
href="https://redirect.github.com/compio-rs/compio/issues/502";>#502</a></li>
   </ul>
   </li>
   <li>compio-tls
   <ul>
   <li>fix: the rustls adapter hangs <a 
href="https://redirect.github.com/compio-rs/compio/issues/499";>#499</a></li>
   </ul>
   </li>
   <li>compio-ws
   <ul>
   <li>feat: new crate for websocket <a 
href="https://redirect.github.com/compio-rs/compio/issues/501";>#501</a></li>
   </ul>
   </li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Paraworker";><code>@​Paraworker</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/compio-rs/compio/pull/485";>compio-rs/compio#485</a></li>
   <li><a href="https://github.com/krishvishal";><code>@​krishvishal</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/compio-rs/compio/pull/501";>compio-rs/compio#501</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/compio-rs/compio/compare/v0.16.0...v0.16.1";>https://github.com/compio-rs/compio/compare/v0.16.0...v0.16.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/compio-rs/compio/commit/78afba6e22266ae5d5167635ab129a5c414549aa";><code>78afba6</code></a>
 fix: adjust the features without breaking (<a 
href="https://redirect.github.com/compio-rs/compio/issues/511";>#511</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/70ceb41c527e36e90045e677154bfa094e68b687";><code>70ceb41</code></a>
 feat: adjust features (<a 
href="https://redirect.github.com/compio-rs/compio/issues/508";>#508</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/bb6b0a16f8277af0a278bec613c57da4471c1a0c";><code>bb6b0a1</code></a>
 feat: bump version of driver and io (<a 
href="https://redirect.github.com/compio-rs/compio/issues/510";>#510</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/27035c2bd285e52fc54d6100e46dcde285cca775";><code>27035c2</code></a>
 feat(io): move GrowableSyncStream to compio-io (<a 
href="https://redirect.github.com/compio-rs/compio/issues/509";>#509</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/ac7b30a60b443e2746b7b55e69d7225958163e53";><code>ac7b30a</code></a>
 feat(driver,iour): fallback to blocking CreateSocket (<a 
href="https://redirect.github.com/compio-rs/compio/issues/507";>#507</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/cf023d181c70f5abefe458fc3ec3ae1ebba822aa";><code>cf023d1</code></a>
 fix(driver): avoid deprecated calls (<a 
href="https://redirect.github.com/compio-rs/compio/issues/506";>#506</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/ca28994e59ccdbe6b215aab56072b3050c0dea9f";><code>ca28994</code></a>
 feat(ws): add <code>compio-ws</code>, async WebSocket support for 
<code>compio</code> runtime (<a 
href="https://redirect.github.com/compio-rs/compio/issues/501";>#501</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/0bc590df25b70911d84cb035a7eb367eb16cd248";><code>0bc590d</code></a>
 fix(runtime): only remove active task's <code>Waker</code> by 
<code>DropHook</code> (<a 
href="https://redirect.github.com/compio-rs/compio/issues/502";>#502</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/12f3027ddbbf110ba174333b5bb0005227e0bc83";><code>12f3027</code></a>
 fix(doc): remove doc_auto_cfg (<a 
href="https://redirect.github.com/compio-rs/compio/issues/500";>#500</a>)</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/0c3360b5392616203260a5913ea3813c38993e56";><code>0c3360b</code></a>
 fix(tls): avoid infinite loop (<a 
href="https://redirect.github.com/compio-rs/compio/issues/499";>#499</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/compio-rs/compio/compare/v0.16.0...v0.16.1";>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 `actix-web` from 4.11.0 to 4.12.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actix/actix-web/releases";>actix-web's 
releases</a>.</em></p>
   <blockquote>
   <h2>actix-web: v4.12.0</h2>
   <h1>Short announcement</h1>
   <p>We've started GitHub Sponsors: <a 
href="https://github.com/sponsors/actix";>https://github.com/sponsors/actix</a>
   Support our development!</p>
   <h2>v4.12.0</h2>
   <ul>
   
<li><code>actix_web::response::builder::HttpResponseBuilder::streaming()</code> 
now sets <code>Content-Type</code> to <code>application/octet-stream</code> if 
<code>Content-Type</code> does not exist.</li>
   
<li><code>actix_web::response::builder::HttpResponseBuilder::streaming()</code> 
now calls 
<code>actix_web::response::builder::HttpResponseBuilder::no_chunking()</code> 
and returns <code>SizedStream</code> if <code>Content-Length</code> is set by 
user.</li>
   <li>Add <code>ws</code> crate feature (on-by-default) which forwards to 
<code>actix-http</code> and guards some of its <code>ResponseError</code> impls.
   <ul>
   <li>⚠️ if you use <code>default-feature = false</code> and the web scoket 
feature, please make sure you enable the <code>ws</code> feature.</li>
   </ul>
   </li>
   <li>Add public export for <code>EitherExtractError</code> in 
<code>error</code> module.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actix/actix-web/commit/d119500f938f55eeaa3d000a9299a3797d2a8819";><code>d119500</code></a>
 release: actix-web v4.12.0 (<a 
href="https://redirect.github.com/actix/actix-web/issues/3830";>#3830</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/a3f95ee1ef8beaac48ad2329c0b2b724c4075ccb";><code>a3f95ee</code></a>
 feat: improve <code>HttpResponseBuilder::streaming</code> with SizedStream (<a 
href="https://redirect.github.com/actix/actix-web/issues/3829";>#3829</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/e1da110e926bb02f83140aed9454d5ca2b5fc16a";><code>e1da110</code></a>
 chore: Add public export for <code>EitherExtractError</code> (<a 
href="https://redirect.github.com/actix/actix-web/issues/3826";>#3826</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/219b98830002f0144e9889223e0acf6af5109b91";><code>219b988</code></a>
 build(deps): bump taiki-e/install-action from 2.62.46 to 2.62.49 (<a 
href="https://redirect.github.com/actix/actix-web/issues/3823";>#3823</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/9cf3521390593c1c161f7110e0dba714d2c3183d";><code>9cf3521</code></a>
 build(deps): bump quote from 1.0.41 to 1.0.42 (<a 
href="https://redirect.github.com/actix/actix-web/issues/3825";>#3825</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/8b103199ea29f0310ccd26042afd9f56864fa4ce";><code>8b10319</code></a>
 build(deps): bump taiki-e/install-action from 2.62.45 to 2.62.46 (<a 
href="https://redirect.github.com/actix/actix-web/issues/3820";>#3820</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/d5fae3ecc2286b53985cfef6310abbecfa14595c";><code>d5fae3e</code></a>
 chore: rename branch to main (<a 
href="https://redirect.github.com/actix/actix-web/issues/3821";>#3821</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/e6958cc677ca17d16a230e3dea54e34544ae8039";><code>e6958cc</code></a>
 build(deps): bump taiki-e/install-action from 2.62.38 to 2.62.45 (<a 
href="https://redirect.github.com/actix/actix-web/issues/3819";>#3819</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/3dd42ee13e05aa74c7e17ad9f24d9f7070d92e33";><code>3dd42ee</code></a>
 build(deps): bump tokio-util from 0.7.16 to 0.7.17 (<a 
href="https://redirect.github.com/actix/actix-web/issues/3817";>#3817</a>)</li>
   <li><a 
href="https://github.com/actix/actix-web/commit/627af8ce57d638b94788e084a352cd879e8b0568";><code>627af8c</code></a>
 chore(gha): setup cargo-deny (<a 
href="https://redirect.github.com/actix/actix-web/issues/3816";>#3816</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actix/actix-web/compare/web-v4.11.0...web-v4.12.0";>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]

Reply via email to