-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate flate2 to v1.1.8 #34
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/flate2-1.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
c4eedbe to
b2dc109
Compare
b2dc109 to
194a2c5
Compare
194a2c5 to
3558aac
Compare
3558aac to
35e265e
Compare
35e265e to
3c23af4
Compare
3c23af4 to
be2ee4e
Compare
be2ee4e to
c44a3d2
Compare
c44a3d2 to
f602d66
Compare
f602d66 to
74f0d6f
Compare
74f0d6f to
9973ad8
Compare
9973ad8 to
104a08b
Compare
104a08b to
ea0e433
Compare
ea0e433 to
4b9d83b
Compare
4b9d83b to
5aa2404
Compare
5aa2404 to
8c05e64
Compare
8c05e64 to
9f06678
Compare
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.8Release Notes
rust-lang/flate2-rs (flate2)
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: Branch creation - "before 3am 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.
This PR was generated by Mend Renovate. View the repository job log.