From 0092aa9e632a78379dce84d8c9c898701aa171a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:21:00 +0000 Subject: [PATCH] fix(deps): update rust crate pathfinder_simd to v0.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07c470b4..c885965d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "1.0.37" png = "=0.17.5" pathfinder_geometry = "0.5.1" pathfinder_content = { version = "0.5.0", default-features = false } -pathfinder_simd = { version = "=0.5.2", features = ["pf-no-simd"] } +pathfinder_simd = { version = "=0.5.4", features = ["pf-no-simd"] } futures = "0.3.21" woff2 = "0.3.0"