Skip to content

fix(deps): update rust crate zstd to 0.14.0 - #3506

Merged
syphar merged 1 commit into
mainfrom
renovate/zstd-0.x
Sep 7, 2026
Merged

fix(deps): update rust crate zstd to 0.14.0#3506
syphar merged 1 commit into
mainfrom
renovate/zstd-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
zstd dependencies minor 0.13.00.14.0

Release Notes

gyscos/zstd-rs (zstd)

v0.14.0

Compare Source

Breaking
  • The 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.
  • The project is now licensed under BSD-3-Clause (#​360, #​314).
  • Requires zstd-safe 8.0.0.
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 that finish() may now read from the underlying reader; Decoder::finish_frame() is the same operation with the error surfaced.
  • Read::read() with an empty buffer returns Ok(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).
  • The missing with_context constructors (#​338).
  • cmake and vendored features, forwarded to zstd-safe.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@renovate
renovate Bot requested a review from a team as a code owner September 7, 2026 01:23
@github-actions github-actions Bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Sep 7, 2026
@github-actions github-actions Bot removed the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Sep 7, 2026
@syphar
syphar merged commit fe54839 into main Sep 7, 2026
13 checks passed
@syphar
syphar deleted the renovate/zstd-0.x branch September 7, 2026 07:46
@github-actions github-actions Bot added the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Sep 7, 2026
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Sep 8, 2026
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.

1 participant