From 2ff208a7b067b3ed6006d6a46f663aea4340acc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 07:10:40 +0000 Subject: [PATCH] Update svg requirement from 0.10 to 0.12 Updates the requirements on [svg](https://github.com/bodoni/svg) to permit the latest version. - [Release notes](https://github.com/bodoni/svg/releases) - [Commits](https://github.com/bodoni/svg/commits) --- updated-dependencies: - dependency-name: svg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b59e31b2..09b9841c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0" interpolation = "0.2" rand = "0.8" -svg = "0.10" +svg = "0.12" pathfinder_canvas = "0.5" # These versions must stay synced with the dependencies of pathfinder_canvas