From a8daa3d6d191572e34192eef81c525ffa3bd53b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:36:23 +0000 Subject: [PATCH] Bump tiny-skia from 0.10.0 to 0.11.2 Bumps [tiny-skia](https://github.com/RazrFalcon/tiny-skia) from 0.10.0 to 0.11.2. - [Changelog](https://github.com/RazrFalcon/tiny-skia/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/tiny-skia/compare/v0.10.0...v0.11.2) --- updated-dependencies: - dependency-name: tiny-skia dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23fa66ed..226ace5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ "serde", "sys-info", "thiserror", - "tiny-skia 0.10.0", + "tiny-skia 0.11.2", "toml 0.7.8", "trash", "typed-builder", @@ -2194,6 +2194,21 @@ dependencies = [ "tiny-skia-path 0.10.0", ] +[[package]] +name = "tiny-skia" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b72a92a05db376db09fe6d50b7948d106011761c05a6a45e23e17ee9b556222" +dependencies = [ + "arrayref", + "arrayvec 0.7.4", + "bytemuck", + "cfg-if", + "log", + "png", + "tiny-skia-path 0.11.2", +] + [[package]] name = "tiny-skia-path" version = "0.7.0" @@ -2226,6 +2241,17 @@ dependencies = [ "strict-num", ] +[[package]] +name = "tiny-skia-path" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ac3865b9708fc7e1961a65c3a4fa55e984272f33092d3c859929f887fceb647" +dependencies = [ + "arrayref", + "bytemuck", + "strict-num", +] + [[package]] name = "tinyvec" version = "1.6.0" diff --git a/Cargo.toml b/Cargo.toml index 56460565..04ebcd6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ resvg = "0.35" serde = { version = "1.0.159", features = ["derive"] } sys-info = "0.9" thiserror = "1.0" -tiny-skia = "0.10" +tiny-skia = "0.11" toml = "0.7" trash = { version = "3.0", default-features = false } typed-builder = "0.14"