Update taffy requirement from 0.7 to 0.8

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/CHANGELOG.md)
- [Commits](https://github.com/DioxusLabs/taffy/compare/v0.7.0...v0.8.3)

---
updated-dependencies:
- dependency-name: taffy
  dependency-version: 0.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-07 20:48:25 +00:00 committed by GitHub
parent e2810085a8
commit 2a6445c193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.17.0-dev", default-fea
] } ] }
# other # other
taffy = { version = "0.7" } taffy = { version = "0.8" }
serde = { version = "1", features = ["derive"], optional = true } serde = { version = "1", features = ["derive"], optional = true }
uuid = { version = "1.1", features = ["v4"], optional = true } uuid = { version = "1.1", features = ["v4"], optional = true }
thiserror = { version = "2", default-features = false } thiserror = { version = "2", default-features = false }