From 8444f732cd163fb90d511f5058472f6fe095f490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 06:42:21 +0000 Subject: [PATCH] Update encase_derive_impl requirement from 0.10 to 0.11 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](https://github.com/teoxoy/encase/compare/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] --- crates/bevy_encase_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_encase_derive/Cargo.toml b/crates/bevy_encase_derive/Cargo.toml index 60a6515fd830f..6e7bc5af9e66d 100644 --- a/crates/bevy_encase_derive/Cargo.toml +++ b/crates/bevy_encase_derive/Cargo.toml @@ -13,7 +13,7 @@ proc-macro = true [dependencies] bevy_macro_utils = { path = "../bevy_macro_utils", version = "0.16.0-dev" } -encase_derive_impl = "0.10" +encase_derive_impl = "0.11" [lints] workspace = true