From 23d2fbabd3d4610d118b54a2520441031bb4dbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:02:47 +0000 Subject: [PATCH] Update svg requirement from 0.10.0 to 0.13.0 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 d06c5ab..2d4ee42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ categories = ["visualization", "science"] keywords = ["plotting", "plot", "graph", "chart", "histogram"] [dependencies] -svg = "0.10.0" +svg = "0.13.0" thiserror = "1.0.30"