From c85f1768649a2dca0d5a4f8b0f545143c2f4a743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 09:02:53 +0000 Subject: [PATCH] Bump tao from 0.35.2 to 0.35.3 Bumps [tao](https://github.com/tauri-apps/tao) from 0.35.2 to 0.35.3. - [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.35.2...tao-v0.35.3) --- updated-dependencies: - dependency-name: tao dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 018bafe..2c3207a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6492,9 +6492,9 @@ dependencies = [ [[package]] name = "tao" -version = "0.35.2" +version = "0.35.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33f7f9e486ade65fcf1e45c440f9236c904f5c1002cdc7fc6ae582777345ce4" +checksum = "d1c93047acf68669466a34690ac58cca7010bd1b201e1ec86f1fd0a75d3dd4a9" dependencies = [ "bitflags 2.11.0", "block2", diff --git a/Cargo.toml b/Cargo.toml index b54f68e..0b10da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ cfg_aliases = { version = "0.2.1" } windows-sys = { version = "0.61.2", default-features = false } windows = { version = "0.62.2", default-features = false } wry = { version = "0.55", default-features = false } -tao = { version = "0.35.2", default-features = false } +tao = { version = "0.35.3", default-features = false } winit = { version = "0.31.0-beta.2", default-features = false } winit-android = { version = "0.31.0-beta.2", default-features = false } winit-x11 = { version = "0.31.0-beta.2", default-features = false }