Skip to content

Commit 9c273cf

Browse files
chore(deps): bump flate2 from 1.0.26 to 1.0.28 (#377)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.26 to 1.0.28. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.28</h2> <h2>What's Changed</h2> <ul> <li>Use explicit Default for GzHeaderState enum by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/371">rust-lang/flate2-rs#371</a></li> <li>Fix spare capacity handling by <a href="https://github.com/anforowicz"><code>@​anforowicz</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/373">rust-lang/flate2-rs#373</a></li> <li>Fix and unify docs of <code>bufread</code> and <code>read</code> types. by <a href="https://github.com/georeth"><code>@​georeth</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/375">rust-lang/flate2-rs#375</a></li> <li>Reset StreamWrapper after calling mz_inflate / mz_deflate by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/380">rust-lang/flate2-rs#380</a></li> <li>prepare next patch-release by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/378">rust-lang/flate2-rs#378</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/anforowicz"><code>@​anforowicz</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/373">rust-lang/flate2-rs#373</a></li> <li><a href="https://github.com/georeth"><code>@​georeth</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/375">rust-lang/flate2-rs#375</a></li> <li><a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/380">rust-lang/flate2-rs#380</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28">https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28</a></p> <h2>1.0.27</h2> <h2>What's Changed</h2> <ul> <li>Move GzHeader into GzState by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/344">rust-lang/flate2-rs#344</a></li> <li>Move blocked_partial_header_read test to read module by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/345">rust-lang/flate2-rs#345</a></li> <li>Move gzip header parsing out of bufread module by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/346">rust-lang/flate2-rs#346</a></li> <li>Fix a comment on the <code>Compression</code> struct by <a href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/351">rust-lang/flate2-rs#351</a></li> <li>Add notes about multiple streams to <code>GzDecoder</code> by <a href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/347">rust-lang/flate2-rs#347</a></li> <li>better error message when compiling with <code>--no-default-features</code> or <code>default-features = false</code> by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/360">rust-lang/flate2-rs#360</a></li> <li>Fix Read encoder examples by <a href="https://github.com/markgoddard"><code>@​markgoddard</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/356">rust-lang/flate2-rs#356</a></li> <li>Add CIFuzz Github action by <a href="https://github.com/DavidKorczynski"><code>@​DavidKorczynski</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/326">rust-lang/flate2-rs#326</a></li> <li>Fix GzDecoder Write partial filenames and comments by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/323">rust-lang/flate2-rs#323</a></li> <li>Fix header CRC calculation of trailing zeros by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/363">rust-lang/flate2-rs#363</a></li> <li>Fix broken link on README.md by <a href="https://github.com/wcampbell0x2a"><code>@​wcampbell0x2a</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/366">rust-lang/flate2-rs#366</a></li> <li>Recommend MultiGzDecoder over GzDecoder in docs by <a href="https://github.com/jsha"><code>@​jsha</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/324">rust-lang/flate2-rs#324</a></li> <li>Add functionality for custom (de)compress instances by <a href="https://github.com/PierreV23"><code>@​PierreV23</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/361">rust-lang/flate2-rs#361</a></li> <li>Add maintenance document by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/362">rust-lang/flate2-rs#362</a></li> <li>Document that <code>read::GzDecoder</code> consumes bytes after end of gzip by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/367">rust-lang/flate2-rs#367</a></li> <li>prepare 1.0.27 release by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/369">rust-lang/flate2-rs#369</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Byron"><code>@​Byron</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/360">rust-lang/flate2-rs#360</a></li> <li><a href="https://github.com/markgoddard"><code>@​markgoddard</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/356">rust-lang/flate2-rs#356</a></li> <li><a href="https://github.com/jsha"><code>@​jsha</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/324">rust-lang/flate2-rs#324</a></li> <li><a href="https://github.com/PierreV23"><code>@​PierreV23</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/361">rust-lang/flate2-rs#361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.27">https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.27</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/a99b53ec65d3c2e3f703e5e865d5e886a23a83dc"><code>a99b53e</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/378">#378</a> from Byron/prep-release</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/223f82937a88c229260762cce9f83fd0cb100836"><code>223f829</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/380">#380</a> from Manishearth/reset-stream</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/7a61ea527a2ed4657ba8c6b8e04360f5156dadd2"><code>7a61ea5</code></a> Reset StreamWrapper after calling mz_inflate / mz_deflate</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1260d3e88891672ad15c2d336537bdd8f607bb70"><code>1260d3e</code></a> prepare next patch-release</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/f62ff42615861f1d890160c5f77647466505eac0"><code>f62ff42</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/375">#375</a> from georeth/fix-read-doc</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5b23cc91269c44165b07cbfee493d4aa353724fd"><code>5b23cc9</code></a> Fix and unify docs of <code>bufread</code> and <code>read</code> types.</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/f285e9abac98aa4f0a15d2e79993a261f166056c"><code>f285e9a</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/373">#373</a> from anforowicz/fix-spare-capacity-handling</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/69972b8262fbe03c28450c4c18961b41ad92af6a"><code>69972b8</code></a> Fix soundness of <code>write_to_spare_capacity_of_vec</code>.</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/82e45fa8901824344cf636a37c03b2595478a4d1"><code>82e45fa</code></a> Refactoring: Dedupe code into <code>write_to_spare_capacity_of_vec</code> helper.</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/20cdcbea7d0541809beb516d8717e793d8d965eb"><code>20cdcbe</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/371">#371</a> from jongiddy/jgiddy/msrv-1.53</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.28">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.26&new-version=1.0.28)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f67c935 commit 9c273cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async-trait = "0.1.72"
3434
chrono = "0.4.31"
3535
dhat = { version = "0.2.4", optional = true }
3636
futures = "0.3.29"
37-
flate2 = "1.0.26"
37+
flate2 = "1.0.28"
3838
http = "0.2.9"
3939
http-auth-basic = "0.3.3"
4040
handlebars = "4.3.7"

0 commit comments

Comments
 (0)