From 39568aee7e5cb2843e56b3ba582fa465abb2a252 Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 23 May 2024 15:36:28 +0900 Subject: [PATCH] update wry from 0.39 to 0.40 and tao from 0.27 to 0.28 --- v2/Cargo.lock | 8 ++++---- v2/Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/v2/Cargo.lock b/v2/Cargo.lock index 396c74a..5f08e64 100644 --- a/v2/Cargo.lock +++ b/v2/Cargo.lock @@ -2988,9 +2988,9 @@ dependencies = [ [[package]] name = "tao" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92bcf8885e147b56d6e26751263b45876284f32ca404703f6d3b8f80d16ff4dd" +checksum = "12a8121bd5721ebbbe0889f8286d5824673beeb04071519b68916fbed04f3093" dependencies = [ "bitflags 2.5.0", "cocoa", @@ -3805,9 +3805,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.39.5" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7172fc76376d55d089c627a31a5b604b4ac372793fb5378d1c7ddf008703008" +checksum = "7cd42682bad8d1efd0e0d0593770c602c13b8922bb1ca705cb845967de81bbc4" dependencies = [ "base64", "block", diff --git a/v2/Cargo.toml b/v2/Cargo.toml index 01b7525..4cc02ee 100644 --- a/v2/Cargo.toml +++ b/v2/Cargo.toml @@ -48,14 +48,14 @@ rfd = "0.14.1" serde = "1.0.195" serde_json = "1.0.111" serde_yaml = "0.9.30" -tao = { version = "0.27", default-features = false, features = [ "rwh_06" ] } +tao = { version = "0.28.0", default-features = false, features = [ "rwh_06" ] } [target.'cfg(target_os = "macos")'.dependencies] -wry = { version = "0.39.5", features = ["transparent"] } +wry = { version = "0.40.0", features = ["transparent"] } window-vibrancy = "0.5.0" [target.'cfg(not(target_os = "macos"))'.dependencies] -wry = "0.39.5" +wry = "0.40.0" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_WindowsAndMessaging"] }