Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wry from 0.41.0 to 0.42.0 #378

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Bump wry from 0.41.0 to 0.42.0 #378

merged 1 commit into from
Aug 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps wry from 0.41.0 to 0.42.0.

Release notes

Sourced from wry's releases.

wry v0.42.0

Updating crates.io index Locking 385 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.0) Adding calloop-wayland-source v0.2.0 (latest: v0.3.0) Adding cfg-expr v0.15.8 (latest: v0.16.0) Adding cfg_aliases v0.1.1 (latest: v0.2.1) Adding cocoa v0.25.0 (latest: v0.26.0) Adding cocoa-foundation v0.1.2 (latest: v0.2.0) 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.1) Adding glib-macros v0.18.5 (latest: v0.20.1) Adding glib-sys v0.18.1 (latest: v0.20.1) Adding glow v0.13.1 (latest: v0.14.0) 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.28.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.4.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)

... (truncated)

Changelog

Sourced from wry's changelog.

[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.
Commits
  • 266c6d6 apply version updates (#1302)
  • a23a28d chore(deps): update windows crate to 0.58 (#1341)
  • 0218ace fix(android): avoid rebuilds if nothing changed (#1342)
  • 38abcb9 fix(android): custom protocol not triggered on redirect (#1340)
  • 5c47758 chore: remove accidental println! (#1338)
  • 19d83d7 fix(android): do not crash on custom protocol handler if URL is invalid (#1332)
  • 5231a37 enhance(windows): support webview2 version before 86 (#1322)
  • 86faa70 fix(example): workaround to prevent winit crash when unfocused (#1323)
  • 68413e8 chore(deps): Upgrade to ndk 0.9 and delete unused ndk-sys/ndk-context d...
  • 03cdf93 handle webkit2gtk close signal (#1311)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2024
Bumps [wry](https://github.com/tauri-apps/wry) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/tauri-apps/wry/releases)
- [Changelog](https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/wry@wry-v0.41...wry-v0.42)

---
updated-dependencies:
- dependency-name: wry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/wry-0.42.0 branch from bcf7ed9 to cabdc87 Compare August 20, 2024 07:35
@losynix losynix merged commit 7cb187e into main Aug 20, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/wry-0.42.0 branch August 20, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant