From 6fe9ddc336f292c2a132604ec011af60775fa779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 15:44:49 +0000 Subject: [PATCH] chore(deps): bump rio-graphics from 0.5.25 to 0.5.26 Bumps [rio-graphics](https://github.com/raphamorim/rio) from 0.5.25 to 0.5.26. - [Release notes](https://github.com/raphamorim/rio/releases) - [Commits](https://github.com/raphamorim/rio/compare/v0.5.25...v0.5.26) --- updated-dependencies: - dependency-name: rio-graphics dependency-version: 0.5.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dc43523..220d9f5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6848,9 +6848,9 @@ dependencies = [ [[package]] name = "rio-graphics" -version = "0.5.25" +version = "0.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd06d1c1c8b584083f365ad6acfe841362a02554ec650ca4e18fc96ed1ba4985" +checksum = "1b088ba47933b5e9f0c96596a8ccf91fb689682dcbcee16fd0e08ff5bf42a05f" dependencies = [ "image", "parking_lot",