Skip to content

Update encase_derive_impl requirement from 0.10 to 0.11 #19669

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Updates the requirements on encase_derive_impl to permit the latest version.

Changelog

Sourced from encase_derive_impl's changelog.

v0.11.0 (2025-04-25)

  • Added {Storage,Uniform}Buffer::content_of() to make it easier to convert a ShaderType to bytes
  • Increased MSRV to 1.77
  • Updated glam to v0.30
  • Updated imbl to v5
  • Updated ndarray to v0.16
  • Updated thiserror to v2

v0.10.0 (2024-09-13)

  • Updated glam to v0.29
  • Updated nalgebra to v0.33

v0.9.0 (2024-06-22)

  • Updated glam to v0.28
  • Updated vek to v0.17
  • Updated imbl to v3

v0.8.0 (2024-04-24)

  • Internal optimization: faster copying of POD types
  • Added support for writing to uninitialized memory
  • Increased MSRV to 1.68.2
  • Updated glam to v0.27

v0.7.0 (2024-01-02)

  • Allow buffer types to accept ?Sized types
  • Fix min syn version (v2.0.1)
  • Updated glam to v0.25
  • Updated vek to v0.16
  • Updated rpds to v1
  • Updated archery to v1

v0.6.1 (2023-05-09)

  • Fix erroring on attributes not owned by this crate

v0.6.0 (2023-05-06)

  • Inline potentially hot functions more aggressively
  • Fix clippy::extra_unused_type_parameters warning
  • Updated syn to v2
  • Updated glam to v0.24
  • Updated rpds to v0.13
  • Updated archery to v0.5

v0.5.0 (2023-03-04)

... (truncated)

Commits
  • fcc83d7 release v0.11.0
  • 779c7ad Revert "Re-exports crates for which local traits are implemented (#54)" (#93)
  • 35b5364 Re-exports crates for which local traits are implemented (#54)
  • 8bbc644 add content_of to get buffer contents quickly (#59)
  • ef8e412 Update deps, including glam, imbl, ndarray, thiserror (#88)
  • 44151f3 Fix clippy::semicolon_if_nothing_returned lints (#85)
  • 8f35a35 Fix clippy::needless_lifetimes lints (#87)
  • See full diff 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 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)

Updates the requirements on [encase_derive_impl](https://github.com/teoxoy/encase) to permit the latest version.
- [Changelog](https://github.com/teoxoy/encase/blob/main/CHANGELOG.md)
- [Commits](teoxoy/encase@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: encase_derive_impl
  dependency-version: 0.11.0
  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 Jun 16, 2025
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.

0 participants