From a9b74f5b91ddfa9f67bc7ad1c3387ae8f42ad0d8 Mon Sep 17 00:00:00 2001 From: Doug Lau Date: Sat, 28 Oct 2023 13:07:13 -0500 Subject: [PATCH] Update tiny-skia to 0.10 --- Cargo.lock | 28 +--------------------------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f06bdc00..1cdf6330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ "serde", "sys-info", "thiserror", - "tiny-skia 0.9.1", + "tiny-skia 0.10.0", "toml 0.7.5", "trash", "typed-builder", @@ -2230,21 +2230,6 @@ dependencies = [ "tiny-skia-path 0.8.4", ] -[[package]] -name = "tiny-skia" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce2986c82f77818c7b9144c70818fdde98db15308e329ae2f7204d767808fd3c" -dependencies = [ - "arrayref", - "arrayvec 0.7.4", - "bytemuck", - "cfg-if", - "log", - "png", - "tiny-skia-path 0.9.0", -] - [[package]] name = "tiny-skia" version = "0.10.0" @@ -2281,17 +2266,6 @@ dependencies = [ "strict-num", ] -[[package]] -name = "tiny-skia-path" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7acb0ccda1ac91084353a56d0b69b0e29c311fd809d2088b1ed2f9ae1841c47" -dependencies = [ - "arrayref", - "bytemuck", - "strict-num", -] - [[package]] name = "tiny-skia-path" version = "0.10.0" diff --git a/Cargo.toml b/Cargo.toml index 84bc3785..3843ab0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ resvg = "0.35" serde = { version = "1.0.159", features = ["derive"] } sys-info = "0.9" thiserror = "1.0" -tiny-skia = "0.9" +tiny-skia = "0.10" toml = "0.7" trash = { version = "3.0", default-features = false } typed-builder = "0.14"