chore(deps): update tao to 0.34.5

This commit is contained in:
Lucas Nogueira 2025-10-20 09:20:13 -03:00
parent 68cb318979
commit 06f26bbb24
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -8411,9 +8411,9 @@ dependencies = [
[[package]]
name = "tao"
version = "0.34.4"
version = "0.34.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6121216ff67fe4bcfe64508ea1700bc15f74937d835a07b4a209cc00a8926a84"
checksum = "f3a753bdc39c07b192151523a3f77cd0394aa75413802c883a0f6f6a0e5ee2e7"
dependencies = [
"bitflags 2.7.0",
"block2 0.6.0",

View File

@ -23,7 +23,7 @@ wry = { version = "0.53.4", default-features = false, features = [
"os-webview",
"linux-body",
] }
tao = { version = "0.34.4", default-features = false, features = ["rwh_06"] }
tao = { version = "0.34.5", default-features = false, features = ["rwh_06"] }
tauri-runtime = { version = "2.8.0", path = "../tauri-runtime" }
tauri-utils = { version = "2.7.0", path = "../tauri-utils" }
raw-window-handle = "0.6"