From 2cf02cad2e4064ce0c0c6e1302492f6469ca0b9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:36:20 +0000 Subject: [PATCH] fix(deps): update rust crate svgtypes to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ca290b..2b2ad07 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" serde = { version = "1", features = ["derive"] } serde_json = "1" -svgtypes = "0.13.0" +svgtypes = "0.14.0" thiserror = "1.0.37" png = "=0.17.5" pathfinder_geometry = "0.5.1"