diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index a26821a20c4be..58267a35b3556 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -33,7 +33,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.17.0-dev", default-fea ] } # other -taffy = { version = "0.7" } +taffy = { version = "0.8" } serde = { version = "1", features = ["derive"], optional = true } uuid = { version = "1.1", features = ["v4"], optional = true } thiserror = { version = "2", default-features = false }