From 5d49bcf5edeb1d457e0ea59e2b848b4eacedb9e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2020 15:50:41 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#708) Co-authored-by: Renovate Bot Co-authored-by: Lucas Nogueira --- tauri/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 0f43e75ef..136707f53 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -21,9 +21,9 @@ serde_json = "1.0" serde = { version = "1.0", features = [ "derive" ] } tauri-webview-sys = "0.5.0" tauri-web-view = "0.6.2" -tauri_includedir = "0.5.0" +tauri_includedir = "0.6.0" phf = "0.8.0" -base64 = "0.12.2" +base64 = "0.12.3" webbrowser = "0.5.4" lazy_static = "1.4.0" tiny_http = { version = "0.7", optional = true } @@ -31,12 +31,12 @@ threadpool = "1.8" uuid = { version = "0.8.1", features = [ "v4" ] } anyhow = "1.0.31" thiserror = "1.0.20" -envmnt = "0.8.2" +envmnt = "0.8.3" once_cell = "1.4.0" tauri-api = { version = "0.6", path = "../tauri-api" } [build-dependencies] -tauri_includedir_codegen = "0.5.2" +tauri_includedir_codegen = "0.6.0" [dev-dependencies] proptest = "0.10.0"