dependabot[bot] opened a new pull request, #77: URL: https://github.com/apache/avro-rs/pull/77
Bumps [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) from 0.4.4 to 0.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trifectatechfoundation/bzip2-rs/releases">bzip2's releases</a>.</em></p> <blockquote> <h2>Version 0.5.0</h2> <p>The 0.5.0 release is the first release in ~2 years. It sets an msrv of 1.65.0 and pins the 2021 edition. If the msrv or edition are a problem for your project: just stick with the 0.4.4 release.</p> <p>The repository has moved from <a href="https://github.com/alexcrichton"><code>@alexcrichton</code></a> to <a href="https://github.com/trifectatechfoundation"><code>@trifectatechfoundation</code></a>, which takes on its maintainership from this point forward.</p> <p>The main new feature of this release is the <code>libbz2-rs-sys</code> feature flag, which uses the pure rust <a href="https://github.com/trifectatechfoundation/libbzip2-rs">https://github.com/trifectatechfoundation/libbzip2-rs</a> implementation of bzip2. Being all rust, and using (by default) the rust allocator infrastructure, cross-compilation (e.g. to webassembly) should be much easier.</p> <p>Besides that, the documentation was modernized (we can cross-link now) and several bugs were fixed.</p> <h2>What's Changed</h2> <ul> <li>update <code>partial_io</code> to version <code>0.5.4</code> by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/108">trifectatechfoundation/bzip2-rs#108</a></li> <li>Remove tokio support by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/109">trifectatechfoundation/bzip2-rs#109</a></li> <li>support <code>libbz2-rs-sys</code> by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/110">trifectatechfoundation/bzip2-rs#110</a></li> <li>set msrv to 1.65.0 by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/111">trifectatechfoundation/bzip2-rs#111</a></li> <li>set the edition to 2021 by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/112">trifectatechfoundation/bzip2-rs#112</a></li> <li>fix clippy warnings by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/113">trifectatechfoundation/bzip2-rs#113</a></li> <li>update documentation by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/114">trifectatechfoundation/bzip2-rs#114</a></li> <li>Don't enable the stdio feature for the rust implementation of bzip2 by <a href="https://github.com/bjorn3"><code>@bjorn3</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/117">trifectatechfoundation/bzip2-rs#117</a></li> <li>Fix infinite loop after invalid data by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/99">trifectatechfoundation/bzip2-rs#99</a></li> <li>prepare release 0.5.0 by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/115">trifectatechfoundation/bzip2-rs#115</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/folkertdev"><code>@folkertdev</code></a> made their first contribution in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/108">trifectatechfoundation/bzip2-rs#108</a></li> <li><a href="https://github.com/bjorn3"><code>@bjorn3</code></a> made their first contribution in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/117">trifectatechfoundation/bzip2-rs#117</a></li> <li><a href="https://github.com/jongiddy"><code>@jongiddy</code></a> made their first contribution in <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/pull/99">trifectatechfoundation/bzip2-rs#99</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/trifectatechfoundation/bzip2-rs/compare/0.4.4...v0.5.0">https://github.com/trifectatechfoundation/bzip2-rs/compare/0.4.4...v0.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/bdb6e22d28b4109bbbfd36c2729437add59a9e5e"><code>bdb6e22</code></a> prepare release 0.5.0</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/5a425ed7f1e37df4bb69688acc7c98d8f50c76c3"><code>5a425ed</code></a> <code>struct BzDecoder</code>: document exit on error logic</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/dece0383469198e71a4a610baf71b9db2db05d1f"><code>dece038</code></a> Fix infinite loop after invalid data</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/090227a183fcf73fe59530348f26307d30a48527"><code>090227a</code></a> Add CI for using the rust implementation of bzip2</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/c83aef6b508031e748d861bd07fb9399a83deb43"><code>c83aef6</code></a> Don't enable the stdio feature for the rust implementation of bzip2</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/ab518cfb0cc37f953e0d8c341b1a466813e19355"><code>ab518cf</code></a> Create SECURITY.md</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/fe3a5455521e979308fc4c195960b6ffc3727323"><code>fe3a545</code></a> Merge pull request <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/issues/114">#114</a> from trifectatechfoundation/doc-link-fixes</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/c03d510b150a6d4cb0d338a85239df9bcd0cb0a3"><code>c03d510</code></a> update the README</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/28aadcc66ec8e3bc015111001df155c6c4df39b8"><code>28aadcc</code></a> add links in the documentation comments</li> <li><a href="https://github.com/trifectatechfoundation/bzip2-rs/commit/403f0af6a059c7eea4c5efb522a2ddc7d31295fa"><code>403f0af</code></a> Merge pull request <a href="https://redirect.github.com/trifectatechfoundation/bzip2-rs/issues/113">#113</a> from trifectatechfoundation/clippy-fixes</li> <li>Additional commits viewable in <a href="https://github.com/trifectatechfoundation/bzip2-rs/compare/0.4.4...v0.5.0">compare view</a></li> </ul> </details> <br /> [](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 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 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org