dependabot[bot] opened a new pull request, #3082: URL: https://github.com/apache/iggy/pull/3082
Bumps the minor-and-patch group with 2 updates: [hwlocality](https://github.com/HadrienG2/hwlocality) and [passterm](https://github.com/finfet/passterm). Updates `hwlocality` from 1.0.0-alpha.11 to 1.0.0-alpha.12 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HadrienG2/hwlocality/commit/41e37b673a2681f98ffc1f0a33a8389da625ce5a"><code>41e37b6</code></a> hwlocality tag needs a pinned hwlocality-sys version</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/48417a802ad52635fd72da6ade343a86b1747f3d"><code>48417a8</code></a> Merge pull request <a href="https://redirect.github.com/HadrienG2/hwlocality/issues/372">#372</a> from HadrienG2/edition-and-updates</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/f74cc17acacb21965d44d835d828f8b2842e2b40"><code>f74cc17</code></a> Put SAFETY comment back in the right place</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/c555e4c558462532e86978c8d285b6d6b18de2b9"><code>c555e4c</code></a> Apply rustfmt</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/8ceb2129e64d81bc2940274be5f9882df3992fd9"><code>8ceb212</code></a> If this merges, it will be tagged as sys-v0.7.0 and v1.0.0-alpha.12</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/2eb983a37f1c4fd1c2f610ca480d193a05ec8551"><code>2eb983a</code></a> Bump MSRV to 1.85, switch to edition 2024, update all dependencies</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/00df1ebf9e6709637da1a2cc5430c8bc2c8bf20f"><code>00df1eb</code></a> Merge pull request <a href="https://redirect.github.com/HadrienG2/hwlocality/issues/370">#370</a> from HadrienG2/dependabot/cargo/similar-asserts-2.0.0</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/0d73c5303f747ca6410850657ec34aa4e9c5d622"><code>0d73c53</code></a> Bump similar-asserts from 1.7.0 to 2.0.0</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/e545981498a6d2c22b413d18b33d9c396c648cbf"><code>e545981</code></a> Merge pull request <a href="https://redirect.github.com/HadrienG2/hwlocality/issues/369">#369</a> from HadrienG2/dependabot/cargo/libc-0.2.184</li> <li><a href="https://github.com/HadrienG2/hwlocality/commit/ebedf8dd76381b8ef6f45abf5d637a03d12950e5"><code>ebedf8d</code></a> Bump libc from 0.2.183 to 0.2.184</li> <li>Additional commits viewable in <a href="https://github.com/HadrienG2/hwlocality/compare/v1.0.0-alpha.11...v1.0.0-alpha.12">compare view</a></li> </ul> </details> <br /> Updates `passterm` from 2.0.1 to 2.0.6 <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.6</h2> <p>2025-02-01</p> <ul> <li>Switch to windows-link for windows linking</li> </ul> <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/fe55ce8cca520700a8ee92d621b9d1449ba77471"><code>fe55ce8</code></a> Fix windows-link macro call</li> <li><a href="https://github.com/finfet/passterm/commit/f1a851a61fe4dec73e992bcfec9a5349bf9b9dd4"><code>f1a851a</code></a> passterm v2.0.6</li> <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.6">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 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]
