diff --git a/Cargo.lock b/Cargo.lock index 259e0ad59..28e199ff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/tauri-runtime-wry/Cargo.toml b/crates/tauri-runtime-wry/Cargo.toml index 5a9d38142..9e0e1a742 100644 --- a/crates/tauri-runtime-wry/Cargo.toml +++ b/crates/tauri-runtime-wry/Cargo.toml @@ -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"