diff --git a/Cargo.lock b/Cargo.lock index 3ff4cfc013..57c83695dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3197,9 +3197,9 @@ checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1" [[package]] name = "tauri" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a56a8b125069c2682bd31610109b4436c050c74447bee1078217a0325c1add" +checksum = "c0aa6a88d71e2be58d0ef063eaa51af33f71b45a7e948afef21ef0152509ba47" dependencies = [ "anyhow", "clap", diff --git a/desktop/app/Cargo.toml b/desktop/app/Cargo.toml index cf27fe3b6d..b241b41cfe 100644 --- a/desktop/app/Cargo.toml +++ b/desktop/app/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4.17" secmem-proc = "0.1.1" serde = {version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" -tauri = {version = "1.0.5", features = ["cli", "dialog-message", "shell-execute", "shell-open", "system-tray", "window-maximize", "window-start-dragging", "window-unmaximize"] } +tauri = {version = "1.0.6", features = ["cli", "dialog-message", "shell-execute", "shell-open", "system-tray", "window-maximize", "window-start-dragging", "window-unmaximize"] } tauri-plugin-log = {git = "https://github.com/tauri-apps/tauri-plugin-log", rev = "9de1279760f31bc6f71da8555336e10c412387e3", features = ["colored"] } tauri-plugin-store = {git = "https://github.com/tauri-apps/tauri-plugin-store", rev = "5726952177b88d1d10063cdf8e7506bac84772cf"} thiserror = "1.0.34" diff --git a/desktop/wasi-mtt/Cargo.toml b/desktop/wasi-mtt/Cargo.toml index ba95602011..9f9586dfbb 100644 --- a/desktop/wasi-mtt/Cargo.toml +++ b/desktop/wasi-mtt/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" # These dependencies are necessary for the witx-generation macros to work: anyhow = "1.0.64" futures-util = "0.3.24" -tauri = "1.0.5" +tauri = "1.0.6" thiserror = "1.0.34" tokio = "1.21.0" tracing = "0.1.36"