From ed3e525d934cb87e11d77678cc7f41b0e5a92cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 05:28:02 +0000 Subject: [PATCH] chore(deps): update tao requirement from 0.31.1 to 0.34.4 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](https://github.com/tauri-apps/tao/compare/tao-v0.31.1...tao-v0.34.4) --- updated-dependencies: - dependency-name: tao dependency-version: 0.34.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index f48a17c..06bb991 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -68,7 +68,7 @@ rocket_sync_db_pools = { version = "0.1.0", features = ["diesel_sqlite_pool"] } schemars = "0.8.1" serde = "1.0.217" serde_json = "1.0.138" -tao = "0.31.1" +tao = "0.34.4" tray-icon = "0.21.1" webbrowser = "1.0.3" # common = { path = "../common" }