From abb3ed6dd2eeeff3c62e1222f3d7b8e52f4cdc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 05:15:46 +0000 Subject: [PATCH] chore(deps): update tao requirement from 0.31.1 to 0.34.6 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.6) --- updated-dependencies: - dependency-name: tao dependency-version: 0.34.6 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 2e75fce..20703b2 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.6" tokio = { version = "1.0", features = ["full"] } tray-icon = "0.21.1" webbrowser = "1.0.3"