build(deps): bump wry from 0.46.3 to 0.47.0 (#408)
Bumps [wry](https://github.com/tauri-apps/wry) from 0.46.3 to 0.47.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/wry/releases">wry's releases</a>.</em></p> <blockquote> <h2>wry v0.47.0</h2> <!-- raw HTML omitted --> <pre><code>Updating crates.io index Locking 418 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.5) 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.4) Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.4) 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.5) Adding gio-sys v0.18.1 (latest: v0.20.5) Adding glib v0.18.5 (latest: v0.20.5) Adding glib-macros v0.18.5 (latest: v0.20.5) Adding glib-sys v0.18.1 (latest: v0.20.5) Adding glow v0.13.1 (latest: v0.15.0) Adding glutin_wgl_sys v0.5.0 (latest: v0.6.0) Adding gobject-sys v0.18.0 (latest: v0.20.4) 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.15.1) Adding hashbrown v0.14.5 (latest: v0.15.1) 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 indexmap v1.9.3 (latest: v2.6.0) Adding itoa v0.4.8 (latest: v1.0.11) Adding jni-sys v0.3.0 (latest: v0.4.0) </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md">wry's changelog</a>.</em></p> <blockquote> <h2>[0.47.0]</h2> <ul> <li><a href="72212568cb"><code>7221256</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1365">#1365</a> by <a href="https://github.com/tauri-apps/wry/../../Norbiros"><code>@Norbiros</code></a>) Add <code>WebViewBuilder::with_initialization_script_for_main_only</code> to enable injecting JavaScript code into main frame only or all subframes.</li> <li><a href="c1b26b9612"><code>c1b26b9</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1394">#1394</a> by <a href="https://github.com/tauri-apps/wry/../../amrbashir"><code>@amrbashir</code></a>) Add <code>WebView::cookies</code> and <code>WebView::cookies_for_url</code> APIs.</li> <li><a href="c193e2a04c"><code>c193e2a</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1408">#1408</a> by <a href="https://github.com/tauri-apps/wry/../../amrbashir"><code>@amrbashir</code></a>) Fix <code>DragDropEvent::Drop</code> event never fired on Wayland (and sometimes on X11).</li> <li><a href="1d63fa3253"><code>1d63fa3</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1403">#1403</a> by <a href="https://github.com/tauri-apps/wry/../../SpikeHD"><code>@SpikeHD</code></a>) Add <code>WebViewBuilder::with_extension_path</code> API to Windows and Linux.</li> <li><a href="0c192f4fda"><code>0c192f4</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1414">#1414</a> by <a href="https://github.com/tauri-apps/wry/../../lucasfernog"><code>@lucasfernog</code></a>) Fix Android static handlers not being replaced when the application UI is relaunched while still running in the foreground.</li> <li><a href="9a2a2d42b6"><code>9a2a2d4</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1412">#1412</a> by <a href="https://github.com/tauri-apps/wry/../../amrbashir"><code>@amrbashir</code></a>) Fix icons of dragged items getting stuck when using <code>WebViewBuilder::with_drag_drop_handler</code> on some distros like Gnome.</li> <li><a href="fa9875bb16"><code>fa9875b</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1409">#1409</a> by <a href="https://github.com/tauri-apps/wry/../../amrbashir"><code>@amrbashir</code></a>) On Windows, disable Webview2's file drop when using <code>WebViewBuilder::with_drag_drop_handler</code> which fix drag events for files from "Recent files" view.</li> <li><a href="6007608277"><code>6007608</code></a> (<a href="https://redirect.github.com/tauri-apps/wry/pull/1400">#1400</a> by <a href="https://github.com/tauri-apps/wry/../../amrbashir"><code>@amrbashir</code></a>) On Windows, fix webview slightly larger than the window inner size, which resulted in a hidden 1px in the right and bottom borders of the webview</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="08f3c68f56"><code>08f3c68</code></a> Apply Version Updates From Current Changes (<a href="https://redirect.github.com/tauri-apps/wry/issues/1399">#1399</a>)</li> <li><a href="c193e2a04c"><code>c193e2a</code></a> fix(linux): fix <code>DragDropEvent::Drop</code> never fired on wayland (<a href="https://redirect.github.com/tauri-apps/wry/issues/1408">#1408</a>)</li> <li><a href="6007608277"><code>6007608</code></a> fix(windows): handle window borders when resizing to parent (<a href="https://redirect.github.com/tauri-apps/wry/issues/1400">#1400</a>)</li> <li><a href="58cc0824c2"><code>58cc082</code></a> fix(android): drop MainPipe on activity destroy (<a href="https://redirect.github.com/tauri-apps/wry/issues/1415">#1415</a>)</li> <li><a href="0c192f4fda"><code>0c192f4</code></a> fix(android): allow static handlers to be replaced (<a href="https://redirect.github.com/tauri-apps/wry/issues/1414">#1414</a>)</li> <li><a href="9a2a2d42b6"><code>9a2a2d4</code></a> fix: call <code>ctx.drop_finish</code> in webkit2gtk drop handler (<a href="https://redirect.github.com/tauri-apps/wry/issues/1412">#1412</a>)</li> <li><a href="7c4f2b7299"><code>7c4f2b7</code></a> chore: typo <code>se</code> -> <code>set</code> (<a href="https://redirect.github.com/tauri-apps/wry/issues/1413">#1413</a>)</li> <li><a href="b1d4d830d4"><code>b1d4d83</code></a> ci: remove macos-12, no longer supported (<a href="https://redirect.github.com/tauri-apps/wry/issues/1410">#1410</a>)</li> <li><a href="fa9875bb16"><code>fa9875b</code></a> fix(windows): set WebView2 <code>AllowExternalDrop</code> to false (<a href="https://redirect.github.com/tauri-apps/wry/issues/1409">#1409</a>)</li> <li><a href="72212568cb"><code>7221256</code></a> feat: Allow injecting JavaScript code into subframes (<a href="https://redirect.github.com/tauri-apps/wry/issues/1365">#1365</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/wry/compare/wry-v0.46.3...wry-v0.47">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cdee8c7ffd
commit
a4abc164bb
2 changed files with 68 additions and 4 deletions
70
Cargo.lock
generated
70
Cargo.lock
generated
|
|
@ -1006,6 +1006,16 @@ version = "0.4.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
||||
|
||||
[[package]]
|
||||
name = "cookie"
|
||||
version = "0.18.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
||||
dependencies = [
|
||||
"time",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "core-foundation"
|
||||
version = "0.9.4"
|
||||
|
|
@ -1278,6 +1288,15 @@ version = "0.3.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
|
||||
|
||||
[[package]]
|
||||
name = "deranged"
|
||||
version = "0.3.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
||||
dependencies = [
|
||||
"powerfmt",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "derive_more"
|
||||
version = "0.99.18"
|
||||
|
|
@ -3278,6 +3297,12 @@ dependencies = [
|
|||
"num-traits",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-conv"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
||||
|
||||
[[package]]
|
||||
name = "num-derive"
|
||||
version = "0.4.2"
|
||||
|
|
@ -3354,7 +3379,7 @@ version = "0.7.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
||||
dependencies = [
|
||||
"proc-macro-crate 1.3.1",
|
||||
"proc-macro-crate 3.2.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.86",
|
||||
|
|
@ -3968,6 +3993,12 @@ dependencies = [
|
|||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "powerfmt"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
||||
|
||||
[[package]]
|
||||
name = "ppv-lite86"
|
||||
version = "0.2.20"
|
||||
|
|
@ -5320,6 +5351,37 @@ dependencies = [
|
|||
"weezl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.3.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
||||
dependencies = [
|
||||
"deranged",
|
||||
"itoa 1.0.11",
|
||||
"num-conv",
|
||||
"powerfmt",
|
||||
"serde",
|
||||
"time-core",
|
||||
"time-macros",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "time-core"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
||||
|
||||
[[package]]
|
||||
name = "time-macros"
|
||||
version = "0.2.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
||||
dependencies = [
|
||||
"num-conv",
|
||||
"time-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tiny-keccak"
|
||||
version = "2.0.2"
|
||||
|
|
@ -6425,12 +6487,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wry"
|
||||
version = "0.46.3"
|
||||
version = "0.47.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd5cdf57c66813d97601181349c63b96994b3074fc3d7a31a8cce96e968e3bbd"
|
||||
checksum = "553ca1ce149982123962fac2506aa75b8b76288779a77e72b12fa2fc34938647"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"block2",
|
||||
"cookie",
|
||||
"crossbeam-channel",
|
||||
"dpi",
|
||||
"dunce",
|
||||
|
|
@ -6455,6 +6518,7 @@ dependencies = [
|
|||
"soup3",
|
||||
"tao-macros",
|
||||
"thiserror",
|
||||
"url",
|
||||
"webkit2gtk",
|
||||
"webkit2gtk-sys",
|
||||
"webview2-com",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ usvg = { version = "0.44.0", default-features = false, features = [
|
|||
"text",
|
||||
] }
|
||||
uuid = "1.10"
|
||||
wry = "0.46.3"
|
||||
wry = "0.47.0"
|
||||
|
||||
# Calendar
|
||||
chrono = "0.4.38"
|
||||
|
|
|
|||
Loading…
Reference in a new issue