Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Bumps wry from 0.48.1 to 0.53.3.

Release notes

Sourced from wry's releases.

wry v0.53.3

Updating crates.io index
     Locking 440 packages to latest compatible versions
      Adding html5ever v0.29.1 (available: v0.35.0)
      Adding soup3 v0.5.0 (available: v0.8.0)
      Adding toml v0.8.2 (available: v0.8.23)
      Adding toml_datetime v0.6.3 (available: v0.6.11)
      Adding toml_edit v0.20.2 (available: v0.20.7)
      Adding wgpu v23.0.1 (available: v26.0.1)
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 798 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (441 crate dependencies)
Crate:     atk
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0413
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0413
Dependency tree:
atk 0.18.2
└── gtk 0.18.2
    ├── wry 0.53.3
    ├── webkit2gtk 2.0.1
    │   └── wry 0.53.3
    └── tao 0.34.2
        └── wry 0.53.3

Crate: atk-sys Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained Date: 2024-03-04 ID: RUSTSEC-2024-0416 URL: https://rustsec.org/advisories/RUSTSEC-2024-0416 Dependency tree: atk-sys 0.18.2 ├── gtk-sys 0.18.2 │ ├── webkit2gtk-sys 2.0.1 │ │ ├── wry 0.53.3 │ │ └── webkit2gtk 2.0.1 │ │ └── wry 0.53.3 │ ├── webkit2gtk 2.0.1 │ └── gtk 0.18.2 │ ├── wry 0.53.3 </tr></table>

... (truncated)

Changelog

Sourced from wry's changelog.

[0.53.3]

[0.53.2]

  • 1743e7f (#1608 by @​lucasfernog) Fix new_window_req_handler craashing when creating new window for webview that has a custom data_store_identifier.

[0.53.1]

[0.53.0]

  • 1456f8e (#1602 by @​FabianLars) Enabled all downloads by default to match WebView2 and browser behavior on all platforms. To disable this, provide a custom download_started_handler.
  • 43e78ff (#1588 by @​zphrs) Add WebViewBuilder::with_limit_navigations_to_app_bound_domains only on iOS. Function is a no-op if iOS version is less than iOS 14.
  • 60dba38 (#1569 by @​WSH032) Add WebView::set_cookie and WebView::delete_cookie APIs.
  • 88cbb01 (#1561 by @​dgerhardt) On Linux, fix a deadlock, which could occur when destroying a WebView before loading has finished.
  • eb562ca (#1596 by @​lucasfernog) Do not fire new_window_req_handler on navigation events on macOS and iOS.
  • 78634b3 (#1594 by @​FabianLars) On Linux, macOS and iOS, the download_started_handler will now get the correct suggested destination path.
  • 5399823 (#1600 by @​lucasfernog) Fixes new_window_req_handler not creating the webview on Linux when executing window.open().
  • eb562ca (#1596 by @​lucasfernog) Fixes new_window_req_handler not fired on macOS when executing window.open().
  • 3f978d3 (#1601 by @​lucasfernog) Refactor WebViewBuilder::with_new_window_req_handler to allow creating the webview manually.
  • 3f978d3 (#1601 by @​lucasfernog) Disable new window creation by default on Windows to match behavior of other platforms. Use WebViewBuilder::with_new_window_req_handler to enable.

[0.52.1]

[0.52.0]

breaking

  • 1567635 (#1558 by @​amrbashir) Rename WebViewBuilder methods for consistency and clarity:

    • Renamed WebViewBuilder::with_web_context to WebViewBuilder::new_with_web_context
    • Renamed WebViewBuilder::with_attributes to WebViewBuilder::new_with_attributes
  • f868658 (#1556 by @​Legend-Master) WebContext::is_custom_protocol_registered now takes &str instead of String

[0.51.2]

  • f7781a7 (#1544 by @​lucasfernog) Allow modifying or removing the input accessory view on iOS via WebViewBuilderExtIos::with_input_accessory_view_builder.

[0.51.1]

... (truncated)

Commits

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 dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 23, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/wry-0.53.3 branch from fa6ea3b to 81182e6 Compare September 25, 2025 19:33
Bumps [wry](https://github.com/tauri-apps/wry) from 0.48.1 to 0.53.3.
- [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.48.1...wry-v0.53.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wry-0.53.3 branch from 81182e6 to c2b47e3 Compare September 25, 2025 19:35
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 13, 2025

Superseded by #4.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/cargo/wry-0.53.3 branch October 13, 2025 03:44
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant