From 86047d3bc314f774aa1554d638dc92f00933ef71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:38:47 +0000 Subject: [PATCH] fix(deps): update rust crate taffy to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1504e7..055cff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rotsprite = "0.1" vek = "0.16" assets_manager = { version = "0.10", features = ["embedded", "hot-reloading", "toml", "png"], default-features = false } serde = "1" -taffy = "0.3" +taffy = "0.4" rfd = { version = "0.12.1", default-features = false, features = ["xdg-portal"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]