diff --git a/Cargo.lock b/Cargo.lock index f0babd2..9382560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3856,9 +3856,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.9.4", "block2", diff --git a/Cargo.toml b/Cargo.toml index 02b3cf7..eb0e78e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ rustix = { version = "1.1.2", features = ["fs"] } [target.'cfg(windows)'.dependencies] tray-icon = { version = "0.21.1", default-features = false } windows = { version = "0.61.1", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_WindowsAndMessaging", "Win32_Storage_FileSystem"] } -tao = "0.34.0" +tao = "0.34.5" [build-dependencies] vergen-gix = "1.0.9"