From e49cfff0010735b4335fad23303dd7109f3110bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:53:20 +0000 Subject: [PATCH] Bump kuva from 0.4.0 to 0.5.0 Bumps [kuva](https://github.com/Psy-Fer/kuva) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/Psy-Fer/kuva/releases) - [Changelog](https://github.com/Psy-Fer/kuva/blob/main/CHANGELOG.md) - [Commits](https://github.com/Psy-Fer/kuva/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: kuva dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 190c3865..a5cd75c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,9 +283,9 @@ dependencies = [ [[package]] name = "kuva" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6667b60a6adcb413e8909641652da5fae201bb5aaff59d731d348588ec66d6f3" +checksum = "afc306ca4bba0efb55b6802868094378141057ce33a39a4b77ba780c32b096da" dependencies = [ "chrono", "colorous", diff --git a/Cargo.toml b/Cargo.toml index 92bf6867..51574e5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ num-traits = { version = "0.2.19", default-features = false } approx = { version = "0.5.1", default-features = false } criterion = { version = "0.8.2", features = ["html_reports"] } rand = { version = "0.10.2", default-features = false } -kuva = "0.4.0" +kuva = "0.5.0" [features] default = ["libm"]