zmann icon indicating copy to clipboard operation
zmann copied to clipboard

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

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

Updates the requirements on wry to permit the latest version.

Release notes

Sourced from wry's releases.

wry v0.39.5

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 623 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (370 crate dependencies)

[0.39.5]

  • 4c88c66(#1247) Force the IPC and custom protocol tracing spans to have no parent.
  • 2d43d62(#1254) On Windows, fix webview having a bigger size than the actual window size after creation and until the window is resized.
Updating crates.io index
   Packaging wry v0.39.5 (/home/runner/work/wry/wry)
    Updating crates.io index
    Packaged 63 files, 594.3KiB (147.0KiB compressed)
   Uploading wry v0.39.5 (/home/runner/work/wry/wry)
    Uploaded wry v0.39.5 to registry `crates-io`
note: Waiting for `wry v0.39.5` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published wry v0.39.5 at registry `crates-io`
Changelog

Sourced from wry's changelog.

[0.39.5]

  • 4c88c66(#1247) Force the IPC and custom protocol tracing spans to have no parent.
  • 2d43d62(#1254) On Windows, fix webview having a bigger size than the actual window size after creation and until the window is resized.

[0.39.4]

  • 8bbc2bf(#1237) Fix WebviewBuilder::with_transparent, WebviewBuilder::with_background_color, and Webview::set_background_color always failing and causing the webview to fail to load.
  • 130c469(#1238) Add WebViewBuilderExtDarwin::with_data_store_identifier.
  • 203604c(#1233) On Windows, fix the webview not filling up the whole window if the parent window was resized during the webview initialization.

[0.39.3]

  • c7ca3db(#1221) On Windows, fix data directory created next to the executable with a gibberish name even if it was explicitly provided in WebConext::new

[0.39.2]

  • 3e3d59c(#1215) On macOS, prevent NSExceptions and invalid memory access panics when dropping the WebView while custom protocols handlers may still be running.
  • ca6b5fb(#1224) Update windows crate to 0.56

[0.39.1]

  • f0e82d3(#1217) Fix target detection on build script to enhance cross compiling capabilities.
  • ed9fa9b(#1210) On iOS, allows media plays inline.

[0.39.0]

  • ddda455(#1207) Disable deprecated applicationCache web api. This api was completely removed upstream in webkitgtk 2.44.
  • d7031ae(#1206) On Windows, fix a crash due to a double-free when the host window is destroyed before the webview is dropped.
  • 34ae1ca(#1202) Add dpi module which is a re-export of dpi crate.
  • fdbd3d3(#1081) Update http dependency to 1
  • 34ae1ca(#1202) Breaking Change: Removed x, y, with and height fields from Rect struct and replaced it with size and position fields.
  • c033bd2(#1156) On macOS, fix menu keyboard shortcuts when added webview as child.

[0.38.2]

[0.38.1]

  • 7c9e71f(#1192) Fixes compilation failing on Windows with the tracing feature enabled.

[0.38.0]

  • e6f0fbd(#1180) Fixes a null pointer exception when running window.ipc.postMessage(null) on Android.

  • 5789bf7(#1187) Breaking change: Refactored the file-drop handling on the webview for better representation of the actual drag and drop operation:

    • Renamed file-drop cargo feature flag to drag-drop.
    • Removed FileDropEvent enum and replaced with a new DragDropEvent enum.
    • Renamed WebViewAttributes::file_drop_handler field to WebViewAttributes::drag_drop_handler.

... (truncated)

Commits
  • daa6136 Apply Version Updates From Current Changes (#1249)
  • 2d43d62 fix(windows): use physical size when resizing to parent (#1254)
  • 4c88c66 feat(tracing): IPC and custom protocol spans should not have a parent (#1247)
  • be61cb8 chore(deps): update rust crate tao to 0.28 (#1243)
  • 9650ced Apply Version Updates From Current Changes (#1234)
  • 130c469 chore: change file for #1226 (#1238)
  • 21dc850 feat(macos): add option to set a DataStoreIdentifier for WKWebView (#1226)
  • 8bbc2bf fix(android): convert color to argb in rust (#1237)
  • 203604c fix(windows): resize webview to parent after initialization (#1233)
  • d7a89ec Apply Version Updates From Current Changes (#1232)
  • 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 May 09 '24 22:05 dependabot[bot]