From 3777da147ffe9b9abb643c1f1fbe9032d95b5ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:57:04 +0000 Subject: [PATCH] build(deps): bump tao from 0.24.1 to 0.25.0 Bumps [tao](https://github.com/tauri-apps/tao) from 0.24.1 to 0.25.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.24.1...tao-v0.25) --- updated-dependencies: - dependency-name: tao dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- usbsas-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d4715c..9f5f655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4110,9 +4110,9 @@ dependencies = [ [[package]] name = "tao" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75d4a64cfac8e487c61d778fe4ab8480f162451e8af7f247aafadcb3b2560852" +checksum = "9fa7ba6ee5b8908ba3a62e6a4f3683490ed732fca614cdd3f4c989bba548f9a9" dependencies = [ "bitflags 1.3.2", "cc", diff --git a/usbsas-client/Cargo.toml b/usbsas-client/Cargo.toml index 68467e8..9aa47e1 100644 --- a/usbsas-client/Cargo.toml +++ b/usbsas-client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] clap = "4.4" -tao = "0.24" +tao = "0.25" usbsas-sandbox = { path = "../usbsas-sandbox" } wry = { version = "0.35", default-features = false, features = ["os-webview", "fullscreen"] }