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"