From ffe09169b8085788767b959e3f5dfeff0e27aee2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 03:27:20 +0000 Subject: [PATCH] [CHORE] Update GUI --- owmods_gui/backend/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/owmods_gui/backend/Cargo.toml b/owmods_gui/backend/Cargo.toml index 3310adc41..0ac02e4af 100644 --- a/owmods_gui/backend/Cargo.toml +++ b/owmods_gui/backend/Cargo.toml @@ -26,16 +26,16 @@ tauri = { version = "1.6.1", features = [ "clipboard-write-text", # "reqwest-native-tls-vendored" ] } anyhow = "1.0.81" -tokio = { version = "1.36.0", features = ["sync", "macros"] } +tokio = { version = "1.37.0", features = ["sync", "macros"] } log = { version = "0.4.21", features = ["std", "serde"] } typeshare = "1.0.2" notify = { version = "6.1.1", default-features = false, features = [ "macos_kqueue", ] } -regex = "1.10.3" +regex = "1.10.4" time = { version = "0.3.34", features = ["macros", "local-offset"] } tauri-plugin-deep-link = "0.1.2" -opener = "0.6.1" +opener = "0.7.0" tauri-plugin-window-state = "0.1.1" [features]