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

   Bumps the minor-and-patch group with 10 updates in the / directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [clap](https://github.com/clap-rs/clap) | `4.5.34` | `4.5.35` |
   | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.34.1` | `0.34.2` 
|
   | [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.44.2` |
   | [passterm](https://github.com/finfet/passterm) | `2.0.1` | `2.0.5` |
   | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.7` | `0.11.8` 
|
   | [zip](https://github.com/zip-rs/zip2) | `2.5.0` | `2.6.1` |
   | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.7.0` | `1.8.1` |
   | [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.44` | 
`0.1.46` |
   | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.71` | 
`0.10.72` |
   | [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | 
`0.29.0` | `0.29.1` |
   
   
   Updates `clap` from 4.5.34 to 4.5.35
   <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.35</h2>
   <h2>[4.5.35] - 2025-04-01</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(help)</em> Align positionals and flags when put in the same 
<code>help_heading</code></li>
   <li><em>(help)</em> Don't leave space for shorts if there are none</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.35] - 2025-04-01</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(help)</em> Align positionals and flags when put in the same 
<code>help_heading</code></li>
   <li><em>(help)</em> Don't leave space for shorts if there are none</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/clap-rs/clap/commit/55a18f518bc00886a6c1d88ea02df157f013cdd9";><code>55a18f5</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/3b0563580d1fcb26df7b81b9c0204af730c47bcd";><code>3b05635</code></a>
 fix(complete): Ensure new enough clap is used</li>
   <li>See full diff in <a 
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.34...clap_complete-v4.5.35";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `sysinfo` from 0.34.1 to 0.34.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md";>sysinfo's
 changelog</a>.</em></p>
   <blockquote>
   <h1>0.34.2</h1>
   <ul>
   <li>FreeBSD: Fix segfault when refreshing processes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/GuillaumeGomez/sysinfo/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tokio` from 1.44.1 to 1.44.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/tokio-rs/tokio/releases";>tokio's releases</a>.</em></p>
   <blockquote>
   <h2>Tokio v1.44.2</h2>
   <p>This release fixes a soundness issue in the broadcast channel. The channel
   accepts values that are <code>Send</code> but <code>!Sync</code>. 
Previously, the channel called
   <code>clone()</code> on these values without synchronizing. This release 
fixes the channel
   by synchronizing calls to <code>.clone()</code> (Thanks Austin Bonander for 
finding and
   reporting the issue).</p>
   <h3>Fixed</h3>
   <ul>
   <li>sync: synchronize <code>clone()</code> call in broadcast channel (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/7232";>#7232</a>)</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tokio-rs/tokio/issues/7232";>#7232</a>: <a 
href="https://redirect.github.com/tokio-rs/tokio/pull/7232";>tokio-rs/tokio#7232</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/ec4b1d7215a3e1e91797ad3fb6ba0f7c7f3d2566";><code>ec4b1d7</code></a>
 chore: forward port 1.43.x</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/e3c3a56718d201fb7bb430567f05fbb64b2ef082";><code>e3c3a56</code></a>
 Merge branch 'tokio-1.43.x' into forward-port-1.43.x</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/a7b658c35bd40f6811e557aeb97cbb361b612c56";><code>a7b658c</code></a>
 chore: prepare Tokio v1.43.1 release</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/c1c8d1033d637d7027fdc137ec8008c5801cbc0d";><code>c1c8d10</code></a>
 Merge remote-tracking branch 'origin/tokio-1.38.x' into 
forward-port-1.38.x</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/aa303bc2051f7c21b48bb7bfcafe8fd4f39afd21";><code>aa303bc</code></a>
 chore: prepare Tokio v1.38.2 release</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/7b6ccb515ff067151ed62db835f735e5653f8784";><code>7b6ccb5</code></a>
 chore: backport CI fixes</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/4b174ce2c95fe1d1a217917db93fcc935e17e0da";><code>4b174ce</code></a>
 sync: fix cloning value when receiving from broadcast channel</li>
   <li>See full diff in <a 
href="https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2";>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 `env_logger` from 0.11.7 to 0.11.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-cli/env_logger/releases";>env_logger's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.11.8</h2>
   <h2>[0.11.8] - 2025-04-01</h2>
   <h3>Compatibility</h3>
   <ul>
   <li><em>(kv)</em> Deprecate the <code>unstable-kv</code> feature which may 
be removed in a future patch release</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><em>(kv)</em> Stabilize key-value support behind the <code>kv</code> 
feature</li>
   <li>Expose <code>ConfigurableFormat</code> to build custom 
[<code>Builder::format</code>]s that leverage this</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md";>env_logger's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.11.8] - 2025-04-01</h2>
   <h3>Compatibility</h3>
   <ul>
   <li><em>(kv)</em> Deprecate the <code>unstable-kv</code> feature which may 
be removed in a future patch release</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><em>(kv)</em> Stabilize key-value support behind the <code>kv</code> 
feature</li>
   <li>Expose <code>ConfigurableFormat</code> to build custom 
[<code>Builder::format</code>]s that leverage this</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/f0443b26fef10f5f2ec6561e5ed670f66107836a";><code>f0443b2</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/d8b5e1e8841d6d99e846bdff6f8bb5b002bb5eb9";><code>d8b5e1e</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/3ca671fe6d6bbe98a1a8a8993f2e0d595607fde4";><code>3ca671f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-cli/env_logger/issues/360";>#360</a> from 
epage/format</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/bc02d61e0a60210f846896c0cc80d52a55901460";><code>bc02d61</code></a>
 feat(fmt): Expose ConfigurableFormat</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/c567fdee731d76f19da887ba9f4ebdf435335d3c";><code>c567fde</code></a>
 refactor(fmt): Pull out format logic</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/ce25c7396116665cd3dc2f4622d25fce5a818975";><code>ce25c73</code></a>
 refactor(fmt): Make DefaultFormats name more specific</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/739ebb1d37dcfc466d0533aa2c974449610e7910";><code>739ebb1</code></a>
 refactor(fmt): Pull out logger's builder methods</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/3acb571daa9e9c63ac4a491df55ec69000380630";><code>3acb571</code></a>
 refactor(fmt): Delegate formatting to DefaultFormat</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/e351bcb92d99d7835c987838f09ba7d3949df055";><code>e351bcb</code></a>
 refactor(fmt): Reduce duplication in DefaultFormatWriter</li>
   <li><a 
href="https://github.com/rust-cli/env_logger/commit/3c9e6ff528a3ac7e798a96d443f5b87f38b0294a";><code>3c9e6ff</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-cli/env_logger/issues/359";>#359</a> from 
epage/kv</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `zip` from 2.5.0 to 2.6.1
   <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>v2.6.1</h2>
   <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
   <ul>
   <li>avoid scanning through all local file headers while opening an archive 
(<a href="https://redirect.github.com/zip-rs/zip2/pull/281";>#281</a>)</li>
   </ul>
   <h2>v2.6.0</h2>
   <h3><!-- raw HTML omitted -->🚀 Features</h3>
   <ul>
   <li>Add support for <code>time::PrimitiveDateTime</code> (<a 
href="https://redirect.github.com/zip-rs/zip2/pull/322";>#322</a>)</li>
   <li>Add <code>jiff</code> integration (<a 
href="https://redirect.github.com/zip-rs/zip2/pull/323";>#323</a>)</li>
   </ul>
   <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
   <ul>
   <li>improve error message for duplicated file (<a 
href="https://redirect.github.com/zip-rs/zip2/pull/277";>#277</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/v2.6.0...v2.6.1";>2.6.1</a> - 
2025-04-03</h2>
   <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
   <ul>
   <li>avoid scanning through all local file headers while opening an archive 
(<a href="https://redirect.github.com/zip-rs/zip2/pull/281";>#281</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/zip-rs/zip2/commit/1d42731efcad72e9f653a5ca46ed8306f4a3ca72";><code>1d42731</code></a>
 chore: release v2.6.1 (<a 
href="https://redirect.github.com/zip-rs/zip2/issues/334";>#334</a>)</li>
   <li><a 
href="https://github.com/zip-rs/zip2/commit/f4d71a4625ff7dc1a13541827664eb98da43d252";><code>f4d71a4</code></a>
 fix: avoid scanning through all local file headers while opening an archive 
(...</li>
   <li><a 
href="https://github.com/zip-rs/zip2/commit/84e19f2ff1ddd0692906b01161fd73c8d97a37b1";><code>84e19f2</code></a>
 doc: Comment about where to update MSRV and where to find the policy</li>
   <li><a 
href="https://github.com/zip-rs/zip2/commit/081443d9858ace59607bba1a68939c6745bad676";><code>081443d</code></a>
 chore: Update crate version to trigger relelase-plz</li>
   <li><a 
href="https://github.com/zip-rs/zip2/commit/e4e701063079abf01e5e7e4a7080cb6b9d05b50e";><code>e4e7010</code></a>
 doc: Update 6-month MSRV policy, since Rust now releases minor versions more 
...</li>
   <li><a 
href="https://github.com/zip-rs/zip2/commit/f24ffa9849241994bb958850af8928a56502a41d";><code>f24ffa9</code></a>
 fix handling decryption with msdos date of 0 (<a 
href="https://redirect.github.com/zip-rs/zip2/issues/327";>#327</a>)</li>
   <li><a 
href="https://github.com/zip-rs/zip2/commit/81ac0021bbc3c8c3bbe9e25aaeee874314504a51";><code>81ac002</code></a>
 First pass (<a 
href="https://redirect.github.com/zip-rs/zip2/issues/331";>#331</a>)</li>
   <li>See full diff in <a 
href="https://github.com/zip-rs/zip2/compare/v2.5.0...v2.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `blake3` from 1.7.0 to 1.8.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/BLAKE3-team/BLAKE3/releases";>blake3's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.8.1</h2>
   <p>version 1.8.1</p>
   <p>Changes since 1.8.0:</p>
   <ul>
   <li>[CMake] Fix transitive dependencies for TBB when libblake3 is built
   with BLAKE3_USE_TBB=1 (<a 
href="https://redirect.github.com/BLAKE3-team/BLAKE3/issues/460";>#460</a> and 
<a 
href="https://redirect.github.com/BLAKE3-team/BLAKE3/issues/461";>#461</a>).</li>
   </ul>
   <h2>1.8.0</h2>
   <p>version 1.8.0</p>
   <p>Changes since 1.7.0:</p>
   <ul>
   <li>The Rust crate now provides the <code>blake3::hazmat</code> module, which
   replaces the undocumented and now deprecated <code>blake3::guts</code> 
module.
   This is intended for advanced use cases like Bao and Iroh, which need
   to manipulate chunk and subtree &quot;chaining values&quot; directly. See the
   module docs for more: <a 
href="https://docs.rs/blake3/1.8.0/blake3/hazmat";>https://docs.rs/blake3/1.8.0/blake3/hazmat</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/ad639b126ef9b5f3b131093363cc3bb6bba4c3bf";><code>ad639b1</code></a>
 version 1.8.1</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/d81fd85c8c13c6977d0a2dca1241d1315a4a9943";><code>d81fd85</code></a>
 Add -DBLAKE3_USE_TBB to pkg-config CFLAGS</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/339abc57529cbfed0edcd511a306e6a1d1f48d67";><code>339abc5</code></a>
 refactor: fix a few nits in the join function</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/89843490f2f6c535bfabb164bdad80043c8f6afd";><code>8984349</code></a>
 Propagate tbb through CMake config</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/3f089cb8c7a90180107f0d6981e85aa8106a9c8e";><code>3f089cb</code></a>
 Propagate tbb through pkg-config</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/00c2ea974d33d19d91d8de3c12ff8c8eb1fc8dbd";><code>00c2ea9</code></a>
 version 1.8.0</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/e1c2ea27fdd717fd924d7b286a125408d7e817f7";><code>e1c2ea2</code></a>
 add the <code>hazmat</code> module and deprecate the undocumented 
<code>guts</code> module</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/83a60d9da6a44b719e258926e568c203d3b4dd36";><code>83a60d9</code></a>
 macOS-latest runners are now ARM CPUs</li>
   <li><a 
href="https://github.com/BLAKE3-team/BLAKE3/commit/657c312945eb611ee149b9e331d8db93cad95c58";><code>657c312</code></a>
 mention the &quot;wasm32_simd&quot; Cargo feature in the crate docs</li>
   <li>See full diff in <a 
href="https://github.com/BLAKE3-team/BLAKE3/compare/1.7.0...1.8.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `mimalloc` from 0.1.44 to 0.1.46
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/purpleprotocol/mimalloc_rust/releases";>mimalloc's 
releases</a>.</em></p>
   <blockquote>
   <h2>Version 0.1.46</h2>
   <h3>Changes</h3>
   <ul>
   <li>Fixed musl builds.</li>
   </ul>
   <h2>Version 0.1.45</h2>
   <h3>Changes</h3>
   <ul>
   <li>Mimalloc v2.2.3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/purpleprotocol/mimalloc_rust/commit/59d7ee3ba7aa030b46a7cf721720f63a579b7fdb";><code>59d7ee3</code></a>
 v0.1.46</li>
   <li><a 
href="https://github.com/purpleprotocol/mimalloc_rust/commit/585ef6acf1c97f44e18b06cc445bd689e42ef739";><code>585ef6a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/purpleprotocol/mimalloc_rust/issues/134";>#134</a>
 from purpleprotocol/patch_alpine</li>
   <li><a 
href="https://github.com/purpleprotocol/mimalloc_rust/commit/65cd7894e7ae1ce035584d669f58b9b4a423782e";><code>65cd789</code></a>
 Patch Alpine</li>
   <li><a 
href="https://github.com/purpleprotocol/mimalloc_rust/commit/b6ce368277c1862cdae040bebbe37840de4a0aea";><code>b6ce368</code></a>
 v0.1.45</li>
   <li><a 
href="https://github.com/purpleprotocol/mimalloc_rust/commit/60e1a4bc6bd2895fff76063b2594546e40cf9b48";><code>60e1a4b</code></a>
 Update to mimalloc v2.2.3</li>
   <li>See full diff in <a 
href="https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.44...v0.1.46";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `openssl` from 0.10.71 to 0.10.72
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sfackler/rust-openssl/releases";>openssl's 
releases</a>.</em></p>
   <blockquote>
   <h2>openssl-v0.10.72</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>make set_rsa_oaep_md visible to boringssl config by <a 
href="https://github.com/frncs-rss";><code>@​frncs-rss</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2372";>sfackler/rust-openssl#2372</a></li>
   <li>Fix typo in openssl-sys build script by <a 
href="https://github.com/rushilmehra";><code>@​rushilmehra</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2375";>sfackler/rust-openssl#2375</a></li>
   <li>Unify the two BoringSSL codepaths a bit and simplify init by <a 
href="https://github.com/davidben";><code>@​davidben</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2377";>sfackler/rust-openssl#2377</a></li>
   <li>pkey_ctx: Fix link to the corresponding OpenSSL function by <a 
href="https://github.com/Jakuje";><code>@​Jakuje</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2378";>sfackler/rust-openssl#2378</a></li>
   <li>fix test on MSRV by <a 
href="https://github.com/alex";><code>@​alex</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2383";>sfackler/rust-openssl#2383</a></li>
   <li>Add support for AWS-LC to openssl and openssl-sys crates by <a 
href="https://github.com/skmcgrail";><code>@​skmcgrail</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/1805";>sfackler/rust-openssl#1805</a></li>
   <li>Enable additional capabilities for AWS-LC by <a 
href="https://github.com/skmcgrail";><code>@​skmcgrail</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2386";>sfackler/rust-openssl#2386</a></li>
   <li>Use --experimental with bindgen-cli with aws-lc build by <a 
href="https://github.com/skmcgrail";><code>@​skmcgrail</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2389";>sfackler/rust-openssl#2389</a></li>
   <li>Fixed two UAFs and bumped versions for release by <a 
href="https://github.com/alex";><code>@​alex</code></a> in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2390";>sfackler/rust-openssl#2390</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Jakuje";><code>@​Jakuje</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/2378";>sfackler/rust-openssl#2378</a></li>
   <li><a href="https://github.com/skmcgrail";><code>@​skmcgrail</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/sfackler/rust-openssl/pull/1805";>sfackler/rust-openssl#1805</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72";>https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/87085bd67896b7f92e6de35d081f607a334beae4";><code>87085bd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sfackler/rust-openssl/issues/2390";>#2390</a> 
from alex/uaf-fix</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/d1a12e21573e95727b2e38b8b65273cb389be7e4";><code>d1a12e2</code></a>
 Fixed two UAFs and bumped versions for release</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/7c7b2e6c9f95e77e56ab37af70b16de75beff387";><code>7c7b2e6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sfackler/rust-openssl/issues/2389";>#2389</a> 
from skmcgrail/aws-lc-follow-up</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/34a477bff20cbe43492915338d3c12597430c345";><code>34a477b</code></a>
 Use --experimental with bindgen-cli with aws-lc build</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/d4bf0710640e4725b8b237968040aef3e5f4ab9a";><code>d4bf071</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sfackler/rust-openssl/issues/2386";>#2386</a> 
from skmcgrail/aws-lc-follow-up</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/a86bf670c4cba3ee5531838b52419356791d966e";><code>a86bf67</code></a>
 Remove comment</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/705dbfb2ee3f2d7151ff313d840bf558435d4379";><code>705dbfb</code></a>
 Fix test</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/e0df413d46a89303c42e15bf7d4566193b242466";><code>e0df413</code></a>
 Skip final call for LibreSSL 4.1.0 for CCM mode</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/2f1164b5e838d3665dd10a9fac19e22174289ea3";><code>2f1164b</code></a>
 Enable additional capabilities for AWS-LC</li>
   <li><a 
href="https://github.com/sfackler/rust-openssl/commit/dde9ffb36071249ff98474eec853fd830aea44f5";><code>dde9ffb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sfackler/rust-openssl/issues/1805";>#1805</a> 
from skmcgrail/aws-lc-support-final</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `opentelemetry` from 0.29.0 to 0.29.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-rust/commit/16f4563f5033b1259632ef68c332cb26aa793835";><code>16f4563</code></a>
 bump version</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-rust/commit/64c8895454828968a4dc911d2aa5083a60b315f3";><code>64c8895</code></a>
 fix: re-export WithContext in the same place (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-rust/issues/2879";>#2879</a>)</li>
   <li>See full diff in <a 
href="https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.29.0...opentelemetry-0.29.1";>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