From fc2f7d72df7d856e142f125b8aa42c1e4fdb8040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 03:00:12 +0000 Subject: [PATCH] Update usvg requirement from 0.30.0 to 0.31.0 Updates the requirements on [usvg](https://github.com/RazrFalcon/resvg) to permit the latest version. - [Release notes](https://github.com/RazrFalcon/resvg/releases) - [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/resvg/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: usvg 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 8b919dae..a6f32806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ winit = { version = "0.28.1", default-features = false } euclid = "0.22.3" rand = "0.8" svg = "0.13.0" -usvg = { version = "0.30.0" } +usvg = { version = "0.31.0" } instant = { version = "0.1", features = ["now"] } resource = "0.5.0" image = { version = "0.24.0", default-features = false, features = [