From ac6bc56324a0c0660e008b52bf63a297c00a9cf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:57:13 +0200 Subject: [PATCH] fix(deps): update rust crate tokio to 1.33.0 (#55) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 69b5d0a..46885ab 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0" solo2 = { version = "0.2.2", features = ["dev-pki"] } tauri = { version = "1.4.1", features = ["clipboard-write-text", "dialog-open", "isolation", "shell-open", "updater", "window-set-decorations"] } tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" } -tokio = { version = "1.32.0", features = ["sync", "time"] } +tokio = { version = "1.33.0", features = ["sync", "time"] } ureq = "2.8.0" usb_enumeration = "0.2.0" window-vibrancy = "0.4.2"