From aa111c8c3e5179ef9d81760e9cca45a141f74525 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 12 Apr 2022 13:28:25 -0300 Subject: [PATCH] chore(deps): update wry to 0.15 --- core/tauri-runtime-wry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index e13dd7c02..cbd216612 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -13,7 +13,7 @@ exclude = [ ".license_template", "CHANGELOG.md", "/target" ] readme = "README.md" [dependencies] -wry = { version = "0.14", default-features = false, features = [ "file-drop", "protocol" ] } +wry = { version = "0.15", default-features = false, features = [ "file-drop", "protocol" ] } tauri-runtime = { version = "0.3.4", path = "../tauri-runtime" } tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" } uuid = { version = "0.8.2", features = [ "v4" ] }