From f3a90f3c3eb7600990e70acd82718b0f49d0f100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:19:36 +0000 Subject: [PATCH 1/2] chore(deps): bump femtovg from 0.19.3 to 0.20.1 Bumps [femtovg](https://github.com/femtovg/femtovg) from 0.19.3 to 0.20.1. - [Release notes](https://github.com/femtovg/femtovg/releases) - [Changelog](https://github.com/femtovg/femtovg/blob/master/CHANGELOG.md) - [Commits](https://github.com/femtovg/femtovg/compare/v0.19.3...v0.20.1) --- updated-dependencies: - dependency-name: femtovg dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ffa5a3..141528d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,9 +346,9 @@ dependencies = [ [[package]] name = "femtovg" -version = "0.19.3" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be5d925785ad33d7b0ae2b445d9f157c3ab42ff3c515fff0b46d53d4a86c43c5" +checksum = "a125295d4de2b2473e731c4612599ba3cdf7e05af6bba16f324ba8ffbf093436" dependencies = [ "bitflags 2.10.0", "bytemuck", From 0cba0e8e7745da7c1f8c56e73305bc19b3d0d8b5 Mon Sep 17 00:00:00 2001 From: "Rene D. Obermueller" Date: Mon, 19 Jan 2026 06:44:29 +0100 Subject: [PATCH 2/2] also update femtovg in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 536c806..ee98e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ hex_color = {version = "3", features = ["serde"]} chrono = "0.4.42" # opengl rendering backend -femtovg = "0.19" +femtovg = "0.20" libloading = "0.9" epoxy = "0.1.0" glow = "0.16.0"