mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:57:16 +00:00
chore(deps): update tao to 0.34.5
This commit is contained in:
parent
68cb318979
commit
06f26bbb24
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user