Bump taffy (#61183)

Follow-up to https://github.com/zed-industries/zed/pull/60721

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2026-07-17 12:45:16 +03:00 committed by GitHub
parent dde45ff092
commit 31ceaf7908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -18274,9 +18274,9 @@ dependencies = [
[[package]]
name = "taffy"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73afc801dd6bd47529eaa7c7e90557f107527d1b7c9c7ed7d7803c7b8d0c357f"
checksum = "340a09581f29809fc0df82a3955501dc7f2a21f887e5d1c13dbe288fe1c0bef4"
dependencies = [
"arrayvec",
"grid",

View file

@ -91,7 +91,7 @@ async-channel.workspace = true
stacksafe.workspace = true
strum.workspace = true
sum_tree.workspace = true
taffy = "=0.12.1"
taffy = "=0.12.2"
thiserror.workspace = true
gpui_util.workspace = true
hdrhistogram = { workspace = true, optional = true }