Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate flate2 to v1.0.34 #777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change
flate2 dependencies patch 1.0.25 -> 1.0.34

Release Notes

rust-lang/flate2-rs (flate2)

v1.0.34

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.33...1.0.34

v1.0.33: - fix minimal manifest versions

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.32...1.0.33

v1.0.32: - turn panic into error

Compare Source

What's Changed

Fix
Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

v1.0.31

Compare Source

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics
  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #​415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #​414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #​408 from marxin/document-read-after-end (1a0daec)

v1.0.30

Compare Source

Documentation
  • Document expected behavior when Read is done for ZLIB and DEFLATE decoders
Commit Statistics
  • 9 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​404
Commit Details
view details
  • #​404
    • CI verifies that docs can be built (bc1b3e9)
    • Fix CI by assuring builds work with --all-features enabled (5ce4154)
  • Uncategorized
    • Merge pull request #​405 from Byron/fix-CI (d3bea90)
    • Document expected behavior when Read is done for ZLIB and DEFLATE decoders (f37b1b0)
    • Merge pull request #​407 from striezel-stash/actions-checkout-v4 (5048843)
    • Merge pull request #​406 from striezel-stash/fix-some-typos (42c86ce)
    • Update actions/checkout in GitHub Actions workflows to v4 (f7b99e9)
    • Fix typos (563f1c4)
    • Prepare bugfix release to make docs work again (1126a4a)

v1.0.29

Compare Source

Commit Statistics
  • 12 commits contributed to the release over the course of 130 calendar days.
  • 195 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge pull request #​403 from folkertdev/bump-version-zlib-rs (9a25bc0)
    • Zlib-rs support version bump (e9c87c0)
    • Merge pull request #​402 from jongiddy/bufread-tests (8a502a7)
    • Merge pull request #​400 from folkertdev/zlib-rs-c-api (320e7c7)
    • Test that BufRead and Write can be used after decoding (6a26c0c)
    • Add zlib-rs support via the libz-rs-sys C api for zlib-rs (7e6429a)
    • Merge pull request #​398 from rust-lang/fix-imports (ae78497)
    • Avoid redudant imports (20bbd74)
    • Merge pull request #​394 from icmccorm/main (0a584f4)
    • Switched to storing mz_stream as a raw pointer to fix tree borrows violation. (8386651)
    • Merge pull request #​388 from JakubOnderka/patch-1 (f0463d5)
    • Fix build for beta and nightly (8ef8ae6)

v1.0.28

Compare Source

Other
  • Dedupe code into write_to_spare_capacity_of_vec helper.
Commit Statistics
  • 11 commits contributed to the release over the course of 48 calendar days.
  • 62 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge pull request #​378 from Byron/prep-release (a99b53e)
    • Merge pull request #​380 from Manishearth/reset-stream (223f829)
    • Reset StreamWrapper after calling mz_inflate / mz_deflate (7a61ea5)
    • Prepare next patch-release (1260d3e)
    • Merge pull request #​375 from georeth/fix-read-doc (f62ff42)
    • Fix and unify docs of bufread and read types. (5b23cc9)
    • Merge pull request #​373 from anforowicz/fix-spare-capacity-handling (f285e9a)
    • Fix soundness of write_to_spare_capacity_of_vec. (69972b8)
    • Dedupe code into write_to_spare_capacity_of_vec helper. (82e45fa)
    • Merge pull request #​371 from jongiddy/jgiddy/msrv-1.53 (20cdcbe)
    • Use explicit Default for GzHeaderState enum (68ba8f6)

v1.0.27

Compare Source

New Features
  • show clear compiler error when no backend is chosen.
Other
  • Refer to MultiGzDecoder from GzDecoder.
    This may help dealing with multi-stream gzip files.
    MultiGzDecoder documentation was also improved to further clarify
    why such files would exist.
Commit Statistics
  • 46 commits contributed to the release over the course of 102 calendar days.
  • 105 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #​301, #​359
Commit Details
view details
  • #​301
    • Refer to MultiGzDecoder from GzDecoder. (afbbf48)
  • #​359
    • Show clear compiler error when no backend is chosen. (c9cf23f)
    • Add test to show how --no-default-features should respond. (2684a56)
  • Uncategorized
    • Merge pull request #​369 from rust-lang/next-release (1f7085d)
    • Prepare 1.0.27 release (ccd3d3a)
    • Merge pull request #​367 from jongiddy/note-read-loss (7f96363)
    • Merge pull request #​362 from Byron/maintenace-doc (b1e993a)
    • Fix typo (02cd317)
    • Document that read::GzDecoder consumes bytes after end of gzip (b2079e3)
    • Merge pull request #​361 from PierreV23/main (5d462b3)
    • Merge pull request #​324 from jsha/prefer-multigz (956397a)
    • Remove introductory paragraph that described other tools unrelated to flate2 (fc30d9e)
    • Apply suggestions from code review (f0bf8a6)
    • Further unify documentation, make sure sentences end with a period. (c9fe661)
    • Merge pull request #​366 from wcampbell0x2a/fix-readme-backend-link (1df4333)
    • Tweak the {Gz,MultiGz}Decoder docs more (955728b)
    • Fix broken link on README.md (ea0ad07)
    • Apply suggestions to impartial to Gz and MultiGz implementations. (1e09571)
    • Add top-level comparison between GzDecoder and MultiGzDecoder (e21986e)
    • Applies copies of minor improvements (a232574)
    • Merge pull request #​363 from jongiddy/fix-trailing-zero-crc (b90ec09)
    • Fix header CRC calculation of trailing zeros (230256e)
    • Merge pull request #​323 from jongiddy/partial-filename-write (d8e74e1)
    • Merge branch 'main' into partial-filename-write (afa9c8f)
    • Minor improvements to the MultiGzDecoder documentation (7cfdd4e)
    • Merge pull request #​326 from DavidKorczynski/cifuzz-int (307d84b)
    • Change the fuzz-time to 3 minutes to avoid waiting for fuzzing. (51ab99a)
    • Merge pull request #​356 from markgoddard/issues/355 (6b52d0e)
    • Add MAINTENANCE.md (b58db7f)
    • Simplify doc-tests (08f7d73)
    • Unify documentation style of newly added functions. (acd2ab9)
    • Forgot to add grave accent's (1e389c5)
    • Add functions that allow (de)compress instances (2754030)
    • Recommend MultiGzDecoder over GzDecoder in docs (7d5856d)
    • Merge pull request #​360 from Byron/no-default-features (74870ae)
    • Fix Read encoder examples (3281693)
    • Merge pull request #​347 from JohnTitor/note-to-multi-gz-decoder (f537522)
    • Fix a comment on the Compression struct (aedc7a6)
    • Fix GzDecoder Write partial filenames and comments (3ea8c3d)
    • Add notes about multiple streams to GzDecoder (6e111fe)
    • Merge pull request #​346 from jongiddy/move-gzip-parsing (fe15e4d)
    • Merge pull request #​345 from jongiddy/move-read-test (5d2851e)
    • Merge pull request #​344 from jongiddy/header-in-gzstate (a9b5fc4)
    • Move gzip header parsing out of bufread module (a5e2eba)
    • Move blocked_partial_header_read test to read module (4a622d9)
    • Move GzHeader into GzState (ecb6838)

v1.0.26

Compare Source

Other
  • Upgrade to windows-2022
  • Specify tag instead of branch on actions/checkout
Commit Statistics
  • 23 commits contributed to the release over the course of 126 calendar days.
  • 154 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #​285, #​335
Commit Details
view details
  • #​285
    • Make clippy happy + a few more cleanups (76327b1)
  • #​335
    • Bump miniz-oxide to prevent assertion failure (a9000e1)
  • Uncategorized
    • Merge pull request #​341 from JohnTitor/release-1.0.26 (5bedbab)
    • Merge pull request #​342 from JohnTitor/gha-checkout (13b4bc0)
    • Merge pull request #​343 from JohnTitor/windows-2022 (914559b)
    • Merge pull request #​325 from jongiddy/write-multigzdecoder (70944ea)
    • Merge pull request #​322 from passware/features/zlib-default (a9100e5)
    • Upgrade to windows-2022 (8c5ce47)
    • Specify tag instead of branch on actions/checkout (0f55af1)
    • Prepare 1.0.26 release (e219320)
    • Merge pull request #​330 from AntonJMLarsson/main (4f33b5a)
    • Merge pull request #​337 from yestyle/main (d9b2394)
    • Fix a typo in doc for write::GzDecoder (146b12c)
    • Merge pull request #​336 from wcampbell0x2a/add-docs-cfg-all-features (e094dad)
    • Enable all-features, Use doc_auto_cfg on docs.rs (f862ed1)
    • Merge pull request #​332 from JohnTitor/msrv-policy (6d8a1fd)
    • Merge pull request #​333 from JohnTitor/fix-docs-get-mut (431dc85)
    • Fix left-overs on decoder docs (cdbbf7e)
    • Mention MSRV policy (73012b6)
    • Merge pull request #​331 from JohnTitor/good-by-extern-crates (657cc9c)
    • Remove extern crates (d102310)
    • Merge pull request #​329 from MichaelMcDonnell/decompress_file (1c0d5c8)
    • Overflow bug in crc combine (ab188ff)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants