From 7a8842fd127eaf50c543c3497d5b3edad524d8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 05:37:39 +0000 Subject: [PATCH 1/2] Update usvg requirement from 0.22.0 to 0.23.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.22.0...v0.23.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 0e1bda2..416e86c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default = ["console_error_panic_hook"] [dependencies] resvg = { version = "0.22.0", default-features = false, features = ["filter"] } -usvg = { version = "0.22.0", default-features = false, features = [ "filter", "text"] } +usvg = { version = "0.23.0", default-features = false, features = [ "filter", "text"] } svgtypes = "0.8.0" tiny-skia = "0.6.1" From 1b3689ba75dd65b6d860d634fedc48c3abd2efb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 05:37:42 +0000 Subject: [PATCH 2/2] Update resvg requirement from 0.22.0 to 0.23.0 Updates the requirements on [resvg](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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: resvg 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 0e1bda2..0f3aeb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"] default = ["console_error_panic_hook"] [dependencies] -resvg = { version = "0.22.0", default-features = false, features = ["filter"] } +resvg = { version = "0.23.0", default-features = false, features = ["filter"] } usvg = { version = "0.22.0", default-features = false, features = [ "filter", "text"] } svgtypes = "0.8.0"