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 }