webview: Upgrade wry version to fixed with_user_agent regression. (#384)

https://github.com/tauri-apps/wry/releases/tag/wry-v0.46.3
This commit is contained in:
ihavecoke 2024-10-31 14:24:10 +08:00 committed by GitHub
parent 2dab196f68
commit c871138ca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"