From 7e2b7ca84da9521dfc8e2319c48dc7660c6ad9e9 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 28 May 2023 20:18:00 -0700 Subject: [PATCH] deps: update tiny-skia closes: https://github.com/wez/wezterm/pull/3794 --- Cargo.lock | 8 ++++---- wezterm-gui/Cargo.toml | 2 +- window/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c55cdd20c..f092e7b5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5146,9 +5146,9 @@ dependencies = [ [[package]] name = "tiny-skia" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce2986c82f77818c7b9144c70818fdde98db15308e329ae2f7204d767808fd3c" +checksum = "7db11798945fa5c3e5490c794ccca7c6de86d3afdd54b4eb324109939c6f37bc" dependencies = [ "arrayref", "arrayvec", @@ -5161,9 +5161,9 @@ dependencies = [ [[package]] name = "tiny-skia-path" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7acb0ccda1ac91084353a56d0b69b0e29c311fd809d2088b1ed2f9ae1841c47" +checksum = "2f60aa35c89ac2687ace1a2556eaaea68e8c0d47408a2e3e7f5c98a489e7281c" dependencies = [ "arrayref", "bytemuck", diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index a42a93ae8..5e2a3ae3a 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -86,7 +86,7 @@ termwiz = { path = "../termwiz" } termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" } textwrap = "0.16" thiserror = "1.0" -tiny-skia = "0.9" +tiny-skia = "0.10" umask = { path = "../umask" } unicode-normalization = "0.1" unicode-segmentation = "1.8" diff --git a/window/Cargo.toml b/window/Cargo.toml index 78308c789..8835a4670 100644 --- a/window/Cargo.toml +++ b/window/Cargo.toml @@ -39,7 +39,7 @@ promise = { path = "../promise" } raw-window-handle = "0.5" resize = "0.5" serde = {version="1.0", features = ["rc", "derive"]} -tiny-skia = "0.9" +tiny-skia = "0.10" glium = { version = "0.31", default-features = false } url = "2" wezterm-bidi = { path = "../bidi" }