From bbb255d81c2f39e7e6b04eb4da3fdfe2318c1f97 Mon Sep 17 00:00:00 2001 From: Steven Novaryo <65610990+stevennovaryo@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:04:49 +0800 Subject: layout: grid-template getComputedStyle cleanup (#34926) * Update Taffy and WPT expectations Signed-off-by: stevennovaryo * Rename DetailedInfo to SpecificInfo Signed-off-by: stevennovaryo * Run fmt Signed-off-by: stevennovaryo --------- Signed-off-by: stevennovaryo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eb7ffd35932..e72c1484cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/s surfman = { git = "https://github.com/servo/surfman", rev = "300789ddbda45c89e9165c31118bf1c4c07f89f6", features = ["chains"] } syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] } synstructure = "0.13" -taffy = { version = "0.7.2", default-features = false, features = ["std", "serde", "grid", "detailed_layout_info"] } +taffy = { version = "0.7.4", default-features = false, features = ["std", "serde", "grid", "detailed_layout_info"] } thin-vec = "0.2.13" tikv-jemalloc-sys = "0.6.0" tikv-jemallocator = "0.6.0" -- cgit v1.2.3