mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
Update ruzstd requirement from 0.5.0 to 0.6.0 (#12416)
Updates the requirements on [ruzstd](https://github.com/KillingSpark/zstd-rs) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/KillingSpark/zstd-rs/releases">ruzstd's releases</a>.</em></p> <blockquote> <h2>Send + Sync for FrameDecoder and optional checksum calculation</h2> <ul> <li>The FrameDecoder is now Send + Sync (RingBuffer impls these traits now)</li> <li>Hashing content and checking the result against the frame header is now optional</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/KillingSpark/zstd-rs/blob/master/Changelog.md">ruzstd's changelog</a>.</em></p> <blockquote> <h1>After 0.6.0</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="abc01fa186
"><code>abc01fa</code></a> prepare changelog after version 0.6.0 released</li> <li><a href="943f96c97a
"><code>943f96c</code></a> we had a breaking change, bump version to 0.6.0</li> <li><a href="e0d32e83b4
"><code>e0d32e8</code></a> bump version to 0.5.1 and update criterion dependency</li> <li><a href="a16e38be5c
"><code>a16e38b</code></a> make RingBuffer Send + Sync so that the FrameDecoder is Send + Sync</li> <li><a href="4688f442da
"><code>4688f44</code></a> Merge pull request <a href="https://redirect.github.com/KillingSpark/zstd-rs/issues/54">#54</a> from a1phyr/add_metadata</li> <li><a href="6ab76d53c7
"><code>6ab76d5</code></a> Add crate category and keywords</li> <li><a href="f7e99753b9
"><code>f7e9975</code></a> try avoiding node12 github actions</li> <li><a href="86f97b84f5
"><code>86f97b8</code></a> fix naming</li> <li><a href="ea26ea140a
"><code>ea26ea1</code></a> use cargo-hack to test feature powerset</li> <li><a href="1ec35d2a3b
"><code>1ec35d2</code></a> add a changelog</li> <li>Additional commits viewable in <a href="https://github.com/KillingSpark/zstd-rs/compare/v0.5.0...v0.6.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1b3c2b0fed
commit
63993864c0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ddsfile = { version = "0.5.0", optional = true }
|
|||
ktx2 = { version = "0.3.0", optional = true }
|
||||
# For ktx2 supercompression
|
||||
flate2 = { version = "1.0.22", optional = true }
|
||||
ruzstd = { version = "0.5.0", optional = true }
|
||||
ruzstd = { version = "0.6.0", optional = true }
|
||||
# For transcoding of UASTC/ETC1S universal formats, and for .basis file support
|
||||
basis-universal = { version = "0.3.0", optional = true }
|
||||
encase = { version = "0.7", features = ["glam"] }
|
||||
|
|
Loading…
Reference in a new issue