Update Rust crate flate2 to v1.1.9 - #34
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
August 3, 2024 15:40
c4eedbe to
b2dc109
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
August 20, 2024 07:07
b2dc109 to
194a2c5
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
August 24, 2024 16:42
194a2c5 to
3558aac
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
September 26, 2024 19:53
3558aac to
35e265e
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
November 14, 2024 15:41
35e265e to
3c23af4
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
February 24, 2025 13:14
3c23af4 to
be2ee4e
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
April 2, 2025 02:44
be2ee4e to
c44a3d2
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
June 7, 2025 06:28
c44a3d2 to
f602d66
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
August 10, 2025 15:11
f602d66 to
74f0d6f
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
October 24, 2025 06:13
74f0d6f to
9973ad8
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
December 5, 2025 04:52
9973ad8 to
104a08b
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
December 5, 2025 09:15
104a08b to
ea0e433
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
December 5, 2025 14:56
ea0e433 to
4b9d83b
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
December 7, 2025 08:34
4b9d83b to
5aa2404
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
December 12, 2025 06:57
5aa2404 to
8c05e64
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
January 12, 2026 12:57
8c05e64 to
9f06678
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
February 3, 2026 10:41
9f06678 to
e79e0f2
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
May 18, 2026 18:17
e79e0f2 to
5a602a8
Compare
renovate
Bot
force-pushed
the
renovate/flate2-1.x-lockfile
branch
from
July 21, 2026 03:04
5a602a8 to
21b2fa8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.20→1.1.9Release Notes
rust-lang/flate2-rs (flate2)
v1.1.9: - upgrade zlib-rs to version0.6.0Compare Source
What's Changed
zlib-rsfor crc32 (when available) by @folkertdev in #5260.6.0by @folkertdev in #529New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.8...1.1.9
v1.1.8Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.7...1.1.8
v1.1.7: - depend onzlib-rsdirectly and removelibz-rs-sysCompare Source
What's Changed
zlib_rsapi by @folkertdev in #513New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
v1.1.6: - YANKEDCompare Source
It caused #515.
What's Changed
zlib_rsapi by @folkertdev in #513New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
v1.1.5Compare Source
This bugfix release fixes #508, as flush didn't always work anymore in conjunction with
miniz_oxide.What's Changed
Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5
v1.1.4: - it's 1.1.3 with fixed documentationCompare Source
See here for the changelog of v1.1.3: https://github.com/rust-lang/flate2-rs/releases/tag/1.1.3 .
Full Changelog: rust-lang/flate2-rs@1.1.3...1.1.4
v1.1.3Compare Source
What's Changed
zlibVersion()instead of aconstfor the version by @folkertdev in #491(de)compress_uninitthat accepts&[MaybeUninit<u8>]by @NobodyXu in #502New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3
v1.1.2Compare Source
What's Changed
0.5.1by @folkertdev in #490Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2
v1.1.1Compare Source
This release should be smaller and thus faster to download.
Additionally, when using the
zlib-rsbackend, duplicate symbol issues shouldn't occur anymore.What's Changed
0.5.0by @folkertdev in #482New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.0...1.1.1
v1.1.0Compare Source
What's Changed
CloneforCompressErrorandDecompressErrorby @mkrasnitski in #445R: ReadtoR: BufReadby @JonathanBrouwer in #4530.4.2by @folkertdev in #466New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0
v1.0.35: - security update to zlib-rsCompare Source
What's Changed
0.4.0by @folkertdev in #439New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35
v1.0.34Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.33...1.0.34
v1.0.33: - fix minimal manifest versionsCompare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.32...1.0.33
v1.0.32: - turn panic into errorCompare Source
What's Changed
Fix
Other
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32
v1.0.31Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.30...1.0.31
v1.0.30: - docs.rs pages should build againCompare Source
What's Changed
--all-featureswasn't tested and didn't work with arrival ofzlib-rsby @Byron in #405New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.29...1.0.30
v1.0.29: - with newzlib-rsfeature (~zlib-ngin Rust)Compare Source
With the new
zlib-rsfeature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.What's Changed
StreamWrapper::inneras a raw pointer by @icmccorm in #394zlib-rssupport via thelibz-rs-sysC api forzlib-rsby @folkertdev in #400New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.28...1.0.29
v1.0.28Compare Source
What's Changed
bufreadandreadtypes. by @georeth in #375New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.27...1.0.28
v1.0.27Compare Source
What's Changed
Compressionstruct by @JohnTitor in #351GzDecoderby @JohnTitor in #347--no-default-featuresordefault-features = falseby @Byron in #360read::GzDecoderconsumes bytes after end of gzip by @jongiddy in #367New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.26...1.0.27
v1.0.26Compare Source
What's Changed
extern crates by @JohnTitor in #331New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.25...1.0.26
v1.0.25Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.24...1.0.25
v1.0.24Compare Source
v1.0.23Compare Source
v1.0.22Compare Source
v1.0.21Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.