From 50851ae3d95d93d31eeab06910828db5cebab82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:53:22 +0000 Subject: [PATCH] Bump kuva from 0.1.4 to 0.1.6 Bumps [kuva](https://github.com/Psy-Fer/kuva) from 0.1.4 to 0.1.6. - [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.1.4...v0.1.6) --- updated-dependencies: - dependency-name: kuva dependency-version: 0.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6f62e30..e15a6fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "kuva" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b0d726a04ca7d6365892ccb2e6ec736d85bfd0b9001c4c6e98d8a038a83a95" +checksum = "455280de2b34485b88f1f8b80ee5e0df4289233ecad06d66dda79bf307e24f10" dependencies = [ "chrono", "colorous", diff --git a/Cargo.toml b/Cargo.toml index e918a46..6e64f37 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.0", default-features = false } -kuva = "0.1.4" +kuva = "0.1.6" [features] default = ["libm"]