From 27d8c46bd3e37b494162cb96507cc7ec25e76fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:02:19 +0000 Subject: [PATCH] Update taffy requirement from 0.3.10 to 0.4.0 Updates the requirements on [taffy](https://github.com/DioxusLabs/taffy) to permit the latest version. - [Release notes](https://github.com/DioxusLabs/taffy/releases) - [Changelog](https://github.com/DioxusLabs/taffy/blob/main/RELEASES.md) - [Commits](https://github.com/DioxusLabs/taffy/compare/v0.3.10...v0.4.0) --- updated-dependencies: - dependency-name: taffy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index a417a5bfac8e0..6a2acaba2a4f5 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -31,7 +31,7 @@ bevy_window = { path = "../bevy_window", version = "0.14.0-dev" } bevy_utils = { path = "../bevy_utils", version = "0.14.0-dev" } # other -taffy = { version = "0.3.10" } +taffy = { version = "0.4.0" } serde = { version = "1", features = ["derive"], optional = true } bytemuck = { version = "1.5", features = ["derive"] } thiserror = "1.0.0"