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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-24 17:45:07 +00:00 committed by GitHub
parent 1dfb44d7b8
commit 8116d57093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
Cargo.lock generated
View file

@ -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",
]