From 4f087cfd92c7c781d3e70b2f8ba1b4d45b233ce6 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 7 Dec 2022 16:28:40 -0300 Subject: [PATCH] chore(deps): pin wry to 0.22.6 --- 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 7afedb64b..e60c082a2 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ] readme = "README.md" [dependencies] -wry = { version = "0.22.4", default-features = false, features = [ "file-drop", "protocol" ] } +wry = { version = "0.22.6", default-features = false, features = [ "file-drop", "protocol" ] } tauri-runtime = { version = "0.12.1", path = "../tauri-runtime" } tauri-utils = { version = "1.2.1", path = "../tauri-utils" } uuid = { version = "1", features = [ "v4" ] }