tauri-runtime-wry-v2.11.0

tauri-apps/tauritauri-runtime-wry-v2.11.0Apr 30, 2026by github-actions[bot]

AI Summary

This release (tauri-runtime-wry v2.11.0) adds significant mobile and desktop improvements including WebView autofill control, multi-window support for Android and iOS, and event propagation for mobile targets. It also includes bug fixes for window positioning on multi-monitor setups and macOS work area calculations.

Key Highlights

  • Added WebView option to control browser-level general autofill behavior (Windows WebView2)
  • Added `eval_with_callback` to Tauri webview APIs and runtime dispatch layers
  • Support for creating multiple windows on Android (activity embedding) and iOS (scenes)
  • Propagates Suspended/Resumed events from tao for mobile targets (iOS/Android)
  • Fixed initial window position when moving to another monitor and macOS work area Y position

New Features

  • WebView autofill control option for Windows (WebView2)
  • eval_with_callback API for webview execution with callbacks
  • RunEvent::Opened event trigger on Android
  • Event::Suspended and Event::Resumed propagation for mobile targets
  • Multiple window support on Android (activity embedding) and iOS (scenes)
  • Web content process termination handler for macOS and iOS
  • Window position fix for multi-monitor setups
  • macOS monitor work area Y position fix
  • New window handler no longer requires Sync, runs on main thread on Windows
  • Dependency updates: tauri-runtime@2.11.0, tauri-utils@2.9.0

Full Release Notes

<details>
<summary><em><h4>Cargo Audit</h4></em></summary>

