Skip to content

Commit

Permalink
Update ruzstd requirement from 0.4.0 to 0.5.0 (bevyengine#11467)
Browse files Browse the repository at this point in the history
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>Even better no_std</h2>
<p>Switching from thiserror to derive_more allows for no_std builds on
stable rust</p>
</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.5.0</h1>
<ul>
<li>Make the hashing checksum optional (thanks to <a
href="https://github.com/tamird"><code>@​tamird</code></a>)
<ul>
<li>breaking change as the public API changes based on features</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/e620d2a856f96506aa8bb6eeae89547c4c54eb3e"><code>e620d2a</code></a>
Merge pull request <a
href="https://redirect.github.com/KillingSpark/zstd-rs/issues/50">#50</a>
from KillingSpark/remove_thiserror</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/9e9d204c63e351af81b211cdb0f1a90ffabb4586"><code>9e9d204</code></a>
make clippy happy</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/f4a6fc0cc1380308674c06441e2c55f8a65b21b5"><code>f4a6fc0</code></a>
bump the version, this is an incompatible change</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/64d65b5c4f2bcad71cc41076d61b85629e36a041"><code>64d65b5</code></a>
fix test compile...</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/07bbda98c863f4347280abf21c8395bcf49872fc"><code>07bbda9</code></a>
remove the error_in_core feature and switch the io_nostd to use the
Display t...</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/e15eb1e568e0339c25db609e4a093ff1b6a90e6d"><code>e15eb1e</code></a>
Merge pull request <a
href="https://redirect.github.com/KillingSpark/zstd-rs/issues/49">#49</a>
from tamird/clippy</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/92a3f2e6b2cc625710ba93efb137e6d164c3e457"><code>92a3f2e</code></a>
Avoid unnecessary cast</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/f588d5c3629ef07032ce2f66db225ffb58d36609"><code>f588d5c</code></a>
Avoid slow zero-filling initialization</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/e79f09876f5612373dbad1ef819bbb8fe3ca061d"><code>e79f098</code></a>
Avoid single-match expression</li>
<li><a
href="https://github.com/KillingSpark/zstd-rs/commit/c75cc2fbb9aa803676e56a8b24f2c6ac08c00ce4"><code>c75cc2f</code></a>
Remove useless assertion</li>
<li>Additional commits viewable in <a
href="https://github.com/KillingSpark/zstd-rs/compare/v0.4.0...v0.5.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>
  • Loading branch information
dependabot[bot] committed Jan 23, 2024
1 parent 3cfcebc commit f7c4988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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.4.0", optional = true }
ruzstd = { version = "0.5.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"] }
Expand Down

0 comments on commit f7c4988

Please sign in to comment.