dependabot[bot] opened a new pull request, #2583: URL: https://github.com/apache/iggy/pull/2583
Bumps the minor-and-patch group with 4 updates: [passterm](https://github.com/finfet/passterm), [thiserror](https://github.com/dtolnay/thiserror), [zip](https://github.com/zip-rs/zip2) and [rcgen](https://github.com/rustls/rcgen). 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 `thiserror` from 2.0.17 to 2.0.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>2.0.18</h2> <ul> <li>Make compatible with project-level <code>needless_lifetimes = "forbid"</code> (<a href="https://redirect.github.com/dtolnay/thiserror/issues/443">#443</a>, thanks <a href="https://github.com/LucaCappelletti94"><code>@LucaCappelletti94</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/dc0f6a23a3fb6ae34ef117133ec43650450c4b32"><code>dc0f6a2</code></a> Release 2.0.18</li> <li><a href="https://github.com/dtolnay/thiserror/commit/027529273572e8171262231190c4328e40ec1b36"><code>0275292</code></a> Touch up PR 443</li> <li><a href="https://github.com/dtolnay/thiserror/commit/3c33bc60add478225e6bbd19e9974a633da08545"><code>3c33bc6</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/443">#443</a> from LucaCappelletti94/master</li> <li><a href="https://github.com/dtolnay/thiserror/commit/995939cc2eae15cc23f873f354f8ef3fbfd6a707"><code>995939c</code></a> Reproduce issue 442</li> <li><a href="https://github.com/dtolnay/thiserror/commit/21653d1d33f563f0b8f8881671894a23cc3a2a27"><code>21653d1</code></a> Made clippy lifetime allows conditional</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e5388009e68c32f20182db21ee5887bc1c3304"><code>45e5388</code></a> Update actions/upload-artifact@v5 -> v6</li> <li><a href="https://github.com/dtolnay/thiserror/commit/386aac126a95a97fae374c05bd2ebb1dd550a361"><code>386aac1</code></a> Update actions/upload-artifact@v4 -> v5</li> <li><a href="https://github.com/dtolnay/thiserror/commit/ec50561375fcd29d700da43a79f4f5d9794e5b4b"><code>ec50561</code></a> Update actions/checkout@v5 -> v6</li> <li><a href="https://github.com/dtolnay/thiserror/commit/247eab5d79e27ad28859afdf8bc600a4242829b7"><code>247eab5</code></a> Update name of empty_enum clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/91b181f0899fd42f41c210e73822c29eef29dd6d"><code>91b181f</code></a> Raise required compiler to Rust 1.68</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18">compare view</a></li> </ul> </details> <br /> Updates `zip` from 7.0.0 to 7.1.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>v7.1.0</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>display the underlying error in Display impl for ZipError::Display (<a href="https://redirect.github.com/zip-rs/zip2/pull/483">#483</a>)</li> <li>Enable creation of <code>ZipArchive</code> without reparsing (<a href="https://redirect.github.com/zip-rs/zip2/pull/485">#485</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Return InvalidPassword rather than panic when AES key is the wrong length (<a href="https://redirect.github.com/zip-rs/zip2/pull/457">#457</a>)</li> <li>bench with auto zip64 comment (<a href="https://redirect.github.com/zip-rs/zip2/pull/505">#505</a>)</li> <li>add condition for <code>getrandom</code> dependency (<a href="https://redirect.github.com/zip-rs/zip2/pull/504">#504</a>)</li> <li><em>(zipcrypto)</em> Support streaming ZipCrypto encryption, don't store entire file in memory (<a href="https://redirect.github.com/zip-rs/zip2/pull/462">#462</a>)</li> </ul> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Clean up imports and move types (<a href="https://redirect.github.com/zip-rs/zip2/pull/461">#461</a>)</li> <li>Replace handwritten <code>Ord</code> and <code>PartialOrd</code> for <code>DateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/484">#484</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Lock <code>lzma-rust2</code> to at least 0.15.5 (<a href="https://redirect.github.com/zip-rs/zip2/pull/491">#491</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/v7.0.0...v7.1.0">7.1.0</a> - 2026-01-14</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>display the underlying error in Display impl for ZipError::Display (<a href="https://redirect.github.com/zip-rs/zip2/pull/483">#483</a>)</li> <li>Enable creation of <code>ZipArchive</code> without reparsing (<a href="https://redirect.github.com/zip-rs/zip2/pull/485">#485</a>)</li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Return InvalidPassword rather than panic when AES key is the wrong length (<a href="https://redirect.github.com/zip-rs/zip2/pull/457">#457</a>)</li> <li>bench with auto zip64 comment (<a href="https://redirect.github.com/zip-rs/zip2/pull/505">#505</a>)</li> <li>add condition for <code>getrandom</code> dependency (<a href="https://redirect.github.com/zip-rs/zip2/pull/504">#504</a>)</li> <li><em>(zipcrypto)</em> Support streaming ZipCrypto encryption, don't store entire file in memory (<a href="https://redirect.github.com/zip-rs/zip2/pull/462">#462</a>)</li> </ul> <h3><!-- raw HTML omitted -->🚜 Refactor</h3> <ul> <li>Clean up imports and move types (<a href="https://redirect.github.com/zip-rs/zip2/pull/461">#461</a>)</li> <li>Replace handwritten <code>Ord</code> and <code>PartialOrd</code> for <code>DateTime</code> (<a href="https://redirect.github.com/zip-rs/zip2/pull/484">#484</a>)</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Lock <code>lzma-rust2</code> to at least 0.15.5 (<a href="https://redirect.github.com/zip-rs/zip2/pull/491">#491</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/ffcf8adc7785bd74de0299dfdcc34e6a0147208b"><code>ffcf8ad</code></a> chore: release v7.1.0 (<a href="https://redirect.github.com/zip-rs/zip2/issues/517">#517</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/003531d67d49f1cf0284ddc68e5226dc8b374b48"><code>003531d</code></a> ci: Work around <a href="https://redirect.github.com/github/codeql-action/issues/1572">github/codeql-action#1572</a></li> <li><a href="https://github.com/zip-rs/zip2/commit/b1c776baf4d80abef5d541d23b3e4b593c9dd220"><code>b1c776b</code></a> chore(deps): Remove temporary dependency on rustversion (<a href="https://redirect.github.com/zip-rs/zip2/issues/513">#513</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/24e5188af38a783d1e2584d953c61f57b73710b2"><code>24e5188</code></a> chore(deps): update fuzzing deps and Dependabot config (<a href="https://redirect.github.com/zip-rs/zip2/issues/515">#515</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/2f167eb2c994c019a9356d2e4f28bc22bdc0e7bd"><code>2f167eb</code></a> fix: Return InvalidPassword rather than panic when AES key is the wrong lengt...</li> <li><a href="https://github.com/zip-rs/zip2/commit/8b2f161df883be963849c520181e7339112cc2bf"><code>8b2f161</code></a> ci: Configure concurrency groups: one per commit on master, one per ref elsew...</li> <li><a href="https://github.com/zip-rs/zip2/commit/3e0f5df2c440a8259d8d416f6234f623db7c8401"><code>3e0f5df</code></a> docs: Potential fixes for 5 code quality findings in examples/write_sample.rs...</li> <li><a href="https://github.com/zip-rs/zip2/commit/d3e20babdd763fd456ccac9ba7c830da1d3d62bb"><code>d3e20ba</code></a> chore(deps): Update misc. dependencies (<a href="https://redirect.github.com/zip-rs/zip2/issues/508">#508</a>)</li> <li><a href="https://github.com/zip-rs/zip2/commit/671ab75991b56c82bad9bf02b1c5750d2c09d363"><code>671ab75</code></a> style: Clarify an error message, and address other code-quality findings in w...</li> <li><a href="https://github.com/zip-rs/zip2/commit/884d8f6878c336ea7973a1ed96970d71e008e6ce"><code>884d8f6</code></a> docs(examples): prevent path traversal in extract example (<a href="https://redirect.github.com/zip-rs/zip2/issues/512">#512</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> Updates `rcgen` from 0.14.6 to 0.14.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rcgen/releases">rcgen's releases</a>.</em></p> <blockquote> <h2>0.14.7</h2> <h2>What's Changed</h2> <ul> <li>Implement <code>From<KeyPair> for PrivateKeyDer<'static></code> by <a href="https://github.com/LebedevRI"><code>@LebedevRI</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/403">rustls/rcgen#403</a></li> <li>update copyright year in LICENSE by <a href="https://github.com/jasmyhigh"><code>@jasmyhigh</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/407">rustls/rcgen#407</a></li> <li>Add P521-SHA256 and P521-SHA384 signing algorithms by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/408">rustls/rcgen#408</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rcgen/commit/ee434c51053db0d4781e1b290ce9bae63fb8050b"><code>ee434c5</code></a> Bump version to 0.14.7</li> <li><a href="https://github.com/rustls/rcgen/commit/b3707646eb90dba532c85286cc8f3cdb1ed11d9e"><code>b370764</code></a> Add P521-SHA256 and P521-SHA384 signing algorithms</li> <li><a href="https://github.com/rustls/rcgen/commit/851c56c2a69316a4e73f12b01b3351e03760197d"><code>851c56c</code></a> update copyright year in LICENSE</li> <li><a href="https://github.com/rustls/rcgen/commit/26aad716a9f14a94f601cdfe149a04147dd787e2"><code>26aad71</code></a> Implement <code>From\<KeyPair> for PrivateKeyDer\<'static></code></li> <li><a href="https://github.com/rustls/rcgen/commit/b250fa36a553a7d090d36ad70886c97191065581"><code>b250fa3</code></a> Bump actions/cache from 4 to 5</li> <li>See full diff in <a href="https://github.com/rustls/rcgen/compare/v0.14.6...v0.14.7">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]
