Skip to content

chore(deps): update tao requirement from 0.31.1 to 0.34.6#94

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tao-0.34.6
Open

chore(deps): update tao requirement from 0.31.1 to 0.34.6#94
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/tao-0.34.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Updates the requirements on tao to permit the latest version.

Release notes

Sourced from tao's releases.

tao v0.34.6

Updating crates.io index
     Locking 325 packages to latest compatible versions
      Adding jni v0.21.1 (available: v0.22.2)
      Adding raw-window-handle v0.4.3 (available: v0.6.2)
      Adding raw-window-handle v0.5.2 (available: v0.6.2)
      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 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 941 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (327 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
    └── tao 0.34.6

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 │ └── gtk 0.18.2 │ └── tao 0.34.6 └── atk 0.18.2 └── gtk 0.18.2

Crate: gdk Version: 0.18.2 Warning: unmaintained Title: gtk-rs GTK3 bindings - no longer maintained </tr></table>

... (truncated)

Changelog

Sourced from tao's changelog.

[0.34.6]

[0.34.5]

[0.34.4]

  • 25f2c58a (#1148 by @​lucasfernog) Trigger WindowEvent::Destroyed when the Android activity is destroyed. In this case, the app should either exit by setting the control flow to ControlFlow::ExitWithCode or NOT call the create() external function when the activity is recreated and onCreate is called, handling how to recreate the app window via a separate hook that can leverage the existing tao event loop.

[0.34.3]

[0.34.2]

  • 60a47340 (#1108 by @​Simon-Laux) feat: MacOS: add universal applink support by implementing application:willContinueUserActivityWithType: and application:continueUserActivity:restorationHandler:, reusing the existing Event::Opened { urls } event for the user facing api.

[0.34.1]

[0.34.0]

[0.33.0]

[0.32.8]

  • b863d49c (#1058 by @​1111mp) macOS: Add set_dock_visibility method to support setting the visibility of the application in the dock.
  • 996e28df (#1090 by @​lucasfernog) Fix crash when sending key event when macOS app has no window opened.
  • dd9251a8 (#1091 by @​1111mp) Fix Window::theme() always returning Theme::Light and WindowEvent::ThemeChanged() not delivered on macOS.

... (truncated)

Commits
  • 97737b1 publish new versions (#1167)
  • a483786 chore(windows): downgrade eventloop warnings (#1189)
  • a133504 refactor: replace NSString::from_str with ns_string macro in macOS (#1184)
  • e1c9cb6 fix(windows): prevent panics by handling invalid monitor handles (#1185)
  • da3e9eb chore(macos): remove scopeguard unused dependency (#1183)
  • 6481617 chore(deps): update core-graphics to 0.25. Switch from dispatch to dispatch2....
  • b55f576 Remove lazy static dependency (#1174)
  • e196538 fix(windows): use registry value to detect dark mode (#1165)
  • faa3a75 Fix ABI mismatch in INIT_MAIN_THREAD_ID for Windows runtime (#1166)
  • 6d77825 chore: add missing licenses to tao-macros (#1158)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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 Mar 5, 2026
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.97%. Comparing base (9bb5896) to head (9f5b736).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   71.97%   71.97%           
=======================================
  Files          15       15           
  Lines         546      546           
=======================================
  Hits          393      393           
  Misses        153      153           
Flag Coverage Δ
aarch64-apple-darwin 72.37% <ø> (ø)
aarch64-unknown-linux-gnu 71.97% <ø> (ø)
x86_64-apple-darwin 72.37% <ø> (+23.75%) ⬆️
x86_64-pc-windows-msvc 71.97% <ø> (ø)
x86_64-unknown-linux-gnu 71.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Updates the requirements on [tao](https://github.com/tauri-apps/tao) to permit the latest version.
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tao@tao-v0.31.1...tao-v0.34.6)

---
updated-dependencies:
- dependency-name: tao
  dependency-version: 0.34.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tao-0.34.6 branch from 5db4c4e to 9f5b736 Compare March 7, 2026 06:02
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 7, 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