From 646b3d6bcab0e796f1974fc75824822fa537d422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:02:11 +0000 Subject: [PATCH] Bump tiny-skia from 0.11.3 to 0.11.4 Bumps [tiny-skia](https://github.com/RazrFalcon/tiny-skia) from 0.11.3 to 0.11.4. - [Changelog](https://github.com/RazrFalcon/tiny-skia/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/tiny-skia/compare/v0.11.3...v0.11.4) --- updated-dependencies: - dependency-name: tiny-skia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0642f92e..c21ef4e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ "serde", "sys-info", "thiserror", - "tiny-skia 0.11.3", + "tiny-skia 0.11.4", "toml 0.8.9", "trash", "typed-builder", @@ -1853,7 +1853,7 @@ dependencies = [ "png", "rgb", "svgtypes", - "tiny-skia 0.11.3", + "tiny-skia 0.11.4", "usvg", ] @@ -2195,9 +2195,9 @@ dependencies = [ [[package]] name = "tiny-skia" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6a067b809476893fce6a254cf285850ff69c847e6cfbade6a20b655b6c7e80d" +checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" dependencies = [ "arrayref", "arrayvec 0.7.4", @@ -2205,7 +2205,7 @@ dependencies = [ "cfg-if", "log", "png", - "tiny-skia-path 0.11.3", + "tiny-skia-path 0.11.4", ] [[package]] @@ -2231,9 +2231,9 @@ dependencies = [ [[package]] name = "tiny-skia-path" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541" +checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" dependencies = [ "arrayref", "bytemuck", @@ -2470,7 +2470,7 @@ dependencies = [ "rctree", "strict-num", "svgtypes", - "tiny-skia-path 0.11.3", + "tiny-skia-path 0.11.4", ] [[package]]