From 279d5e11ef7f1775ca83c242b1f5da135b440fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:59:18 +0000 Subject: [PATCH] chore(deps) Update Tauri Core --- core/tauri/Cargo.toml | 46 +++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 0ec045ae43b0..22a5a4d5f9cf 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -54,7 +54,7 @@ serde = { version = "1.0", features = [ "derive" ] } tokio = { version = "1", features = [ "rt", "rt-multi-thread", "sync", "fs", "io-util" ] } futures-util = "0.3" uuid = { version = "1", features = [ "v4" ] } -url = { version = "2.3" } +url = { version = "2.4" } anyhow = "1.0" thiserror = "1.0" once_cell = "1" @@ -65,56 +65,56 @@ tauri-runtime-wry = { version = "0.14.1", path = "../tauri-runtime-wry", optiona rand = "0.8" semver = { version = "1.0", features = [ "serde" ] } serde_repr = "0.1" -state = "0.5" -tar = "0.4.38" +state = "0.6" +tar = "0.4.40" tempfile = "3" zip = { version = "0.6", default-features = false, optional = true } ignore = "0.4" flate2 = "1.0" http = "0.2" dirs-next = "2.0" -percent-encoding = "2.2" +percent-encoding = "2.3" base64 = { version = "0.21", optional = true } clap = { version = "3", optional = true } reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true } bytes = { version = "1", features = [ "serde" ], optional = true } open = { version = "3.2", optional = true } shared_child = { version = "1.0", optional = true } -os_pipe = { version = "1.0", optional = true } -raw-window-handle = "0.5" +os_pipe = { version = "1.1", optional = true } +raw-window-handle = "0.6" minisign-verify = { version = "0.2", optional = true } time = { version = "0.3", features = [ "parsing", "formatting" ], optional = true } os_info = { version = "3", optional = true } regex = { version = "1", optional = true } glob = "0.3" -data-url = { version = "0.2", optional = true } +data-url = { version = "0.3", optional = true } serialize-to-javascript = "=0.1.1" -infer = { version = "0.9", optional = true } +infer = { version = "0.15", optional = true } png = { version = "0.17", optional = true } -ico = { version = "0.2.0", optional = true } -encoding_rs = "0.8.31" -sys-locale = { version = "0.2.3", optional = true } +ico = { version = "0.3.0", optional = true } +encoding_rs = "0.8.33" +sys-locale = { version = "0.3.1", optional = true } [target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] -rfd = { version = "0.10", optional = true, features = [ "gtk3", "common-controls-v6" ] } -notify-rust = { version = "4.5", optional = true } +rfd = { version = "0.12", optional = true, features = [ "gtk3", "common-controls-v6" ] } +notify-rust = { version = "4.9", optional = true } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] -gtk = { version = "0.15", features = [ "v3_20" ] } -glib = "0.15" -webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] } +gtk = { version = "0.18", features = [ "v3_20" ] } +glib = "0.18" +webkit2gtk = { version = "0.19.2", features = [ "v2_22" ] } [target."cfg(target_os = \"macos\")".dependencies] embed_plist = "1.2" -cocoa = "0.24" +cocoa = "0.25" objc = "0.2" [target."cfg(windows)".dependencies] -webview2-com = "0.19.1" +webview2-com = "0.27.0" win7-notifications = { version = "0.4", optional = true } [target."cfg(windows)".dependencies.windows] - version = "0.39.0" + version = "0.51.1" features = [ "Win32_Foundation" ] [build-dependencies] @@ -122,16 +122,16 @@ heck = "0.4" once_cell = "1" [dev-dependencies] -mockito = "0.31" -proptest = "1.0.0" +mockito = "0.32" +proptest = "1.4.0" quickcheck = "1.0.3" quickcheck_macros = "1.0.0" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" tauri = { path = ".", default-features = false, features = [ "wry" ] } -tokio-test = "0.4.2" +tokio-test = "0.4.3" tokio = { version = "1", features = [ "full" ] } -cargo_toml = "0.11" +cargo_toml = "0.17" [features] default = [ "wry", "compression", "objc-exception" ]