From 0fdf0aa4e9951a5c5395cd215331f29c74432b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 10:06:56 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#3098) Co-authored-by: Renovate Bot --- core/tauri/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 107da5a48..d52b14790 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -59,7 +59,7 @@ bincode = "1.3" dirs-next = "2.0" percent-encoding = "2.1" base64 = { version = "0.13", optional = true } -clap = { version = "=3.0.0-rc.5", optional = true } +clap = { version = "=3.0.0-rc.7", optional = true } notify-rust = { version = "4.5", optional = true } reqwest = { version = "0.11", features = [ "json", "multipart" ], optional = true } bytes = { version = "1", features = [ "serde" ], optional = true } @@ -67,10 +67,10 @@ attohttpc = { version = "0.18", features = [ "json", "form" ] } open = { version = "2.0", optional = true } shared_child = { version = "1.0", optional = true } os_pipe = { version = "1.0", optional = true } -rfd = { version = "0.6.1", features = [ "parent" ] } +rfd = { version = "0.6.2", features = [ "parent" ] } raw-window-handle = "0.4.2" minisign-verify = { version = "0.2", optional = true } -os_info = { version = "3.0.8", optional = true } +os_info = { version = "3.0.9", optional = true } futures-lite = "1.12" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]