From f0c6b947dddc8f1b208157a664a6cc940f123b3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:38:00 +0100 Subject: [PATCH] fix(deps): update rust crate webview2-com to 0.34 (#1441) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars --- .changes/webview2com034.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/webview2com034.md diff --git a/.changes/webview2com034.md b/.changes/webview2com034.md new file mode 100644 index 000000000..df8e6286c --- /dev/null +++ b/.changes/webview2com034.md @@ -0,0 +1,5 @@ +--- +wry: minor +--- + +Updated `webview2-com` to `0.34`. diff --git a/Cargo.toml b/Cargo.toml index b88917eae..c1175b855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ gdkx11 = { version = "0.18", optional = true } percent-encoding = "2.3" [target."cfg(target_os = \"windows\")".dependencies] -webview2-com = "0.33" +webview2-com = "0.34" windows-version = "0.1" windows-core = "0.58" dunce = "1"