Skip to content

Update ruzstd requirement from 0.8.0 to 0.9.0 - #25753

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ruzstd-0.9.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ruzstd-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ruzstd to permit the latest version.

Release notes

Sourced from ruzstd's releases.

Change to cargo workspace, improve CLI and make FrameCompressor nameable

@​zleyyij improved the CLI a ton and switched this repo to a cargo workspace so that the dependencies for the binary and the library can be separated.

Also, the MatchGeneratorDriver is now exported so users are able to name it as the M in FrameCompressor<R, W, M>

Changelog

Sourced from ruzstd's changelog.

After 0.8.2

  • Introduce the rust-version field
  • Fix checksum generation when repeatedly using the encoder
  • Expose decoding::Dictionary as public
  • Add Debug derive to CompressionLevel enum
  • Make RLE and Raw block decoding more efficient and not use intermediary buffer on the stack

After 0.8.1

  • The CLI has been refactored to use clap
  • The MatchDriverGenerator has been made public so users can name it as M in FrameCompressor<R,W,M>

After 0.8.0

  • The compressor now includes a content_checksum when the hash feature is enabled
  • Dictionary generation has been added

After 0.7.3

  • Add initial compression support
  • Breaking Refactor modules to reflect that this is now also a compression library

After 0.7.2

  • Soundness fix in decoding::RingBuffer. The lengths of the diferent regions where sometimes calculated wrongly, resulting in reads of heap memory not belonging to that ringbuffer

  • Added convenience functions to FrameDecoder to decode multiple frames from a buffer (https://github.com/philipc)

After 0.7.1

After 0.7.0

After 0.6.0

  • Small fix in the zstd binary, progress tracking was slighty off for skippable frames resulting in an error only when the last frame in a file was skippable
  • Small performance improvement by reorganizing code with #[cold] annotations
  • Documentation for StreamDecoder mentioning the limitations around multiple frames (https://github.com/Sorseg)
  • Documentation around skippable frames (https://github.com/Sorseg)
  • Breaking StreamDecoder API changes to get access to the inner parts (https://github.com/ifd3f)
  • Big internal documentation contribution (https://github.com/zleyyij)
  • Dropped derive_more as a dependency (https://github.com/xd009642)
  • Small improvement by removing the error cases from the reverse bitreader (and making sure invalid requests can't even happen)

After 0.5.0

  • Make the hashing checksum optional (thanks to @​tamird)
    • breaking change as the public API changes based on features
  • The FrameDecoder is now Send + Sync (RingBuffer impls these traits now)
Commits
  • 20a5fb9 add symlink to the toplevel readme so both build and publish can see the file...
  • 74a62d9 revert update of Readme Path in lib.rs
  • 3a6d945 update readme in lib.rs
  • fcc40ba update readme in cargo.toml
  • f976dc3 bump to 0.8.2
  • 5614f75 make the MatchGeneratorDriver public so users can name the M in FrameCompress...
  • eff39ae Improve Zstd binary provided (#93)
  • 2cebcfc Dictionary Creation (#91)
  • fb92a10 make clippy happy
  • c51eda1 bump to 0.8.1
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ruzstd](https://github.com/KillingSpark/zstd-rs) to permit the latest version.
- [Release notes](https://github.com/KillingSpark/zstd-rs/releases)
- [Changelog](https://github.com/KillingSpark/zstd-rs/blob/master/Changelog.md)
- [Commits](KillingSpark/zstd-rs@v0.8.0...v0.8.2)

---
updated-dependencies:
- dependency-name: ruzstd
  dependency-version: 0.8.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the C-Dependencies A change to the crates that Bevy depends on label Sep 11, 2026
@mnmaita mnmaita added D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Sep 16, 2026

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Dependencies A change to the crates that Bevy depends on D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant