Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ruzstd requirement from 0.2.4 to 0.3.0 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 14, 2022

Updates the requirements on ruzstd to permit the latest version.

Release notes

Sourced from ruzstd's releases.

Optimizations and way better errors

  • In a big effort, @​paolobarbolini and me improved the performance of decoding sequences. This also lead to a cool contribution of him to the standard lib making vecdequeue for copyable types way more performant. #18
  • I improved the reversed bitreader performance by a lot after reading the excellent blogposts here and here
  • @​rrbutani Made the effort of converting the not very helpful plain string errors with meaningful error enums, which apparently can help with binary sizes, but is also just a very big usability improvement of this library #28
Commits
  • 16398e0 bump version after breaking change
  • 9c13993 fix clippy lint
  • 261e43b Merge pull request #28 from rrbutani/add-error-types
  • 1fcdf13 mark all the error enums as #[non_exhaustive]
  • f5dea61 fix a typo
  • 44c8bb4 add error types for use in lieu of String
  • 0f03b26 fix some typos
  • ebe1506 optimize fse status updates by eliminating multiple vector accesses
  • 848b028 better signature for byte_idx
  • 0155b30 tell the compiler which part of get_bits_triple is cold
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 14, 2022

The following labels could not be found: C-Dependencies.

@dependabot dependabot bot force-pushed the dependabot/cargo/ruzstd-0.3.0 branch from 884d357 to 27d1a24 Compare October 31, 2022 19:41
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)
- [Commits](KillingSpark/zstd-rs@v0.2.4...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants