Skip to content

build(deps): bump ruzstd from 0.8.3 to 0.9.0 - #86

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

build(deps): bump ruzstd from 0.8.3 to 0.9.0#86
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 Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps ruzstd from 0.8.3 to 0.9.0.

Release notes

Sourced from ruzstd's releases.

Make maximum window size configurable

  • Avoid emitting compressed blocks when the compressed payload is not smaller than the raw block. (#105)
  • Fix Dictionary decoding. It should not panic on invalid inputs.
  • Make the decode window size limit configurable via FrameDecoder::set_max_window_size/max_window_size, StreamingDecoder::new_with_max_window_size, and the DEFAULT_MAX_WINDOW_SIZE constant. The default stays 100mb. (#111)
  • Apply the window size limit to the first frame of a stream, not just later frames. (#111)
  • Breaking FrameDecoderError::WindowSizeTooBig gained a max field and now reports the effective limit. (#111)
Changelog

Sourced from ruzstd's changelog.

After 0.9.0 (Current)

Commits
  • f833802 bump version to 0.9.0
  • e7cc3b9 Remove compiler-builtins from rustc-dep-of-std dependencies (#113)
  • 1f0f513 Make the decode window size limit configurable (#111)
  • ba7e397 cargo fmt
  • e7b1bea avoid panicing on small inputs to create_raw_dict_from_source
  • 1ed148b Fix Dictionary decoding. It should not panic on invalid inputs.
  • 1f95af6 Avoid expanding incompressible fastest blocks (#105)
  • 3ecdba5 bump version after release and prepare changelog for new changes
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [ruzstd](https://github.com/KillingSpark/zstd-rs) from 0.8.3 to 0.9.0.
- [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.3...v0.9.0)

---
updated-dependencies:
- dependency-name: ruzstd
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 1, 2026
@dependabot
dependabot Bot requested a review from P4suta as a code owner August 1, 2026 16:58
@dependabot dependabot Bot added the rust Pull requests that update rust code label Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants