From 2885057ad712f1dcc014a3613d4779ade12390e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:41:28 +0000 Subject: [PATCH] build(deps): bump taffy from 0.7.2 to 0.7.3 (#34860) Bumps [taffy](https://github.com/DioxusLabs/taffy) from 0.7.2 to 0.7.3. - [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.2...v0.7.3) --- updated-dependencies: - dependency-name: taffy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3521f06fdd1..83866d12ef8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7108,9 +7108,9 @@ dependencies = [ [[package]] name = "taffy" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5ee7dc8eeb09b5952509850485cf7e73b81af1a4cd5d71f2ee34ed2aa0c562a" +checksum = "cdc8cd64a014acc7597f470ba70be81639d6d310ff0dcaadd2327e32e0c00258" dependencies = [ "arrayvec", "grid",