dependabot[bot] opened a new pull request, #628:
URL: https://github.com/apache/avro-rs/pull/628

   Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs) from 
0.4.7 to 0.4.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/portable-network-archive/liblzma-rs/releases";>liblzma's
 releases</a>.</em></p>
   <blockquote>
   <h2>liblzma-0.4.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>:bookmark: Bump liblzma version to 0.4.8 by <a 
href="https://github.com/ChanTsune";><code>@​ChanTsune</code></a> in <a 
href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/233";>Portable-Network-Archive/liblzma-rs#233</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.8...liblzma-0.4.8";>https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.8...liblzma-0.4.8</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Avoid uninitialized read buffer in self_terminating test by <a 
href="https://github.com/ChanTsune";><code>@​ChanTsune</code></a> in <a 
href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/227";>Portable-Network-Archive/liblzma-rs#227</a></li>
   <li>:bug: Free decoded filter options by <a 
href="https://github.com/ChanTsune";><code>@​ChanTsune</code></a> in <a 
href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/229";>Portable-Network-Archive/liblzma-rs#229</a></li>
   <li>:bookmark: Bump liblzma version to 0.4.8 by <a 
href="https://github.com/ChanTsune";><code>@​ChanTsune</code></a> in <a 
href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/233";>Portable-Network-Archive/liblzma-rs#233</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.7...liblzma-0.4.8";>https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.7...liblzma-0.4.8</a></p>
   <h2>liblzma-sys-0.4.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Mark rust_lzma_wasm_shim_memcmp as unsafe by <a 
href="https://github.com/ChanTsune";><code>@​ChanTsune</code></a> in <a 
href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/224";>Portable-Network-Archive/liblzma-rs#224</a></li>
   <li>Accept null pointers in zero-length memcmp/memchr shims by <a 
href="https://github.com/ChanTsune";><code>@​ChanTsune</code></a> in <a 
href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/228";>Portable-Network-Archive/liblzma-rs#228</a></li>
   <li>:bookmark: Bump liblzma-sys version to 0.4.8 by <a 
href="https://github.com/ChanTsune";><code>@​ChanTsune</code></a> in <a 
href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/232";>Portable-Network-Archive/liblzma-rs#232</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-0.4.7...liblzma-sys-0.4.8";>https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-0.4.7...liblzma-sys-0.4.8</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/67e5e8ec99ab3ba93561f76b411fc7037fb154dc";><code>67e5e8e</code></a>
 :bookmark: Bump liblzma version to 0.4.8</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/81cbef0b762d24777100c05e1ec035cad3f083f6";><code>81cbef0</code></a>
 :bookmark: Bump liblzma-sys version to 0.4.8</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/bc17768cb1ca0ccdfb836a76f213e8929a77d75d";><code>bc17768</code></a>
 :construction_worker: Run test suite under Valgrind</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/2fa6a3376794a639c93f34731b08fca3d19f6fc8";><code>2fa6a33</code></a>
 :construction_worker: Check filter option cleanup with Valgrind</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/f764a7bc1dd99cd6df6cede179c0b8da570b2c74";><code>f764a7b</code></a>
 :bug: Free decoded filter options</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/0bddfdae6e3a27df741d12746ce1c86264ea4629";><code>0bddfda</code></a>
 :bug: Accept null pointers in zero-length memcmp/memchr shims</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/f5c893f7bfdad79a0161f824ccee67f817992e46";><code>f5c893f</code></a>
 :bug: Avoid uninitialized read buffer in self_terminating test</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/a28136c01ab0de13a817d151269a1db2d60165a3";><code>a28136c</code></a>
 :bug: Mark rust_lzma_wasm_shim_memcmp as unsafe</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/1e0f56d7de12f3c2c233627979cae989f208eddf";><code>1e0f56d</code></a>
 :green_heart: Link libc++abi on emscripten 6.0.6+</li>
   <li><a 
href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/3a89116a9dd5a4f3b7f4d0b44cccf7c77151feef";><code>3a89116</code></a>
 :arrow_up: Bump actions/checkout from 6 to 7</li>
   <li>See full diff in <a 
href="https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.7...liblzma-0.4.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=liblzma&package-manager=cargo&previous-version=0.4.7&new-version=0.4.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually 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 this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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