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

   Bumps the minor-and-patch group with 2 updates: 
[passterm](https://github.com/finfet/passterm) and 
[reqwest](https://github.com/seanmonstar/reqwest).
   
   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 `reqwest` from 0.12.25 to 0.12.26
   <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.26</h2>
   <h2>tl;dr</h2>
   <ul>
   <li>Fix sending <code>Accept-Encoding</code> header only with values 
configured with reqwest, regardless of underlying tower-http config.</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>deps: update cookie_store by <a 
href="https://github.com/seanmonstar";><code>@​seanmonstar</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2886";>seanmonstar/reqwest#2886</a></li>
   <li>fix: disable default compression from tower-http if not enabled in 
reqwest by <a 
href="https://github.com/seanmonstar";><code>@​seanmonstar</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2889";>seanmonstar/reqwest#2889</a></li>
   <li>fix(http3): correct compression defaults by <a 
href="https://github.com/seanmonstar";><code>@​seanmonstar</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2890";>seanmonstar/reqwest#2890</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.26";>https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.26</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.26</h2>
   <ul>
   <li>Fix sending <code>Accept-Encoding</code> header only with values 
configured with reqwest, regardless of underlying tower-http config.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/01f03a4c01fb13e2262a513ed21e2b84b5186f46";><code>01f03a4</code></a>
 v0.12.26</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/e908f57f67d95a814466fc7422655478b983894c";><code>e908f57</code></a>
 fix(http3): correct compression defaults (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2890";>#2890</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/509c9048b426f93bac2f643b1538b1d70e0dc830";><code>509c904</code></a>
 fix: disable default compression from tower-http if not enabled in reqwest 
(#...</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/896aaeab612865bb37bc48d18faa53d7b65036f1";><code>896aaea</code></a>
 deps: update cookie_store to 0.22 (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2886";>#2886</a>)</li>
   <li>See full diff in <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.26";>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