From a7fd9e3f03dafe7b558dead45c3c54b592ddb7d4 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Fri, 18 Feb 2022 13:57:55 +0100 Subject: [PATCH] fix(deps): update webview2-com to 0.13.0 to fix compilation on windows (#3502) --- core/tauri-runtime-wry/Cargo.toml | 4 ++-- core/tauri-runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index d10bf7c5c..ac765b3b3 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.13.1", default-features = false, features = [ "file-drop", "protocol" ] } +wry = { version = "0.13.2", default-features = false, features = [ "file-drop", "protocol" ] } tauri-runtime = { version = "0.3.1", path = "../tauri-runtime" } tauri-utils = { version = "1.0.0-rc.1", path = "../tauri-utils" } uuid = { version = "0.8.2", features = [ "v4" ] } @@ -21,7 +21,7 @@ infer = "0.4" [target."cfg(windows)".dependencies] ico = "0.1" -webview2-com = "0.11.0" +webview2-com = "0.13.0" [target."cfg(windows)".dependencies.windows] version = "0.30.0" diff --git a/core/tauri-runtime/Cargo.toml b/core/tauri-runtime/Cargo.toml index 127fd0d1f..dcfa311f0 100644 --- a/core/tauri-runtime/Cargo.toml +++ b/core/tauri-runtime/Cargo.toml @@ -33,7 +33,7 @@ http-range = "0.1.4" infer = "0.4" [target."cfg(windows)".dependencies] -webview2-com = "0.11.0" +webview2-com = "0.13.0" [target."cfg(windows)".dependencies.windows] version = "0.30.0"