diff --git a/Cargo.lock b/Cargo.lock index 3d3463ceb..8e6224960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9520,12 +9520,11 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tao" -version = "0.31.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3731d04d4ac210cd5f344087733943b9bfb1a32654387dad4d1c70de21aee2c9" +checksum = "1e59c1f38e657351a2e822eadf40d6a2ad4627b9c25557bc1180ec1b3295ef82" dependencies = [ "bitflags 2.9.1", - "cocoa", "core-foundation 0.10.0", "core-graphics", "crossbeam-channel", @@ -9542,7 +9541,9 @@ dependencies = [ "ndk", "ndk-context", "ndk-sys", - "objc", + "objc2 0.6.1", + "objc2-app-kit 0.3.1", + "objc2-foundation 0.3.1", "once_cell", "parking_lot", "raw-window-handle", @@ -9551,8 +9552,8 @@ dependencies = [ "tao-macros", "unicode-segmentation", "url", - "windows 0.58.0", - "windows-core 0.58.0", + "windows 0.61.1", + "windows-core 0.61.2", "windows-version", "x11-dl", ] diff --git a/crates/fig_desktop/Cargo.toml b/crates/fig_desktop/Cargo.toml index 858136e26..5effb7a00 100644 --- a/crates/fig_desktop/Cargo.toml +++ b/crates/fig_desktop/Cargo.toml @@ -77,7 +77,7 @@ serde.workspace = true serde_json.workspace = true shellexpand.workspace = true sysinfo.workspace = true -tao = { version = "0.31.1", features = ["serde"] } +tao = { version = "0.33.0", features = ["serde"] } tempfile.workspace = true time.workspace = true tokio.workspace = true