From 287a7d099366b2c7ef821e40e93b15e6675b0ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:01:01 +0000 Subject: [PATCH] build(deps): bump taffy from 0.7.1 to 0.7.2 (#34830) Bumps [taffy](https://github.com/DioxusLabs/taffy) from 0.7.1 to 0.7.2. - [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.1...v0.7.2) --- 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 07ce322e63c..e5b8080d23b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7108,9 +7108,9 @@ dependencies = [ [[package]] name = "taffy" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0185b36bcac092687988453b8ca6ae9824903bc41acd2d1956fd0fa7a2b936f" +checksum = "c5ee7dc8eeb09b5952509850485cf7e73b81af1a4cd5d71f2ee34ed2aa0c562a" dependencies = [ "arrayvec", "grid",