Skip to content

build(deps): bump ruzstd from 0.8.2 to 0.8.3#3488

Merged
elijah-potter merged 1 commit into
masterfrom
dependabot/cargo/ruzstd-0.8.3
May 25, 2026
Merged

build(deps): bump ruzstd from 0.8.2 to 0.8.3#3488
elijah-potter merged 1 commit into
masterfrom
dependabot/cargo/ruzstd-0.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps ruzstd from 0.8.2 to 0.8.3.

Release notes

Sourced from ruzstd's releases.

Fix checksum generation when resuing compressor and no more big stack buffers

  • 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
Changelog

Sourced from ruzstd's changelog.

After 0.8.3 (Current)

  • Avoid emitting compressed blocks when the compressed payload is not smaller than the raw block.
Commits
  • 1c7aafb Update Changelog.md
  • b269cc4 derive debug trait for compression level (#104)
  • c800b57 make clippy happy
  • 29a5616 Raw block decoding does not need a buffer on the stack, we can just extend th...
  • fbc1f2c :xRLE block decoding does not need a buffer on the stack, we can just extend ...
  • da53f31 Add AI contributions guidelines to Readme
  • 089d65c Reset checksum every frames (#101)
  • 396e100 make clippy happy
  • 5cc9e44 cargo fmt
  • 3731573 meta: specify rust-version and add cargo-msrv to CI (#100)
  • Additional commits viewable 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.2 to 0.8.3.
- [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.2...v0.8.3)

---
updated-dependencies:
- dependency-name: ruzstd
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 25, 2026
@elijah-potter elijah-potter added this pull request to the merge queue May 25, 2026
Merged via the queue into master with commit ff83ff7 May 25, 2026
13 checks passed
@elijah-potter elijah-potter deleted the dependabot/cargo/ruzstd-0.8.3 branch May 25, 2026 16:39
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.

1 participant