zmann icon indicating copy to clipboard operation
zmann copied to clipboard

bump; (deps): update wry requirement from 0.35.2 to 0.45.0

Open dependabot[bot] opened this issue 4 months ago • 0 comments

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]

[0.44.1]

[0.44.0]

[0.43.1]

[0.43.0]

  • 7b1c26a (#1344 by @​Themayu) Windows: Implement WebViewBuilderExtWindows::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) Fix Webview::bounds returning logical values where it should have been physical.
  • 03cdf93 (#1311 by @​bukowa) Handle webkit2gtk close signal (when window.close is called from js)
  • 68413e8 (#1296 by @​MarijnS95) Breaking change: Upgrade ndk crate to 0.9 and delete unused ndk-sys and ndk-context dependencies. Types from the ndk crate are used in public API surface. Breaking change: The public android_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 the JNIEnv argument is already thread-local as well).
  • 39fc82c (#1306 by @​Legend-Master) Support WebView2 version older than 101.0.1210.39 and document incognito and theme will not work for versions before it
  • 5231a37 (#1322 by @​Legend-Master) Support WebView2 version older than 86.0.616.0 and document version requirements for back_forward_navigation_gestures, with_user_agent, with_hotkeys_zoom, with_browser_accelerator_keys
  • a23a28d (#1341 by @​amrbashir) Updated windows to 0.58.

[0.41.0]

[0.40.1]

  • b6863ed(#1275) On Android, set RustWebViewClient.currentUrl field early in onPageStarted method instead of onPageFinished
  • f089964(#1276) Fixes with_asynchronous_custom_protocol crashing when sending the response on Linux.

... (truncated)

Commits
  • c96e43f Apply Version Updates From Current Changes (#1370)
  • 0fd1229 fix(linux): fix incorrect path for indexeddb database directory (#1369)
  • e332eff feat: add WebView::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)

dependabot[bot] avatar Sep 26 '24 21:09 dependabot[bot]