From c871138ca7722c696df02a76e07dd5e91e584a5f Mon Sep 17 00:00:00 2001 From: ihavecoke Date: Thu, 31 Oct 2024 14:24:10 +0800 Subject: [PATCH] webview: Upgrade wry version to fixed with_user_agent regression. (#384) https://github.com/tauri-apps/wry/releases/tag/wry-v0.46.3 --- Cargo.lock | 4 ++-- crates/ui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b8d30dd..edbccd81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6354,9 +6354,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.46.1" +version = "0.46.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f8c948dc5f7c23bd93ba03b85b7f679852589bb78e150424d993171e4ef7b73" +checksum = "cd5cdf57c66813d97601181349c63b96994b3074fc3d7a31a8cce96e968e3bbd" dependencies = [ "base64", "block2", diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 7f21052a..35f369e4 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -22,7 +22,7 @@ resvg = { version = "0.41.0", default-features = false } usvg = { version = "0.41.0", default-features = false } paste = "1" once_cell = "1.19.0" -wry = "0.46.1" +wry = "0.46.3" smol = "1" regex = "1" rust-i18n = "3"