From 31ceaf7908ef6239dbf5fcf74e2d185a89152ebf Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 17 Jul 2026 12:45:16 +0300 Subject: [PATCH] Bump taffy (#61183) Follow-up to https://github.com/zed-industries/zed/pull/60721 Release Notes: - N/A --- Cargo.lock | 4 ++-- crates/gpui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2303a839d8f..1094fced2cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 63e1814b505..7adeeffa50d 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -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 }