From 52b485691a4a5a9b38bcdbab1f75f490d3cd8a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:57:32 +0000 Subject: [PATCH] chore(deps): update tao requirement from 0.31.1 to 0.34.3 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.3) --- updated-dependencies: - dependency-name: tao dependency-version: 0.34.3 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 a8f256a..fd10fec 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.3" tray-icon = "0.19.2" webbrowser = "1.0.3" # common = { path = "../common" }