```
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 1060 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (1086 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.55.0
    │   └── tauri-runtime-wry 2.11.0
    │       └── tauri 2.11.0
    │           ├── tauri-utils 2.9.0
    │           │   ├── tauri-schema-generator 0.0.0
    │           │   ├── tauri-runtime-wry 2.11.0
    │           │   ├── tauri-runtime 2.11.0
    │           │   │   ├── tauri-runtime-wry 2.11.0
    │           │   │   └── tauri 2.11.0
    │           │   ├── tauri-plugin 2.6.0
    │           │   │   ├── tauri-plugin-sample 0.1.0
    │           │   │   │   └── api 0.1.0
    │           │   │   └── tauri-plugin-log 2.6.0
    │           │   │       └── api 0.1.0
    │           │   ├── tauri-macros 2.6.0
    │           │   │   └── tauri 2.11.0
    │           │   ├── tauri-codegen 2.6.0
    │           │   │   ├── tauri-macros 2.6.0
    │           │   │   └── tauri-build 2.6.0
    │           │   │       ├── tauri-file-associations-demo 0.1.0
    │           │   │       ├── tauri 2.11.0
    │           │   │       ├── resources 0.1.0
    │           │   │       ├── bench_helloworld 0.1.0
    │           │   │       ├── bench_files_transfer 0.1.0
    │           │   │       ├── bench_cpu_intensive 0.1.0
    │           │   │       └── api 0.1.0
    │           │   ├── tauri-cli 2.11.0
    │           │   │   └── tauri-cli-node 0.0.0
    │           │   ├── tauri-bundler 2.9.0
    │           │   │   └── tauri-cli 2.11.0
    │           │   ├── tauri-build 2.6.0
    │           │   ├── tauri 2.11.0
    │           │   └── acl-tests 0.1.0
    │           ├── tauri-plugin-sample 0.1.0
    │           ├── tauri-plugin-log 2.6.0
    │           ├── tauri-file-associations-demo 0.1.0
    │           ├── tauri 2.11.0
    │           ├── restart 0.1.0
    │           ├── resources 0.1.0
    │           ├── bench_helloworld 0.1.0
    │           ├── bench_files_transfer 0.1.0
    │           ├── bench_cpu_intensive 0.1.0
    │           └── api 0.1.0
    ├── webkit2gtk 2.0.2
    │   ├── wry 0.55.0
    │   ├── tauri-runtime-wry 2.11.0
    │   ├── tauri-runtime 2.11.0
    │   └── tauri 2.11.0
    ├── tauri-runtime-wry 2.11.0
    ├── tauri-runtime 2.11.0
    ├── tauri 2.11.0
    ├── tao 0.35.0
    │   └── tauri-runtime-wry 2.11.0
    ├── muda 0.19.1
    │   ├── tray-icon 0.23.0
    │   │   └── tauri 2.11.0
    │   └── tauri 2.11.0
    └── libappindicator 0.9.0
        └── tray-icon 0.23.0

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.55.0
│   │   │   └── tauri-runtime-wry 2.11.0
│   │   │       └── tauri 2.11.0
│   │   │           ├── tauri-utils 2.9.0
│   │   │           │   ├── tauri-schema-generator 0.0.0
│   │   │           │   ├── tauri-runtime-wry 2.11.0
│   │   │           │   ├── tauri-runtime 2.11.0
│   │   │           │   │   ├── tauri-runtime-wry 2.11.0
│   │   │           │   │   └── tauri 2.11.0
│   │   │           │   ├── tauri-plugin 2.6.0
│   │   │           │   │   ├── tauri-plugin-sample 0.1.0
│   │   │           │   │   │   └── api 0.1.0
│   │   │           │   │   └── tauri-plugin-log 2.6.0
│   │   │           │   │       └── api 0.1.0
│   │   │           │   ├── tauri-macros 2.6.0
│   │   │           │   │   └── tauri 2.11.0
│   │   │           │   ├── tauri-codegen 2.6.0
│   │   │           │   │   ├── tauri-macros 2.6.0
│   │   │           │   │   └── tauri-build 2.6.0
│   │   │           │   │       ├── tauri-file-associations-demo 0.1.0
│   │   │           │   │       ├── tauri 2.11.0
│   │   │           │   │       ├── resources 0.1.0
│   │   │           │   │       ├── bench_helloworld 0.1.0
│   │   │           │   │       ├── bench_files_transfer 0.1.0
│   │   │           │   │       ├── bench_cpu_intensive 0.1.0
│   │   │           │   │       └── api 0.1.0
│   │   │           │   ├── tauri-cli 2.11.0
│   │   │           │   │   └── tauri-cli-node 0.0.0
│   │   │           │   ├── tauri-bundler 2.9.0
│   │   │           │   │   └── tauri-cli 2.11.0
│   │   │           │   ├── tauri-build 2.6.0
│   │   │           │   ├── tauri 2.11.0
│   │   │           │   └── acl-tests 0.1.0
│   │   │           ├── tauri-plugin-sample 0.1.0
│   │   │           ├── tauri-plugin-log 2.6.0
│   │   │           ├── tauri-file-associations-demo 0.1.0
│   │   │           ├── tauri 2.11.0
│   │   │           ├── restart 0.1.0
│   │   │           ├── resources 0.1.0
│   │   │           ├── bench_helloworld 0.1.0
│   │   │           ├── bench_files_transfer 0.1.0
│   │   │           ├── bench_cpu_intensive 0.1.0
│   │   │           └── api 0.1.0
│   │   └── webkit2gtk 2.0.2
│   │       ├── wry 0.55.0
│   │       ├── tauri-runtime-wry 2.11.0
│   │       ├── tauri-runtime 2.11.0
│   │       └── tauri 2.11.0
│   ├── webkit2gtk 2.0.2
│   ├── libappindicator-sys 0.9.0
│   │   └── libappindicator 0.9.0
│   │       └── tray-icon 0.23.0
│   │           └── tauri 2.11.0
│   ├── libappindicator 0.9.0
│   └── gtk 0.18.2
│       ├── wry 0.55.0
│       ├── webkit2gtk 2.0.2
│       ├── tauri-runtime-wry 2.11.0
│       ├── tauri-runtime 2.11.0
│       ├── tauri 2.11.0
│       ├── tao 0.35.0
│       │   └── tauri-runtime-wry 2.11.0
│       ├── muda 0.19.1
│       │   ├── tray-icon 0.23.0
│       │   └── tauri 2.11.0
│       └── libappindicator 0.9.0
└── atk 0.18.2
    └── gtk 0.18.2

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
Dependency tree:
fxhash 0.2.1
└── selectors 0.24.0
    └── kuchikiki 0.8.8-speedreader
        └── tauri-utils 2.9.0
            ├── tauri-schema-generator 0.0.0
            ├── tauri-runtime-wry 2.11.0
            │   └── tauri 2.11.0
            │       ├── tauri-utils 2.9.0
            │       ├── tauri-plugin-sample 0.1.0
            │       │   └── api 0.1.0
            │       ├── tauri-plugin-log 2.6.0
            │       │   └── api 0.1.0
            │       ├── tauri-file-associations-demo 0.1.0
            │       ├── tauri 2.11.0
            │       ├── restart 0.1.0
            │       ├── resources 0.1.0
            │       ├── bench_helloworld 0.1.0
            │       ├── bench_files_transfer 0.1.0
            │       ├── bench_cpu_intensive 0.1.0
            │       └── api 0.1.0
            ├── tauri-runtime 2.11.0
            │   ├── tauri-runtime-wry 2.11.0
            │   └── tauri 2.11.0
            ├── tauri-plugin 2.6.0
            │   ├── tauri-plugin-sample 0.1.0
            │   └── tauri-plugin-log 2.6.0
            ├── tauri-macros 2.6.0
            │   └── tauri 2.11.0
            ├── tauri-codegen 2.6.0
            │   ├── tauri-macros 2.6.0
            │   └── tauri-build 2.6.0
            │       ├── tauri-file-associations-demo 0.1.0
            │       ├── tauri 2.11.0
            │       ├── resources 0.1.0
            │       ├── bench_helloworld 0.1.0
            │       ├── bench_files_transfer 0.1.0
            │       ├── bench_cpu_intensive 0.1.0
            │       └── api 0.1.0
            ├── tauri-cli 2.11.0
            │   └── tauri-cli-node 0.0.0
            ├── tauri-bundler 2.9.0
            │   └── tauri-cli 2.11.0
            ├── tauri-build 2.6.0
            ├── tauri 2.11.0
            └── acl-tests 0.1.0

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
Dependency tree:
gdk 0.18.2
├── webkit2gtk 2.0.2
│   ├── wry 0.55.0
│   │   └── tauri-runtime-wry 2.11.0
│   │       └── tauri 2.11.0
│   │           ├── tauri-utils 2.9.0
│   │           │   ├── tauri-schema-generator 0.0.0
│   │           │   ├── tauri-runtime-wry 2.11.0
│   │           │   ├── tauri-runtime 2.11.0
│   │           │   │   ├── tauri-runtime-wry 2.11.0
│   │           │   │   └── tauri 2.11.0
│   │           │   ├── tauri-plugin 2.6.0
│   │           │   │   ├── tauri-plugin-sample 0.1.0
│   │           │   │   │   └── api 0.1.0
│   │           │   │   └── tauri-plugin-log 2.6.0
│   │           │   │       └── api 0.1.0
│   │           │   ├── tauri-macros 2.6.0
│   │           │   │   └── tauri 2.11.0
│   │           │   ├── tauri-codegen 2.6.0
│   │           │   │   ├── tauri-macros 2.6.0
│   │           │   │   └── tauri-build 2.6.0
│   │           │   │       ├── tauri-file-associations-demo 0.1.0
│   │           │   │       ├── tauri 2.11.0
│   │           │   │       ├── resources 0.1.0
│   │           │   │       ├── bench_helloworld 0.1.0
│   │           │   │       ├── bench_files_transfer 0.1.0
│   │           │   │       ├── bench_cpu_intensive 0.1.0
│   │           │   │       └── api 0.1.0
│   │           │   ├── tauri-cli 2.11.0
│   │           │   │   └── tauri-cli-node 0.0.0
│   │           │   ├── tauri-bundler 2.9.0
│   │           │   │   └── tauri-cli 2.11.0
│   │           │   ├── tauri-build 2.6.0
│   │           │   ├── tauri 2.11.0
│   │           │   └── acl-tests 0.1.0
│   │           ├── tauri-plugin-sample 0.1.0
│   │           ├── tauri-plugin-log 2.6.0
│   │           ├── tauri-file-associations-demo 0.1.0
│   │           ├── tauri 2.11.0
│   │           ├── restart 0.1.0
│   │           ├── resources 0.1.0
│   │           ├── bench_helloworld 0.1.0
│   │           ├── bench_files_transfer 0.1.0
│   │           ├── bench_cpu_intensive 0.1.0
│   │           └── api 0.1.0
│   ├── tauri-runtime-wry 2.11.0
│   ├── tauri-runtime 2.11.0
│   └── tauri 2.11.0
├── gtk 0.18.2
│   ├── wry 0.55.0
│   ├── webkit2gtk 2.0.2
│   ├── tauri-runtime-wry 2.11.0
│   ├── tauri-runtime 2.11.0
│   ├── tauri 2.11.0
│   ├── tao 0.35.0
│   │   └── tauri-runtime-wry 2.11.0
│   ├── muda 0.19.1
│   │   ├── tray-icon 0.23.0
│   │   │   └── tauri 2.11.0
│   │   └── tauri 2.11.0
│   └── libappindicator 0.9.0
│       └── tray-icon 0.23.0
└── gdkx11 0.18.2
    └── wry 0.55.0

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
Dependency tree:
gdk-sys 0.18.2
├── webkit2gtk-sys 2.0.2
│   ├── wry 0.55.0
│   │   └── tauri-runtime-wry 2.11.0
│   │       └── tauri 2.11.0
│   │           ├── tauri-utils 2.9.0
│   │           │   ├── tauri-schema-generator 0.0.0
│   │           │   ├── tauri-runtime-wry 2.11.0
│   │           │   ├── tauri-runtime 2.11.0
│   │           │   │   ├── tauri-runtime-wry 2.11.0
│   │           │   │   └── tauri 2.11.0
│   │           │   ├── tauri-plugin 2.6.0
│   │           │   │   ├── tauri-plugin-sample 0.1.0
│   │           │   │   │   └── api 0.1.0
│   │           │   │   └── tauri-plugin-log 2.6.0
│   │           │   │       └── api 0.1.0
│   │           │   ├── tauri-macros 2.6.0
│   │           │   │   └── tauri 2.11.0
│   │           │   ├── tauri-codegen 2.6.0
│   │           │   │   ├── tauri-macros 2.6.0
│   │           │   │   └── tauri-build 2.6.0
│   │           │   │       ├── tauri-file-associations-demo 0.1.0
│   │           │   │       ├── tauri 2.11.0
│   │           │   │       ├── resources 0.1.0
│   │           │   │       ├── bench_helloworld 0.1.0
│   │           │   │       ├── bench_files_transfer 0.1.0
│   │           │   │       ├── bench_cpu_intensive 0.1.0
│   │           │   │       └── api 0.1.0
│   │           │   ├── tauri-cli 2.11.0
│   │           │   │   └── tauri-cli-node 0.0.0
│   │           │   ├── tauri-bundler 2.9.0
│   │           │   │   └── tauri-cli 2.11.0
│   │           │   ├── tauri-build 2.6.0
│   │           │   ├── tauri 2.11.0
│   │           │   └── acl-tests 0.1.0
│   │           ├── tauri-plugin-sample 0.1.0
│   │           ├── tauri-plugin-log 2.6.0
│   │           ├── tauri-file-associations-demo 0.1.0
│   │           ├── tauri 2.11.0
│   │           ├── restart 0.1.0
│   │           ├── resources 0.1.0
│   │           ├── bench_helloworld 0.1.0
│   │           ├── bench_files_transfer 0.1.0
│   │           ├── bench_cpu_intensive 0.1.0
│   │           └── api 0.1.0
│   └── webkit2gtk 2.0.2
│       ├── wry 0.55.0
│       ├── tauri-runtime-wry 2.11.0
│       ├── tauri-runtime 2.11.0
│       └── tauri 2.11.0
├── webkit2gtk 2.0.2
├── gtk-sys 0.18.2
│   ├── webkit2gtk-sys 2.0.2
│   ├── webkit2gtk 2.0.2
│   ├── libappindicator-sys 0.9.0
│   │   └── libappindicator 0.9.0
│   │       └── tray-icon 0.23.0
│   │           └── tauri 2.11.0
│   ├── libappindicator 0.9.0
│   └── gtk 0.18.2
│       ├── wry 0.55.0
│       ├── webkit2gtk 2.0.2
│       ├── tauri-runtime-wry 2.11.0
│       ├── tauri-runtime 2.11.0
│       ├── tauri 2.11.0
│       ├── tao 0.35.0
│       │   └── tauri-runtime-wry 2.11.0
│       ├── muda 0.19.1
│       │   ├── tray-icon 0.23.0
│       │   └── tauri 2.11.0
│       └── libappindicator 0.9.0
├── gdkx11-sys 0.18.2
│   ├── tao 0.35.0
│   └── gdkx11 0.18.2
│       └── wry 0.55.0
├── gdkwayland-sys 0.18.2
│   └── tao 0.35.0
└── gdk 0.18.2
    ├── webkit2gtk 2.0.2
    ├── gtk 0.18.2
    └── gdkx11 0.18.2

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
Dependency tree:
gdkwayland-sys 0.18.2
└── tao 0.35.0
    └── tauri-runtime-wry 2.11.0
        └── tauri 2.11.0
            ├── tauri-utils 2.9.0
            │   ├── tauri-schema-generator 0.0.0
            │   ├── tauri-runtime-wry 2.11.0
            │   ├── tauri-runtime 2.11.0
            │   │   ├── tauri-runtime-wry 2.11.0
            │   │   └── tauri 2.11.0
            │   ├── tauri-plugin 2.6.0
            │   │   ├── tauri-plugin-sample 0.1.0
            │   │   │   └── api 0.1.0
            │   │   └── tauri-plugin-log 2.6.0
            │   │       └── api 0.1.0
            │   ├── tauri-macros 2.6.0
            │   │   └── tauri 2.11.0
            │   ├── tauri-codegen 2.6.0
            │   │   ├── tauri-macros 2.6.0
            │   │   └── tauri-build 2.6.0
            │   │       ├── tauri-file-associations-demo 0.1.0
            │   │       ├── tauri 2.11.0
            │   │       ├── resources 0.1.0
            │   │       ├── bench_helloworld 0.1.0
            │   │       ├── bench_files_transfer 0.1.0
            │   │       ├── bench_cpu_intensive 0.1.0
            │   │       └── api 0.1.0
            │   ├── tauri-cli 2.11.0
            │   │   └── tauri-cli-node 0.0.0
            │   ├── tauri-bundler 2.9.0
            │   │   └── tauri-cli 2.11.0
            │   ├── tauri-build 2.6.0
            │   ├── tauri 2.11.0
            │   └── acl-tests 0.1.0
            ├── tauri-plugin-sample 0.1.0
            ├── tauri-plugin-log 2.6.0
            ├── tauri-file-associations-demo 0.1.0
            ├── tauri 2.11.0
            ├── restart 0.1.0
            ├── resources 0.1.0
            ├── bench_helloworld 0.1.0
            ├── bench_files_transfer 0.1.0
            ├── bench_cpu_intensive 0.1.0
            └── api 0.1.0

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
Dependency tree:
gdkx11 0.18.2
└── wry 0.55.0
    └── tauri-runtime-wry 2.11.0
        └── tauri 2.11.0
            ├── tauri-utils 2.9.0
            │   ├── tauri-schema-generator 0.0.0
            │   ├── tauri-runtime-wry 2.11.0
            │   ├── tauri-runtime 2.11.0
            │   │   ├── tauri-runtime-wry 2.11.0
            │   │   └── tauri 2.11.0
            │   ├── tauri-plugin 2.6.0
            │   │   ├── tauri-plugin-sample 0.1.0
            │   │   │   └── api 0.1.0
            │   │   └── tauri-plugin-log 2.6.0
            │   │       └── api 0.1.0
            │   ├── tauri-macros 2.6.0
            │   │   └── tauri 2.11.0
            │   ├── tauri-codegen 2.6.0
            │   │   ├── tauri-macros 2.6.0
            │   │   └── tauri-build 2.6.0
            │   │       ├── tauri-file-associations-demo 0.1.0
            │   │       ├── tauri 2.11.0
            │   │       ├── resources 0.1.0
            │   │       ├── bench_helloworld 0.1.0
            │   │       ├── bench_files_transfer 0.1.0
            │   │       ├── bench_cpu_intensive 0.1.0
            │   │       └── api 0.1.0
            │   ├── tauri-cli 2.11.0
            │   │   └── tauri-cli-node 0.0.0
            │   ├── tauri-bundler 2.9.0
            │   │   └── tauri-cli 2.11.0
            │   ├── tauri-build 2.6.0
            │   ├── tauri 2.11.0
            │   └── acl-tests 0.1.0
            ├── tauri-plugin-sample 0.1.0
            ├── tauri-plugin-log 2.6.0
            ├── tauri-file-associations-demo 0.1.0
            ├── tauri 2.11.0
            ├── restart 0.1.0
            ├── resources 0.1.0
            ├── bench_helloworld 0.1.0
            ├── bench_files_transfer 0.1.0
            ├── bench_cpu_intensive 0.1.0
            └── api 0.1.0

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
Dependency tree:
gdkx11-sys 0.18.2
├── tao 0.35.0
│   └── tauri-runtime-wry 2.11.0
│       └── tauri 2.11.0
│           ├── tauri-utils 2.9.0
│           │   ├── tauri-schema-generator 0.0.0
│           │   ├── tauri-runtime-wry 2.11.0
│           │   ├── tauri-runtime 2.11.0
│           │   │   ├── tauri-runtime-wry 2.11.0
│           │   │   └── tauri 2.11.0
│           │   ├── tauri-plugin 2.6.0
│           │   │   ├── tauri-plugin-sample 0.1.0
│           │   │   │   └── api 0.1.0
│           │   │   └── tauri-plugin-log 2.6.0
│           │   │       └── api 0.1.0
│           │   ├── tauri-macros 2.6.0
│           │   │   └── tauri 2.11.0
│           │   ├── tauri-codegen 2.6.0
│           │   │   ├── tauri-macros 2.6.0
│           │   │   └── tauri-build 2.6.0
│           │   │       ├── tauri-file-associations-demo 0.1.0
│           │   │       ├── tauri 2.11.0
│           │   │       ├── resources 0.1.0
│           │   │       ├── bench_helloworld 0.1.0
│           │   │       ├── bench_files_transfer 0.1.0
│           │   │       ├── bench_cpu_intensive 0.1.0
│           │   │       └── api 0.1.0
│           │   ├── tauri-cli 2.11.0
│           │   │   └── tauri-cli-node 0.0.0
│           │   ├── tauri-bundler 2.9.0
│           │   │   └── tauri-cli 2.11.0
│           │   ├── tauri-build 2.6.0
│           │   ├── tauri 2.11.0
│           │   └── acl-tests 0.1.0
│           ├── tauri-plugin-sample 0.1.0
│           ├── tauri-plugin-log 2.6.0
│           ├── tauri-file-associations-demo 0.1.0
│           ├── tauri 2.11.0
│           ├── restart 0.1.0
│           ├── resources 0.1.0
│           ├── bench_helloworld 0.1.0
│           ├── bench_files_transfer 0.1.0
│           ├── bench_cpu_intensive 0.1.0
│           └── api 0.1.0
└── gdkx11 0.18.2
    └── wry 0.55.0
        └── tauri-runtime-wry 2.11.0

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
Dependency tree:
gtk 0.18.2
├── wry 0.55.0
│   └── tauri-runtime-wry 2.11.0
│       └── tauri 2.11.0
│           ├── tauri-utils 2.9.0
│           │   ├── tauri-schema-generator 0.0.0
│           │   ├── tauri-runtime-wry 2.11.0
│           │   ├── tauri-runtime 2.11.0
│           │   │   ├── tauri-runtime-wry 2.11.0
│           │   │   └── tauri 2.11.0
│           │   ├── tauri-plugin 2.6.0
│           │   │   ├── tauri-plugin-sample 0.1.0
│           │   │   │   └── api 0.1.0
│           │   │   └── tauri-plugin-log 2.6.0
│           │   │       └── api 0.1.0
│           │   ├── tauri-macros 2.6.0
│           │   │   └── tauri 2.11.0
│           │   ├── tauri-codegen 2.6.0
│           │   │   ├── tauri-macros 2.6.0
│           │   │   └── tauri-build 2.6.0
│           │   │       ├── tauri-file-associations-demo 0.1.0
│           │   │       ├── tauri 2.11.0
│           │   │       ├── resources 0.1.0
│           │   │       ├── bench_helloworld 0.1.0
│           │   │       ├── bench_files_transfer 0.1.0
│           │   │       ├── bench_cpu_intensive 0.1.0
│           │   │       └── api 0.1.0
│           │   ├── tauri-cli 2.11.0
│           │   │   └── tauri-cli-node 0.0.0
│           │   ├── tauri-bundler 2.9.0
│           │   │   └── tauri-cli 2.11.0
│           │   ├── tauri-build 2.6.0
│           │   ├── tauri 2.11.0
│           │   └── acl-tests 0.1.0
│           ├── tauri-plugin-sample 0.1.0
│           ├── tauri-plugin-log 2.6.0
│           ├── tauri-file-associations-demo 0.1.0
│           ├── tauri 2.11.0
│           ├── restart 0.1.0
│           ├── resources 0.1.0
│           ├── bench_helloworld 0.1.0
│           ├── bench_files_transfer 0.1.0
│           ├── bench_cpu_intensive 0.1.0
│           └── api 0.1.0
├── webkit2gtk 2.0.2
│   ├── wry 0.55.0
│   ├── tauri-runtime-wry 2.11.0
│   ├── tauri-runtime 2.11.0
│   └── tauri 2.11.0
├── tauri-runtime-wry 2.11.0
├── tauri-runtime 2.11.0
├── tauri 2.11.0
├── tao 0.35.0
│   └── tauri-runtime-wry 2.11.0
├── muda 0.19.1
│   ├── tray-icon 0.23.0
│   │   └── tauri 2.11.0
│   └── tauri 2.11.0
└── libappindicator 0.9.0
    └── tray-icon 0.23.0

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
Dependency tree:
gtk-sys 0.18.2
├── webkit2gtk-sys 2.0.2
│   ├── wry 0.55.0
│   │   └── tauri-runtime-wry 2.11.0
│   │       └── tauri 2.11.0
│   │           ├── tauri-utils 2.9.0
│   │           │   ├── tauri-schema-generator 0.0.0
│   │           │   ├── tauri-runtime-wry 2.11.0
│   │           │   ├── tauri-runtime 2.11.0
│   │           │   │   ├── tauri-runtime-wry 2.11.0
│   │           │   │   └── tauri 2.11.0
│   │           │   ├── tauri-plugin 2.6.0
│   │           │   │   ├── tauri-plugin-sample 0.1.0
│   │           │   │   │   └── api 0.1.0
│   │           │   │   └── tauri-plugin-log 2.6.0
│   │           │   │       └── api 0.1.0
│   │           │   ├── tauri-macros 2.6.0
│   │           │   │   └── tauri 2.11.0
│   │           │   ├── tauri-codegen 2.6.0
│   │           │   │   ├── tauri-macros 2.6.0
│   │           │   │   └── tauri-build 2.6.0
│   │           │   │       ├── tauri-file-associations-demo 0.1.0
│   │           │   │       ├── tauri 2.11.0
│   │           │   │       ├── resources 0.1.0
│   │           │   │       ├── bench_helloworld 0.1.0
│   │           │   │       ├── bench_files_transfer 0.1.0
│   │           │   │       ├── bench_cpu_intensive 0.1.0
│   │           │   │       └── api 0.1.0
│   │           │   ├── tauri-cli 2.11.0
│   │           │   │   └── tauri-cli-node 0.0.0
│   │           │   ├── tauri-bundler 2.9.0
│   │           │   │   └── tauri-cli 2.11.0
│   │           │   ├── tauri-build 2.6.0
│   │           │   ├── tauri 2.11.0
│   │           │   └── acl-tests 0.1.0
│   │           ├── tauri-plugin-sample 0.1.0
│   │           ├── tauri-plugin-log 2.6.0
│   │           ├── tauri-file-associations-demo 0.1.0
│   │           ├── tauri 2.11.0
│   │           ├── restart 0.1.0
│   │           ├── resources 0.1.0
│   │           ├── bench_helloworld 0.1.0
│   │           ├── bench_files_transfer 0.1.0
│   │           ├── bench_cpu_intensive 0.1.0
│   │           └── api 0.1.0
│   └── webkit2gtk 2.0.2
│       ├── wry 0.55.0
│       ├── tauri-runtime-wry 2.11.0
│       ├── tauri-runtime 2.11.0
│       └── tauri 2.11.0
├── webkit2gtk 2.0.2
├── libappindicator-sys 0.9.0
│   └── libappindicator 0.9.0
│       └── tray-icon 0.23.0
│           └── tauri 2.11.0
├── libappindicator 0.9.0
└── gtk 0.18.2
    ├── wry 0.55.0
    ├── webkit2gtk 2.0.2
    ├── tauri-runtime-wry 2.11.0
    ├── tauri-runtime 2.11.0
    ├── tauri 2.11.0
    ├── tao 0.35.0
    │   └── tauri-runtime-wry 2.11.0
    ├── muda 0.19.1
    │   ├── tray-icon 0.23.0
    │   └── tauri 2.11.0
    └── libappindicator 0.9.0

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
Dependency tree:
gtk3-macros 0.18.2
└── gtk 0.18.2
    ├── wry 0.55.0
    │   └── tauri-runtime-wry 2.11.0
    │       └── tauri 2.11.0
    │           ├── tauri-utils 2.9.0
    │           │   ├── tauri-schema-generator 0.0.0
    │           │   ├── tauri-runtime-wry 2.11.0
    │           │   ├── tauri-runtime 2.11.0
    │           │   │   ├── tauri-runtime-wry 2.11.0
    │           │   │   └── tauri 2.11.0
    │           │   ├── tauri-plugin 2.6.0
    │           │   │   ├── tauri-plugin-sample 0.1.0
    │           │   │   │   └── api 0.1.0
    │           │   │   └── tauri-plugin-log 2.6.0
    │           │   │       └── api 0.1.0
    │           │   ├── tauri-macros 2.6.0
    │           │   │   └── tauri 2.11.0
    │           │   ├── tauri-codegen 2.6.0
    │           │   │   ├── tauri-macros 2.6.0
    │           │   │   └── tauri-build 2.6.0
    │           │   │       ├── tauri-file-associations-demo 0.1.0
    │           │   │       ├── tauri 2.11.0
    │           │   │       ├── resources 0.1.0
    │           │   │       ├── bench_helloworld 0.1.0
    │           │   │       ├── bench_files_transfer 0.1.0
    │           │   │       ├── bench_cpu_intensive 0.1.0
    │           │   │       └── api 0.1.0
    │           │   ├── tauri-cli 2.11.0
    │           │   │   └── tauri-cli-node 0.0.0
    │           │   ├── tauri-bundler 2.9.0
    │           │   │   └── tauri-cli 2.11.0
    │           │   ├── tauri-build 2.6.0
    │           │   ├── tauri 2.11.0
    │           │   └── acl-tests 0.1.0
    │           ├── tauri-plugin-sample 0.1.0
    │           ├── tauri-plugin-log 2.6.0
    │           ├── tauri-file-associations-demo 0.1.0
    │           ├── tauri 2.11.0
    │           ├── restart 0.1.0
    │           ├── resources 0.1.0
    │           ├── bench_helloworld 0.1.0
    │           ├── bench_files_transfer 0.1.0
    │           ├── bench_cpu_intensive 0.1.0
    │           └── api 0.1.0
    ├── webkit2gtk 2.0.2
    │   ├── wry 0.55.0
    │   ├── tauri-runtime-wry 2.11.0
    │   ├── tauri-runtime 2.11.0
    │   └── tauri 2.11.0
    ├── tauri-runtime-wry 2.11.0
    ├── tauri-runtime 2.11.0
    ├── tauri 2.11.0
    ├── tao 0.35.0
    │   └── tauri-runtime-wry 2.11.0
    ├── muda 0.19.1
    │   ├── tray-icon 0.23.0
    │   │   └── tauri 2.11.0
    │   └── tauri 2.11.0
    └── libappindicator 0.9.0
        └── tray-icon 0.23.0

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
Dependency tree:
paste 1.0.15
├── specta 2.0.0-rc.20
│   └── tauri 2.11.0
│       ├── tauri-utils 2.9.0
│       │   ├── tauri-schema-generator 0.0.0
│       │   ├── tauri-runtime-wry 2.11.0
│       │   │   └── tauri 2.11.0
│       │   ├── tauri-runtime 2.11.0
│       │   │   ├── tauri-runtime-wry 2.11.0
│       │   │   └── tauri 2.11.0
│       │   ├── tauri-plugin 2.6.0
│       │   │   ├── tauri-plugin-sample 0.1.0
│       │   │   │   └── api 0.1.0
│       │   │   └── tauri-plugin-log 2.6.0
│       │   │       └── api 0.1.0
│       │   ├── tauri-macros 2.6.0
│       │   │   └── tauri 2.11.0
│       │   ├── tauri-codegen 2.6.0
│       │   │   ├── tauri-macros 2.6.0
│       │   │   └── tauri-build 2.6.0
│       │   │       ├── tauri-file-associations-demo 0.1.0
│       │   │       ├── tauri 2.11.0
│       │   │       ├── resources 0.1.0
│       │   │       ├── bench_helloworld 0.1.0
│       │   │       ├── bench_files_transfer 0.1.0
│       │   │       ├── bench_cpu_intensive 0.1.0
│       │   │       └── api 0.1.0
│       │   ├── tauri-cli 2.11.0
│       │   │   └── tauri-cli-node 0.0.0
│       │   ├── tauri-bundler 2.9.0
│       │   │   └── tauri-cli 2.11.0
│       │   ├── tauri-build 2.6.0
│       │   ├── tauri 2.11.0
│       │   └── acl-tests 0.1.0
│       ├── tauri-plugin-sample 0.1.0
│       ├── tauri-plugin-log 2.6.0
│       ├── tauri-file-associations-demo 0.1.0
│       ├── tauri 2.11.0
│       ├── restart 0.1.0
│       ├── resources 0.1.0
│       ├── bench_helloworld 0.1.0
│       ├── bench_files_transfer 0.1.0
│       ├── bench_cpu_intensive 0.1.0
│       └── api 0.1.0
└── rav1e 0.7.1
    └── ravif 0.11.11
        └── image 0.25.5
            ├── tauri-cli 2.11.0
            ├── tauri-bundler 2.9.0
            └── tauri 2.11.0

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
Dependency tree:
rustls-pemfile 1.0.4
├── rustls-native-certs 0.6.3
│   └── reqwest 0.11.27
│       ├── cryptographic-message-syntax 0.26.0
│       │   ├── apple-xar 0.18.0
│       │   │   ├── apple-flat-package 0.18.0
│       │   │   │   └── apple-codesign 0.27.0
│       │   │   │       └── tauri-macos-sign 2.3.4
│       │   │   │           ├── tauri-cli 2.11.0
│       │   │   │           │   └── tauri-cli-node 0.0.0
│       │   │   │           └── tauri-bundler 2.9.0
│       │   │   │               └── tauri-cli 2.11.0
│       │   │   └── apple-codesign 0.27.0
│       │   └── apple-codesign 0.27.0
│       ├── apple-xar 0.18.0
│       └── apple-codesign 0.27.0
└── reqwest 0.11.27

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
Dependency tree:
rustls-pemfile 2.2.0
└── rustls-native-certs 0.7.3
    └── tungstenite 0.21.0
        └── apple-codesign 0.27.0
            └── tauri-macos-sign 2.3.4
                ├── tauri-cli 2.11.0
                │   └── tauri-cli-node 0.0.0
                └── tauri-bundler 2.9.0
                    └── tauri-cli 2.11.0

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
Dependency tree:
unic-char-property 0.9.0
└── unic-ucd-ident 0.9.0
    └── urlpattern 0.3.0
        └── tauri-utils 2.9.0
            ├── tauri-schema-generator 0.0.0
            ├── tauri-runtime-wry 2.11.0
            │   └── tauri 2.11.0
            │       ├── tauri-utils 2.9.0
            │       ├── tauri-plugin-sample 0.1.0
            │       │   └── api 0.1.0
            │       ├── tauri-plugin-log 2.6.0
            │       │   └── api 0.1.0
            │       ├── tauri-file-associations-demo 0.1.0
            │       ├── tauri 2.11.0
            │       ├── restart 0.1.0
            │       ├── resources 0.1.0
            │       ├── bench_helloworld 0.1.0
            │       ├── bench_files_transfer 0.1.0
            │       ├── bench_cpu_intensive 0.1.0
            │       └── api 0.1.0
            ├── tauri-runtime 2.11.0
            │   ├── tauri-runtime-wry 2.11.0
            │   └── tauri 2.11.0
            ├── tauri-plugin 2.6.0
            │   ├── tauri-plugin-sample 0.1.0
            │   └── tauri-plugin-log 2.6.0
            ├── tauri-macros 2.6.0
            │   └── tauri 2.11.0
            ├── tauri-codegen 2.6.0
            │   ├── tauri-macros 2.6.0
            │   └── tauri-build 2.6.0
            │       ├── tauri-file-associations-demo 0.1.0
            │       ├── tauri 2.11.0
            │       ├── resources 0.1.0
            │       ├── bench_helloworld 0.1.0
            │       ├── bench_files_transfer 0.1.0
            │       ├── bench_cpu_intensive 0.1.0
            │       └── api 0.1.0
            ├── tauri-cli 2.11.0
            │   └── tauri-cli-node 0.0.0
            ├── tauri-bundler 2.9.0
            │   └── tauri-cli 2.11.0
            ├── tauri-build 2.6.0
            ├── tauri 2.11.0
            └── acl-tests 0.1.0

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
Dependency tree:
unic-char-range 0.9.0
├── unic-ucd-ident 0.9.0
│   └── urlpattern 0.3.0
│       └── tauri-utils 2.9.0
│           ├── tauri-schema-generator 0.0.0
│           ├── tauri-runtime-wry 2.11.0
│           │   └── tauri 2.11.0
│           │       ├── tauri-utils 2.9.0
│           │       ├── tauri-plugin-sample 0.1.0
│           │       │   └── api 0.1.0
│           │       ├── tauri-plugin-log 2.6.0
│           │       │   └── api 0.1.0
│           │       ├── tauri-file-associations-demo 0.1.0
│           │       ├── tauri 2.11.0
│           │       ├── restart 0.1.0
│           │       ├── resources 0.1.0
│           │       ├── bench_helloworld 0.1.0
│           │       ├── bench_files_transfer 0.1.0
│           │       ├── bench_cpu_intensive 0.1.0
│           │       └── api 0.1.0
│           ├── tauri-runtime 2.11.0
│           │   ├── tauri-runtime-wry 2.11.0
│           │   └── tauri 2.11.0
│           ├── tauri-plugin 2.6.0
│           │   ├── tauri-plugin-sample 0.1.0
│           │   └── tauri-plugin-log 2.6.0
│           ├── tauri-macros 2.6.0
│           │   └── tauri 2.11.0
│           ├── tauri-codegen 2.6.0
│           │   ├── tauri-macros 2.6.0
│           │   └── tauri-build 2.6.0
│           │       ├── tauri-file-associations-demo 0.1.0
│           │       ├── tauri 2.11.0
│           │       ├── resources 0.1.0
│           │       ├── bench_helloworld 0.1.0
│           │       ├── bench_files_transfer 0.1.0
│           │       ├── bench_cpu_intensive 0.1.0
│           │       └── api 0.1.0
│           ├── tauri-cli 2.11.0
│           │   └── tauri-cli-node 0.0.0
│           ├── tauri-bundler 2.9.0
│           │   └── tauri-cli 2.11.0
│           ├── tauri-build 2.6.0
│           ├── tauri 2.11.0
│           └── acl-tests 0.1.0
└── unic-char-property 0.9.0
    └── unic-ucd-ident 0.9.0

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
Dependency tree:
unic-common 0.9.0
└── unic-ucd-version 0.9.0
    └── unic-ucd-ident 0.9.0
        └── urlpattern 0.3.0
            └── tauri-utils 2.9.0
                ├── tauri-schema-generator 0.0.0
                ├── tauri-runtime-wry 2.11.0
                │   └── tauri 2.11.0
                │       ├── tauri-utils 2.9.0
                │       ├── tauri-plugin-sample 0.1.0
                │       │   └── api 0.1.0
                │       ├── tauri-plugin-log 2.6.0
                │       │   └── api 0.1.0
                │       ├── tauri-file-associations-demo 0.1.0
                │       ├── tauri 2.11.0
                │       ├── restart 0.1.0
                │       ├── resources 0.1.0
                │       ├── bench_helloworld 0.1.0
                │       ├── bench_files_transfer 0.1.0
                │       ├── bench_cpu_intensive 0.1.0
                │       └── api 0.1.0
                ├── tauri-runtime 2.11.0
                │   ├── tauri-runtime-wry 2.11.0
                │   └── tauri 2.11.0
                ├── tauri-plugin 2.6.0
                │   ├── tauri-plugin-sample 0.1.0
                │   └── tauri-plugin-log 2.6.0
                ├── tauri-macros 2.6.0
                │   └── tauri 2.11.0
                ├── tauri-codegen 2.6.0
                │   ├── tauri-macros 2.6.0
                │   └── tauri-build 2.6.0
                │       ├── tauri-file-associations-demo 0.1.0
                │       ├── tauri 2.11.0
                │       ├── resources 0.1.0
                │       ├── bench_helloworld 0.1.0
                │       ├── bench_files_transfer 0.1.0
                │       ├── bench_cpu_intensive 0.1.0
                │       └── api 0.1.0
                ├── tauri-cli 2.11.0
                │   └── tauri-cli-node 0.0.0
                ├── tauri-bundler 2.9.0
                │   └── tauri-cli 2.11.0
                ├── tauri-build 2.6.0
                ├── tauri 2.11.0
                └── acl-tests 0.1.0

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
Dependency tree:
unic-ucd-ident 0.9.0
└── urlpattern 0.3.0
    └── tauri-utils 2.9.0
        ├── tauri-schema-generator 0.0.0
        ├── tauri-runtime-wry 2.11.0
        │   └── tauri 2.11.0
        │       ├── tauri-utils 2.9.0
        │       ├── tauri-plugin-sample 0.1.0
        │       │   └── api 0.1.0
        │       ├── tauri-plugin-log 2.6.0
        │       │   └── api 0.1.0
        │       ├── tauri-file-associations-demo 0.1.0
        │       ├── tauri 2.11.0
        │       ├── restart 0.1.0
        │       ├── resources 0.1.0
        │       ├── bench_helloworld 0.1.0
        │       ├── bench_files_transfer 0.1.0
        │       ├── bench_cpu_intensive 0.1.0
        │       └── api 0.1.0
        ├── tauri-runtime 2.11.0
        │   ├── tauri-runtime-wry 2.11.0
        │   └── tauri 2.11.0
        ├── tauri-plugin 2.6.0
        │   ├── tauri-plugin-sample 0.1.0
        │   └── tauri-plugin-log 2.6.0
        ├── tauri-macros 2.6.0
        │   └── tauri 2.11.0
        ├── tauri-codegen 2.6.0
        │   ├── tauri-macros 2.6.0
        │   └── tauri-build 2.6.0
        │       ├── tauri-file-associations-demo 0.1.0
        │       ├── tauri 2.11.0
        │       ├── resources 0.1.0
        │       ├── bench_helloworld 0.1.0
        │       ├── bench_files_transfer 0.1.0
        │       ├── bench_cpu_intensive 0.1.0
        │       └── api 0.1.0
        ├── tauri-cli 2.11.0
        │   └── tauri-cli-node 0.0.0
        ├── tauri-bundler 2.9.0
        │   └── tauri-cli 2.11.0
        ├── tauri-build 2.6.0
        ├── tauri 2.11.0
        └── acl-tests 0.1.0

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
Dependency tree:
unic-ucd-version 0.9.0
└── unic-ucd-ident 0.9.0
    └── urlpattern 0.3.0
        └── tauri-utils 2.9.0
            ├── tauri-schema-generator 0.0.0
            ├── tauri-runtime-wry 2.11.0
            │   └── tauri 2.11.0
            │       ├── tauri-utils 2.9.0
            │       ├── tauri-plugin-sample 0.1.0
            │       │   └── api 0.1.0
            │       ├── tauri-plugin-log 2.6.0
            │       │   └── api 0.1.0
            │       ├── tauri-file-associations-demo 0.1.0
            │       ├── tauri 2.11.0
            │       ├── restart 0.1.0
            │       ├── resources 0.1.0
            │       ├── bench_helloworld 0.1.0
            │       ├── bench_files_transfer 0.1.0
            │       ├── bench_cpu_intensive 0.1.0
            │       └── api 0.1.0
            ├── tauri-runtime 2.11.0
            │   ├── tauri-runtime-wry 2.11.0
            │   └── tauri 2.11.0
            ├── tauri-plugin 2.6.0
            │   ├── tauri-plugin-sample 0.1.0
            │   └── tauri-plugin-log 2.6.0
            ├── tauri-macros 2.6.0
            │   └── tauri 2.11.0
            ├── tauri-codegen 2.6.0
            │   ├── tauri-macros 2.6.0
            │   └── tauri-build 2.6.0
            │       ├── tauri-file-associations-demo 0.1.0
            │       ├── tauri 2.11.0
            │       ├── resources 0.1.0
            │       ├── bench_helloworld 0.1.0
            │       ├── bench_files_transfer 0.1.0
            │       ├── bench_cpu_intensive 0.1.0
            │       └── api 0.1.0
            ├── tauri-cli 2.11.0
            │   └── tauri-cli-node 0.0.0
            ├── tauri-bundler 2.9.0
            │   └── tauri-cli 2.11.0
            ├── tauri-build 2.6.0
            ├── tauri 2.11.0
            └── acl-tests 0.1.0

warning: 19 allowed warnings found
```

