From 1ef089329a3a59481570a09646938f9d50eba8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:08:44 +0000 Subject: [PATCH] build(deps): bump tao from 0.36.0 to 0.37.0 Bumps [tao](https://github.com/tauri-apps/tao) from 0.36.0 to 0.37.0. - [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.36...tao-v0.37) --- updated-dependencies: - dependency-name: tao dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7de5c5..0e897f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8791,9 +8791,9 @@ dependencies = [ [[package]] name = "tao" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9fa4618f999c4249db1681cba0a19b890718f274de7fa93c445d46bd3a8a999" +checksum = "5d12c8607b01516c5d4a37e471a9cfb40b4a25cebce8fecbc6a559e125e51b6b" dependencies = [ "bitflags 2.13.1", "block2", @@ -8824,8 +8824,8 @@ dependencies = [ "tao-macros", "unicode-segmentation", "url", - "windows 0.61.3", - "windows-core 0.61.2", + "windows 0.62.2", + "windows-core 0.62.2", "windows-version", "x11-dl", ] @@ -9014,7 +9014,7 @@ dependencies = [ "rustls", "servo", "softbuffer", - "tao 0.36.0", + "tao 0.37.0", "tauri-runtime", "tauri-utils", "thiserror 2.0.20", diff --git a/Cargo.toml b/Cargo.toml index 894eebb..9353cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ targets = [ # compiles against the stable `primeorder 0.14.0` its caret requirement now # resolves to. 0.5.0 dropped those pre-release pins. servo = "0.5" -tao = { version = "0.36", default-features = false, features = ["rwh_06"] } +tao = { version = "0.37", default-features = false, features = ["rwh_06"] } tauri-runtime = "2.11.3" tauri-utils = "2.9.3" raw-window-handle = "0.6"