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"