Skip to content

Bump wry from 0.48.1 to 0.54.1#12

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wry-0.54.1
Open

Bump wry from 0.48.1 to 0.54.1#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wry-0.54.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps wry from 0.48.1 to 0.54.1.

Release notes

Sourced from wry's releases.

wry v0.54.1

Updating crates.io index
     Locking 431 packages to latest compatible versions
      Adding generic-array v0.14.7 (available: v0.14.9)
      Adding html5ever v0.29.1 (available: v0.37.1)
      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: v28.0.0)
      Adding windows v0.61.3 (available: v0.62.2)
      Adding windows-core v0.61.2 (available: v0.62.2)
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 902 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (432 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.54.1
    ├── webkit2gtk 2.0.2
    │   └── wry 0.54.1
    └── tao 0.34.5
        └── wry 0.54.1

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.2 │ │ ├── wry 0.54.1 │ │ └── webkit2gtk 2.0.2 │ │ └── wry 0.54.1 </tr></table>

... (truncated)

Changelog

Sourced from wry's changelog.

[0.54.1]

[0.54.0]

  • 5fdd1a9 (#1625) Use OnBackPressedCallback instead of the deprecated onKeyDown for back navigation on Android.

  • 51d06d0 (#1646) Remove redundant clones in WebView and download handling. No user facing changes.

  • 7b77322 (#1647) Fix clippy io_other_error. No user facing changes.

  • ff8876d (#1652) Improve wkwebview performance. No user-facing changes.

  • 27ba73f Add handler for web content process termination.

  • 4fcff14 (#1547) Set WebsiteDataManagerBuilder::base_cache_directory with the same path as base_data_directory.

    This change allows the cache directory to be changed instead of using the default one from WebKitGTK.

  • 64d9296 (#1640) Update webkit2gtk-rs crates to 2.0.2.

[0.53.5]

  • #1622 Fixed an issue that caused docs.rs builds to fail. No user facing changes.

[0.53.4]

  • 093856a (#1622 by @​lucasfernog) Add flag to opt out of automatic back navigation handling on Android via WryActivity#handleBackNavigation.
  • 0f51d67 (#1605 by @​dgerhardt) On Linux, removed a workaround which forced inital requests for multiple webviews to be handled sequentially. The workaround was intended to fix a concurrency bug with loading multiple URIs at the same time on WebKitGTK. But it prevented parallelization and could cause a deadlock in certain situations. It is no longer needed with newer WebKitGTK versions.

[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().

... (truncated)

Commits
  • 9fa99b1 apply version updates (#1656)
  • 6704b20 feat: Derive PartialEq in Rect (#1655)
  • 598e22a apply version updates (#1627)
  • 4fcff14 fix: set WebKitGTK WebsiteDataManager's base_cache_directory (#1547)
  • fd0ccdc refactor: share custom protocol work around logic (#1645)
  • 64d9296 chore(deps): update rust crate webkit2gtk to v2.0.2 (#1640)
  • ff8876d refactor: improve performance in wkwebview by optimizing string handling and ...
  • 51d06d0 refactor: remove redundant clones in WebView and download handling (#1646)
  • 7b77322 fix: clippy io_other_error errors (#1647)
  • 2e4850a fix: add missing backtick which breaks formatting in docs (#1635)
  • 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)

Bumps [wry](https://github.com/tauri-apps/wry) from 0.48.1 to 0.54.1.
- [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.54.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 19, 2026
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.

0 participants