From 9290c72e96dacabdc15d7a5c771cc360cde1ef1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:05:15 +0000 Subject: [PATCH] Update resvg requirement from 0.44 to 0.45 Updates the requirements on [resvg](https://github.com/linebender/resvg) to permit the latest version. - [Release notes](https://github.com/linebender/resvg/releases) - [Changelog](https://github.com/linebender/resvg/blob/main/CHANGELOG.md) - [Commits](https://github.com/linebender/resvg/compare/v0.44.0...0.45.0) --- updated-dependencies: - dependency-name: resvg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/automata/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/automata/Cargo.toml b/crates/automata/Cargo.toml index b02550d..5a7440f 100644 --- a/crates/automata/Cargo.toml +++ b/crates/automata/Cargo.toml @@ -36,7 +36,7 @@ petgraph = { version = "0.7", optional = true } layout-rs = { version = "0.1.2", optional = true } open = { version = "5.3.2", optional = true } base64 = { version = "0.22.1", optional = true } -resvg = { version = "0.44", optional = true } +resvg = { version = "0.45", optional = true } usvg = { version = "0.44", optional = true, features = [ "text", "system-fonts",