diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-09 17:19:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-09 17:19:36 +0000 |
commit | 9d319ebdb57056e8854195df98b8994f90ce1d1b (patch) | |
tree | 72ce72299e18671c1449b27cb7bd82b51761a6c2 /Cargo.lock | |
parent | bb0529d300b3dd64034f7af85a2579638f436b42 (diff) | |
download | servo-9d319ebdb57056e8854195df98b8994f90ce1d1b.tar.gz servo-9d319ebdb57056e8854195df98b8994f90ce1d1b.zip |
build(deps): bump taffy from 0.6.2 to 0.6.3 (#34540)
Bumps [taffy](https://github.com/DioxusLabs/taffy) from 0.6.2 to 0.6.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.6.2...v0.6.3)
---
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 96519101499..9ae7a858ce1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4076,7 +4076,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -7132,9 +7132,9 @@ dependencies = [ [[package]] name = "taffy" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d0eb2760c1b126d8147f339b2359cc2e4c673f0630986b720f261d9fb297030" +checksum = "136661daffcdfb128afb0d45a8f7e88078739196d64d7ffa47f8513f4a00a6d7" dependencies = [ "arrayvec", "grid", |