From 192f656ced7dd46b325111a93831ef7c0917ddac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:15:00 +0000 Subject: [PATCH] fix(deps): update rust crate svgtypes to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2259883d..a5b8e725 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" serde = { version = "1", features = ["derive"] } serde_json = "1" -svgtypes = "0.12.0" +svgtypes = "0.13.0" thiserror = "1.0.37" png = "=0.17.5" pathfinder_geometry = "0.5.1"