From d9b119243832affb3b25281500af2b122a7da9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:05:07 +0000 Subject: [PATCH] Update usvg requirement from 0.44 to 0.45 Updates the requirements on [usvg](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: usvg 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..2ab7e9d 100644 --- a/crates/automata/Cargo.toml +++ b/crates/automata/Cargo.toml @@ -37,7 +37,7 @@ 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 } -usvg = { version = "0.44", optional = true, features = [ +usvg = { version = "0.45", optional = true, features = [ "text", "system-fonts", ] }