chore(deps): update rust crate zstd to 0.14.0 - #358
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
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:
0.13.3→0.14.0Release Notes
gyscos/zstd-rs (zstd)
v0.14.0Compare Source
Breaking
with_prepared_dictionary()constructors now borrow the dictionary for as long as the stream (#372). The dictionary is registered with the underlying context by pointer, so dropping it early left the stream with a dangling pointer - reachable from safe code.Fixed
Decoder::finish()now consumes the rest of the frame, so the reader is handed back positioned just after it (#251, #255). zstd can produce the last of the decoded data before it has read the frame epilogue, so a caller who stops reading once it has the bytes it wanted used to get its reader back pointing inside the frame. Note thatfinish()may now read from the underlying reader;Decoder::finish_frame()is the same operation with the error surfaced.Read::read()with an empty buffer returnsOk(0)instead of an error (#318).New
Decoder::finish_frame(), to consume the rest of the current frame explicitly.bulk::Compressor::set_pledged_src_size()(#320).with_contextconstructors (#338).cmakeandvendoredfeatures, forwarded tozstd-safe.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.