From 2451ea38f6479506cac7e9cb307b8e6725d04dc3 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 17 Jul 2023 19:45:33 -0300 Subject: [PATCH] update tauri --- plugins/deep-link/Cargo.lock | 14 +++++++------- .../deep-link/examples/old/src-tauri/Cargo.lock | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/deep-link/Cargo.lock b/plugins/deep-link/Cargo.lock index 4f8ea625..b11ff163 100644 --- a/plugins/deep-link/Cargo.lock +++ b/plugins/deep-link/Cargo.lock @@ -2976,7 +2976,7 @@ checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0" [[package]] name = "tauri" version = "2.0.0-alpha.10" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#0d69873a6a21cba6717825f06a893006ee955f8b" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "anyhow", "bytes", @@ -3021,7 +3021,7 @@ dependencies = [ [[package]] name = "tauri-build" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#0d69873a6a21cba6717825f06a893006ee955f8b" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "anyhow", "cargo_toml", @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "tauri-codegen" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#0d69873a6a21cba6717825f06a893006ee955f8b" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "base64", "brotli", @@ -3064,7 +3064,7 @@ dependencies = [ [[package]] name = "tauri-macros" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#0d69873a6a21cba6717825f06a893006ee955f8b" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "heck", "proc-macro2", @@ -3090,7 +3090,7 @@ dependencies = [ [[package]] name = "tauri-runtime" version = "0.13.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#0d69873a6a21cba6717825f06a893006ee955f8b" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "gtk", "http", @@ -3110,7 +3110,7 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" version = "0.13.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#0d69873a6a21cba6717825f06a893006ee955f8b" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "cocoa", "gtk", @@ -3130,7 +3130,7 @@ dependencies = [ [[package]] name = "tauri-utils" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#0d69873a6a21cba6717825f06a893006ee955f8b" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "brotli", "ctor", diff --git a/plugins/deep-link/examples/old/src-tauri/Cargo.lock b/plugins/deep-link/examples/old/src-tauri/Cargo.lock index 14b417bb..c9100c1d 100644 --- a/plugins/deep-link/examples/old/src-tauri/Cargo.lock +++ b/plugins/deep-link/examples/old/src-tauri/Cargo.lock @@ -2985,7 +2985,7 @@ checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac" [[package]] name = "tauri" version = "2.0.0-alpha.10" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#52e77997ce5e597f4921af9f9f4614c68f11ff38" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "anyhow", "bytes", @@ -3030,7 +3030,7 @@ dependencies = [ [[package]] name = "tauri-build" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#52e77997ce5e597f4921af9f9f4614c68f11ff38" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "anyhow", "cargo_toml", @@ -3048,7 +3048,7 @@ dependencies = [ [[package]] name = "tauri-codegen" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#52e77997ce5e597f4921af9f9f4614c68f11ff38" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "base64", "brotli", @@ -3073,7 +3073,7 @@ dependencies = [ [[package]] name = "tauri-macros" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#52e77997ce5e597f4921af9f9f4614c68f11ff38" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "heck", "proc-macro2", @@ -3099,7 +3099,7 @@ dependencies = [ [[package]] name = "tauri-runtime" version = "0.13.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#52e77997ce5e597f4921af9f9f4614c68f11ff38" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "gtk", "http", @@ -3119,7 +3119,7 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" version = "0.13.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#52e77997ce5e597f4921af9f9f4614c68f11ff38" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "cocoa", "gtk", @@ -3139,7 +3139,7 @@ dependencies = [ [[package]] name = "tauri-utils" version = "2.0.0-alpha.6" -source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#52e77997ce5e597f4921af9f9f4614c68f11ff38" +source = "git+https://github.com/lucasfernog/tauri?branch=feat/ipc-custom-protocol#3e04d52348811e2f0e508015634a2d9ff74866de" dependencies = [ "brotli", "ctor",