diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 0c43efa3c5..fa830c9503 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -214,7 +214,7 @@ windows-sys = { version = "0.59", features = [ "Win32_System_SystemInformation", ] } windows-core = "0.58.0" -webview2-com = "0.33" +webview2-com = "0.34" [features] default = ["custom-protocol", "default-meta"]