zmann
zmann copied to clipboard
bump; (deps): update wry requirement from 0.35.2 to 0.45.0
Updates the requirements on wry to permit the latest version.
Release notes
Sourced from wry's releases.
wry v0.45.0
Updating crates.io index Locking 373 packages to latest compatible versions Adding android-activity v0.5.2 (latest: v0.6.0) Adding ash v0.37.3+1.3.251 (latest: v0.38.0+1.3.281) Adding bit-set v0.5.3 (latest: v0.8.0) Adding bit-vec v0.6.3 (latest: v0.8.0) Adding bitflags v1.3.2 (latest: v2.6.0) Adding block2 v0.3.0 (latest: v0.5.1) Adding cairo-rs v0.18.5 (latest: v0.20.1) Adding cairo-sys-rs v0.18.2 (latest: v0.20.0) Adding calloop v0.12.4 (latest: v0.14.1) Adding calloop-wayland-source v0.2.0 (latest: v0.4.0) Adding cfg-expr v0.15.8 (latest: v0.17.0) Adding cfg_aliases v0.1.1 (latest: v0.2.1) Adding convert_case v0.4.0 (latest: v0.6.0) Adding core-foundation v0.9.4 (latest: v0.10.0) Adding core-graphics v0.23.2 (latest: v0.24.0) Adding core-graphics-types v0.1.3 (latest: v0.2.0) Adding cssparser v0.27.2 (latest: v0.34.0) Adding d3d12 v0.19.0 (latest: v22.0.0) Adding derive_more v0.99.18 (latest: v1.0.0) Adding gdk-pixbuf v0.18.5 (latest: v0.20.1) Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.1) Adding generic-array v0.14.7 (latest: v1.1.0) Adding gethostname v0.4.3 (latest: v0.5.0) Adding getrandom v0.1.16 (latest: v0.2.15) Adding gio v0.18.4 (latest: v0.20.1) Adding gio-sys v0.18.1 (latest: v0.20.1) Adding glib v0.18.5 (latest: v0.20.3) Adding glib-macros v0.18.5 (latest: v0.20.3) Adding glib-sys v0.18.1 (latest: v0.20.2) Adding glow v0.13.1 (latest: v0.14.1) Adding glutin_wgl_sys v0.5.0 (latest: v0.6.0) Adding gobject-sys v0.18.0 (latest: v0.20.1) Adding gpu-allocator v0.25.0 (latest: v0.27.0) Adding gpu-descriptor v0.2.4 (latest: v0.3.0) Adding gpu-descriptor-types v0.1.2 (latest: v0.2.0) Adding hashbrown v0.12.3 (latest: v0.14.5) Adding heck v0.4.1 (latest: v0.5.0) Adding html5ever v0.26.0 (latest: v0.29.0) Adding icrate v0.0.4 (latest: v0.1.2) Adding idna v0.5.0 (latest: v1.0.2) Adding indexmap v1.9.3 (latest: v2.5.0) Adding itoa v0.4.8 (latest: v1.0.11) Adding jni-sys v0.3.0 (latest: v0.4.0) Adding libloading v0.7.4 (latest: v0.8.5) Adding libredox v0.0.2 (latest: v0.1.3) Adding linux-raw-sys v0.4.14 (latest: v0.6.5) Adding malloc_buf v0.0.6 (latest: v1.0.0)
... (truncated)
Changelog
Sourced from wry's changelog.
[0.45.0]
0fd1229
(#1369 by@lloydzhou
) On Linux, fixed incorrect path for indexeddb database directory which made apps using[email protected]
andtauri@1
migrating towry@>=0.38
andtauri@2
lose their indexeddb data.e332eff
(#1368 by@zephraph
) AddWebview::load_html
.[0.44.1]
5111eb0
(#1362 by@lucasfernog
) FixesWebView::clear_all_browsing_data
crashing with a segfault on macOS.[0.44.0]
b863d38
(#1356 by@SpikeHD
) Expose ability to enable browser extensions in WebView29220793
(#1361 by@amrbashir
) Ignore duplicate custom protocols inWebviewBuilder::with_custom_protocol
andWebviewBuilder::with_async_custom_protocol
and use the last registered one.9220793
(#1361 by@amrbashir
) RemovedError::DuplicateCustomProtocol
variant.5915341
(#1354 by@millermk
) Fixes Android webview error page flashing when a redirect to the app is performed.170095b
(#1360 by@Steve-xmh
) Fix web resource loading in android binding by skip duplicate Content-Type/Content-Length headers.5915341
(#1354 by@millermk
) Fix navigation error handling to trigger custom protocol on Android.[0.43.1]
5cea504
(#1352 by@lucasfernog
) Fixes Android file picker result processing.[0.43.0]
7b1c26a
(#1344 by@Themayu
) Windows: ImplementWebViewBuilderExtWindows::with_scroll_bar_style
to allow opting into Fluent Overlay style scrollbars.98d1a83
(#1326 by@ollpu
) Fix Linux IPC handler and initialization scripts when sharing a WebContext between multiple WebViews.[0.42.0]
556a359
(#1301 by@pewsheen
) On macOS, emit an error when the URL scheme registration fails.19d83d7
(#1332 by@lucasfernog
) Fixes a crash on the Android custom protocol handler when the request URL is invalid.38abcb9
(#1340 by@lucasfernog
) Fixes custom protocols not triggered on Android on external redirects.d1f1e7e
(#1299 by@kanatapple
) FixWebview::bounds
returning logical values where it should have been physical.03cdf93
(#1311 by@bukowa
) Handlewebkit2gtk
close signal (whenwindow.close
is called from js)68413e8
(#1296 by@MarijnS95
) Breaking change: Upgradendk
crate to0.9
and delete unusedndk-sys
andndk-context
dependencies. Types from thendk
crate are used in public API surface. Breaking change: The publicandroid_setup()
function now takes&ThreadLooper
instead of&ForeignLooper
, signifying that the setup function must be called on the thread where the looper is attached (and theJNIEnv
argument is already thread-local as well).39fc82c
(#1306 by@Legend-Master
) Support WebView2 version older than 101.0.1210.39 and documentincognito
andtheme
will not work for versions before it5231a37
(#1322 by@Legend-Master
) Support WebView2 version older than 86.0.616.0 and document version requirements forback_forward_navigation_gestures
,with_user_agent
,with_hotkeys_zoom
,with_browser_accelerator_keys
a23a28d
(#1341 by@amrbashir
) Updatedwindows
to 0.58.[0.41.0]
8b691df
(#1285 by@pewsheen
) On macOS, fix an issue that could cause a panic when running an async command.6c7f45e
(#1287 by@FabianLars
) Fixed a regression causing autoplay on windows to require user gestures.24a7d27
(#1289 by@renovate
) Updatewindows
crate to0.57
andwebview2-com
crate to0.31
[0.40.1]
... (truncated)
Commits
c96e43f
Apply Version Updates From Current Changes (#1370)0fd1229
fix(linux): fix incorrect path for indexeddb database directory (#1369)e332eff
feat: addWebView::load_html
for loading HTML after intialization (#1368)aa42ca4
Apply Version Updates From Current Changes (#1363)5111eb0
fix(macos): clear_all_browsing_data segfault with null completionHandler (#1362)ba5b1e0
Apply Version Updates From Current Changes (#1357)9220793
refactor!: ignore duplicate custom protocols (#1361)5915341
fix(android): error loading resource redirects webview to resource url (#1354)170095b
fix(android): skip duplicated Content-Type/Content-Length header to fix tauri...b863d38
feat: Expose ability to enable browser extensions in WebView2 (#1356)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)