From b523010d8bfea352c84f369b77d70711f92704d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:16:48 +0000 Subject: [PATCH] Bump taffy from 0.7.2 to 0.7.5 Bumps [taffy](https://github.com/DioxusLabs/taffy) from 0.7.2 to 0.7.5. - [Release notes](https://github.com/DioxusLabs/taffy/releases) - [Changelog](https://github.com/DioxusLabs/taffy/blob/v0.7.5/CHANGELOG.md) - [Commits](https://github.com/DioxusLabs/taffy/compare/v0.7.2...v0.7.5) --- updated-dependencies: - dependency-name: taffy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- crates/gosub_taffy/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7db82989..0e417d96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4562,9 +4562,9 @@ dependencies = [ [[package]] name = "taffy" -version = "0.7.2" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5ee7dc8eeb09b5952509850485cf7e73b81af1a4cd5d71f2ee34ed2aa0c562a" +checksum = "944a2a0b6070d217b69afb819f65f84ba093c43d627571fdac1c46f03a14d326" dependencies = [ "arrayvec", "grid", @@ -4792,13 +4792,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.91", + "syn 2.0.96", ] [[package]] diff --git a/crates/gosub_taffy/Cargo.toml b/crates/gosub_taffy/Cargo.toml index 8d00b6b9..79fe0ec1 100644 --- a/crates/gosub_taffy/Cargo.toml +++ b/crates/gosub_taffy/Cargo.toml @@ -9,7 +9,7 @@ description = "Taffy layouter for Gosub" [dependencies] gosub_shared = { version = "0.1.1", registry = "gosub", path = "../gosub_shared" } gosub_interface = { version = "0.1.1", registry = "gosub", path = "../gosub_interface" } -taffy = "0.7.2" +taffy = "0.7.5" anyhow = "1.0.94" regex = "1.11.1" log = "0.4.22"