tauri-runtime-wry-v2.11.3
tauri-apps/tauritauri-runtime-wry-v2.11.3Jun 17, 2026by github-actions[bot]
AI Summary
Bug fixes addressing deadlocks in cookie handling and a `RefCell` borrow panic on mobile platforms during window lifecycle events.
Key Highlights
- Fix `cookies_for_url` deadlocks when called alongside other windowing methods.
- Fix `RefCell` `BorrowMutError` panic on mobile during Resumed/Suspended events.
Full Release Notes
<details>
<summary><em><h4>Cargo Audit</h4></em></summary>
```
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 1133 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (1085 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
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
Crate: fxhash
Version: 0.2.1
Warning: unmaintained
Title: fxhash - no longer maintained
Date: 2025-09-05
ID: RUSTSEC-2025-0057
URL: https://rustsec.org/advisories/RUSTSEC-2025-0057
Crate: gdk
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0412
URL: https://rustsec.org/advisories/RUSTSEC-2024-0412
Crate: gdk-sys
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0418
URL: https://rustsec.org/advisories/RUSTSEC-2024-0418
Crate: gdkwayland-sys
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0411
URL: https://rustsec.org/advisories/RUSTSEC-2024-0411
Crate: gdkx11
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0417
URL: https://rustsec.org/advisories/RUSTSEC-2024-0417
Crate: gdkx11-sys
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0414
URL: https://rustsec.org/advisories/RUSTSEC-2024-0414
Crate: gtk
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0415
URL: https://rustsec.org/advisories/RUSTSEC-2024-0415
Crate: gtk-sys
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0420
URL: https://rustsec.org/advisories/RUSTSEC-2024-0420
Crate: gtk3-macros
Version: 0.18.2
Warning: unmaintained
Title: gtk-rs GTK3 bindings - no longer maintained
Date: 2024-03-04
ID: RUSTSEC-2024-0419
URL: https://rustsec.org/advisories/RUSTSEC-2024-0419
Crate: paste
Version: 1.0.15
Warning: unmaintained
Title: paste - no longer maintained
Date: 2024-10-07
ID: RUSTSEC-2024-0436
URL: https://rustsec.org/advisories/RUSTSEC-2024-0436
Crate: rustls-pemfile
Version: 1.0.4
Warning: unmaintained
Title: rustls-pemfile is unmaintained
Date: 2025-11-28
ID: RUSTSEC-2025-0134
URL: https://rustsec.org/advisories/RUSTSEC-2025-0134
Crate: rustls-pemfile
Version: 2.2.0
Warning: unmaintained
Title: rustls-pemfile is unmaintained
Date: 2025-11-28
ID: RUSTSEC-2025-0134
URL: https://rustsec.org/advisories/RUSTSEC-2025-0134
Crate: unic-char-property
Version: 0.9.0
Warning: unmaintained
Title: `unic-char-property` is unmaintained
Date: 2025-10-18
ID: RUSTSEC-2025-0081
URL: https://rustsec.org/advisories/RUSTSEC-2025-0081
Crate: unic-char-range
Version: 0.9.0
Warning: unmaintained
Title: `unic-char-range` is unmaintained
Date: 2025-10-18
ID: RUSTSEC-2025-0075
URL: https://rustsec.org/advisories/RUSTSEC-2025-0075
Crate: unic-common
Version: 0.9.0
Warning: unmaintained
Title: `unic-common` is unmaintained
Date: 2025-10-18
ID: RUSTSEC-2025-0080
URL: https://rustsec.org/advisories/RUSTSEC-2025-0080
Crate: unic-ucd-ident
Version: 0.9.0
Warning: unmaintained
Title: `unic-ucd-ident` is unmaintained
Date: 2025-10-18
ID: RUSTSEC-2025-0100
URL: https://rustsec.org/advisories/RUSTSEC-2025-0100
Crate: unic-ucd-version
Version: 0.9.0
Warning: unmaintained
Title: `unic-ucd-version` is unmaintained
Date: 2025-10-18
ID: RUSTSEC-2025-0098
URL: https://rustsec.org/advisories/RUSTSEC-2025-0098
warning: 19 allowed warnings found
```
</details>
## \[2.11.3]
### Bug Fixes
- [`f1fe2d683`](https://www.github.com/tauri-apps/tauri/commit/f1fe2d683c0db87707e4ed788e5aae5f6022d913) ([#15504](https://www.github.com/tauri-apps/tauri/pull/15504) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Fix `cookies_for_url` can cause deadlocks if called with another windowing/webview method
- [`056069ad0`](https://www.github.com/tauri-apps/tauri/commit/056069ad0f5b537de37ccadac08c1a89507f23f1) ([#15502](https://www.github.com/tauri-apps/tauri/pull/15502) by [@bclarke123](https://www.github.com/tauri-apps/tauri/../../bclarke123)) Fix a `RefCell` `BorrowMutError` panic on mobile: the `Resumed`/`Suspended` event branch held a `windows` borrow across the window-event handlers and the `RunEvent` callback, so any of them that created or closed a window (e.g. from a resume/suspend handler) panicked.
### Dependencies
- Upgraded to `tauri-utils@2.9.3`
- Upgraded to `tauri-runtime@2.11.3`
<details>
<summary><em><h4>Cargo Publish</h4></em></summary>
```
Updating crates.io index
Packaging tauri-runtime-wry v2.11.3 (/home/runner/work/tauri/tauri/crates/tauri-runtime-wry)
Updating crates.io index
Packaged 22 files, 308.4KiB (69.4KiB compressed)
Verifying tauri-runtime-wry v2.11.3 (/home/runner/work/tauri/tauri/crates/tauri-runtime-wry)
Downloading crates ...
Downloaded dlopen2_derive v0.4.0
Downloaded gdkwayland-sys v0.18.2
Downloaded dlopen2 v0.8.0
Downloaded gdkx11 v0.18.2
Downloaded dbus v0.9.10
Downloaded parking_lot_core v0.9.10
Downloaded gdkx11-sys v0.18.2
Downloaded lock_api v0.4.12
Downloaded parking_lot v0.12.3
Downloaded x11-dl v2.21.0
Downloaded x11 v2.21.0
Downloaded wry v0.55.0
Downloaded tao v0.35.0
Downloaded libdbus-sys v0.2.7
Downloaded tauri-runtime v2.11.3
Compiling x11 v2.21.0
Compiling gdkx11-sys v0.18.2
Compiling url v2.5.4
Compiling lock_api v0.4.12
Compiling x11-dl v2.21.0
Compiling libdbus-sys v0.2.7
Compiling parking_lot_core v0.9.10
Compiling crossbeam-utils v0.8.21
Compiling scopeguard v1.2.0
Compiling raw-window-handle v0.6.2
Compiling urlpattern v0.3.0
Compiling dlopen2_derive v0.4.0
Compiling tauri-runtime v2.11.3
Compiling wry v0.55.0
Compiling tauri-utils v2.9.3
Compiling dlopen2 v0.8.0
Compiling crossbeam-channel v0.5.15
Compiling dbus v0.9.10
Compiling gdkx11 v0.18.2
Compiling parking_lot v0.12.3
Compiling gdkwayland-sys v0.18.2
Compiling tauri-runtime-wry v2.11.3 (/home/runner/work/tauri/tauri/target/package/tauri-runtime-wry-2.11.3)
Compiling tao v0.35.0
Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s
Uploading tauri-runtime-wry v2.11.3 (/home/runner/work/tauri/tauri/crates/tauri-runtime-wry)
Uploaded tauri-runtime-wry v2.11.3 to registry `crates-io`
note: waiting for tauri-runtime-wry v2.11.3 to be available at registry `crates-io`
help: you may press ctrl-c to skip waiting; the crate should be available shortly
Published tauri-runtime-wry v2.11.3 at registry `crates-io`
```
</details>