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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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
@mnmaita
Copy link
Member

mnmaita commented Jun 24, 2025

@mockersf @alice-i-cecile can you tell dependabot to rebase or recreate this PR? I think it's OK to merge as far as I can see.

@mnmaita mnmaita added D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Jun 24, 2025
@mockersf
Copy link
Member

shouldn't that be done with encase in #18047?

@mockersf
Copy link
Member

@dependabot rebase

@mnmaita
Copy link
Member

mnmaita commented Jun 24, 2025

shouldn't that be done with encase in #18047?

Makes sense, I'll leave a comment there and close this one. The rebase doesn't seem to be working FWIW...

@mnmaita mnmaita closed this Jun 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2025

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/encase_derive_impl-0.11 branch June 24, 2025 12:01
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 D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants