From 8116d570934a514396195f3b42b42b2f33a6386b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:45:07 +0000 Subject: [PATCH] build(deps): bump taffy from 0.7.0 to 0.7.1 (#34774) Bumps [taffy](https://github.com/DioxusLabs/taffy) from 0.7.0 to 0.7.1. - [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.7.1) --- 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00de043c194..246e76bedac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7109,13 +7109,12 @@ dependencies = [ [[package]] name = "taffy" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf595259ca079fc86dc249d8ece0b4e822b83035daa0c0491aa4c12b1232b36c" +checksum = "d0185b36bcac092687988453b8ca6ae9824903bc41acd2d1956fd0fa7a2b936f" dependencies = [ "arrayvec", "grid", - "num-traits", "serde", "slotmap", ]