</details>

## \[2.11.0]

### New Features

- [`001c8fe3d`](https://www.github.com/tauri-apps/tauri/commit/001c8fe3d288802de9a8c29cfd2f46f9220d97c5) ([#14722](https://www.github.com/tauri-apps/tauri/pull/14722)) Add a WebView option to control browser-level general autofill behavior. This option does not disable password or credit card autofill. On Windows (WebView2), setting it to true disables the general autofill "Suggestions" UI, which may appear even when `autocomplete="off"` is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.
- [`b27be063f`](https://www.github.com/tauri-apps/tauri/commit/b27be063ff3052cb1071ac3ec719cfa104460fa4) ([#14925](https://www.github.com/tauri-apps/tauri/pull/14925)) Add `eval_with_callback` to the Tauri webview APIs and runtime dispatch layers.
- [`cc5c97602`](https://www.github.com/tauri-apps/tauri/commit/cc5c976027b0ab2431c13ec5b2e201d4414a8a6e) ([#14486](https://www.github.com/tauri-apps/tauri/pull/14486)) Trigger `RunEvent::Opened` on Android.
- [`eb0312ea9`](https://www.github.com/tauri-apps/tauri/commit/eb0312ea9e493954298ac0b3fdaae7eafb52750e) ([#15199](https://www.github.com/tauri-apps/tauri/pull/15199)) Propagates the `Event::Suspended` and `Event::Resumed` events from `tao` when they are emitted on mobile targets.
- [`093e2b47c`](https://www.github.com/tauri-apps/tauri/commit/093e2b47c01361c18783e9ff18750388e41650c5) ([#14484](https://www.github.com/tauri-apps/tauri/pull/14484)) Support creating multiple windows on Android (activity embedding) and iOS (scenes).
- [`1063c48c5`](https://www.github.com/tauri-apps/tauri/commit/1063c48c5e7d099ad74d28a937edf42e3f5c9f03) ([#14523](https://www.github.com/tauri-apps/tauri/pull/14523)) Add handler for web content process termination on macOS and iOS.

### Bug Fixes

- [`110336c88`](https://www.github.com/tauri-apps/tauri/commit/110336c88a8c0a04476619db0a5c8f7694d969a5) ([#15250](https://www.github.com/tauri-apps/tauri/pull/15250)) Fix initial window position when positioning it to another monitor.
- [`9808236eb`](https://www.github.com/tauri-apps/tauri/commit/9808236ebf7755d498d674b614f3fc75eeac1ec4) ([#14655](https://www.github.com/tauri-apps/tauri/pull/14655)) Fix monitor work area Y position on macOS.

### What's Changed

- [`d34497ef1`](https://www.github.com/tauri-apps/tauri/commit/d34497ef154eddcc36327a30dda06dc4748f6b20) ([#14862](https://www.github.com/tauri-apps/tauri/pull/14862)) The new window handler passed to `on_new_window` no longer requires `Sync`, and runs on main thread on Windows, aligning with other platforms

### Dependencies

- Upgraded to `tauri-runtime@2.11.0`
- Upgraded to `tauri-utils@2.9.0`

<details>
<summary><em><h4>Cargo Publish</h4></em></summary>

```
Updating crates.io index
   Packaging tauri-runtime-wry v2.11.0 (/home/runner/work/tauri/tauri/crates/tauri-runtime-wry)
    Updating crates.io index
    Packaged 22 files, 309.4KiB (69.5KiB compressed)
   Verifying tauri-runtime-wry v2.11.0 (/home/runner/work/tauri/tauri/crates/tauri-runtime-wry)
 Downloading crates ...
  Downloaded gdkx11 v0.18.2
  Downloaded dlopen2 v0.8.0
  Downloaded gdkx11-sys v0.18.2
  Downloaded x11 v2.21.0
  Downloaded lock_api v0.4.12
  Downloaded gdkwayland-sys v0.18.2
  Downloaded dlopen2_derive v0.4.0
  Downloaded parking_lot v0.12.3
  Downloaded parking_lot_core v0.9.10
  Downloaded x11-dl v2.21.0
  Downloaded tao v0.35.0
  Downloaded dbus v0.9.10
  Downloaded wry v0.55.0
  Downloaded libdbus-sys v0.2.7
  Downloaded tauri-runtime v2.11.0
   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 raw-window-handle v0.6.2
   Compiling scopeguard v1.2.0
   Compiling urlpattern v0.3.0
   Compiling dlopen2_derive v0.4.0
   Compiling wry v0.55.0
   Compiling tauri-runtime v2.11.0
   Compiling tauri-utils v2.9.0
   Compiling dlopen2 v0.8.0
   Compiling dbus v0.9.10
   Compiling crossbeam-channel v0.5.15
   Compiling gdkx11 v0.18.2
   Compiling parking_lot v0.12.3
   Compiling gdkwayland-sys v0.18.2
   Compiling tauri-runtime-wry v2.11.0 (/home/runner/work/tauri/tauri/target/package/tauri-runtime-wry-2.11.0)
   Compiling tao v0.35.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.38s
   Uploading tauri-runtime-wry v2.11.0 (/home/runner/work/tauri/tauri/crates/tauri-runtime-wry)
    Uploaded tauri-runtime-wry v2.11.0 to registry `crates-io`
note: waiting for tauri-runtime-wry v2.11.0 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.0 at registry `crates-io`
```

</details>