From 4f65b2691a4971e1c8d453bd33399580c6ebc9d5 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 13 Aug 2023 20:10:33 -0300 Subject: [PATCH] wry 0.31 --- core/tauri-runtime-wry/Cargo.toml | 2 +- examples/api/src-tauri/Cargo.lock | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index f31d3e356e74..7b0d3a340470 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -13,7 +13,7 @@ edition = { workspace = true } rust-version = { workspace = true } [dependencies] -wry = { git = "https://github.com/tauri-apps/wry", branch = "tao-v0.22", default-features = false, features = [ "file-drop", "protocol" ] } +wry = { version = "0.31", default-features = false, features = [ "file-drop", "protocol" ] } tauri-runtime = { version = "0.13.0-alpha.6", path = "../tauri-runtime" } tauri-utils = { version = "2.0.0-alpha.6", path = "../tauri-utils" } uuid = { version = "1", features = [ "v4" ] } diff --git a/examples/api/src-tauri/Cargo.lock b/examples/api/src-tauri/Cargo.lock index 5dcf0cc7993a..3765f3c6a9d3 100644 --- a/examples/api/src-tauri/Cargo.lock +++ b/examples/api/src-tauri/Cargo.lock @@ -3333,8 +3333,9 @@ dependencies = [ [[package]] name = "tao" -version = "0.21.1" -source = "git+https://github.com/tauri-apps/tao?branch=dev#448ec06c0f852c52d84f40505c8ae4f65ace0637" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60279ecb16c33a6cef45cd37a9602455c190942d20e360bd8499bff49f2a48f3" dependencies = [ "bitflags 1.3.2", "cairo-rs", @@ -3381,8 +3382,9 @@ dependencies = [ [[package]] name = "tao-macros" -version = "0.1.1" -source = "git+https://github.com/tauri-apps/tao?branch=dev#448ec06c0f852c52d84f40505c8ae4f65ace0637" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" dependencies = [ "proc-macro2", "quote", @@ -4528,8 +4530,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.30.0" -source = "git+https://github.com/tauri-apps/wry?branch=tao-v0.22#f3bc82c16b3ba4978f46a9b6762e079854aaf188" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6289018fa3cbc051c13f4ae1a102d80c3f35a527456c75567eb2cad6989020" dependencies = [ "base64", "block",