Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 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

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Jul 11, 2022
@superdump
Copy link
Contributor

bors try

bors bot added a commit that referenced this pull request Jul 11, 2022
@bors
Copy link
Contributor

bors bot commented Jul 11, 2022

try

Build failed:

@mockersf
Copy link
Member

closed in favour of #8622

@mockersf mockersf closed this May 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/ruzstd-0.3.0 branch May 16, 2023 22:06
mockersf added a commit that referenced this pull request May 17, 2023
# Objective

- Update dependencies `ruzstd` and `basis-universal`
- Alternative to #5278 and #8133

## Solution

- Update the dependencies, fix the code
- Bevy now also depend on `syn@2` so it's not a blocker to update
`ruzstd` anymore
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants