From ab1c8970970458305ba3025fc20b2f5c88e02dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:04:22 +0000 Subject: [PATCH] Update svg requirement from 0.10.0 to 0.12.1 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..33cc904 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.12.1" thiserror = "1.0.30"