From 3216f48a816bb179d5eb6fdae5dd133ba3c5c340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 09:07:50 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#881) Co-authored-by: Renovate Bot --- tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 068a81cfd..041839c76 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -24,14 +24,14 @@ webview_official = "0.0.1" tauri_includedir = "0.6.0" phf = "0.8.0" base64 = "0.12.3" -webbrowser = "0.5.4" +webbrowser = "0.5.5" lazy_static = "1.4.0" tiny_http = { version = "0.7", optional = true } threadpool = "1.8" uuid = { version = "0.8.1", features = [ "v4" ] } anyhow = "1.0.31" thiserror = "1.0.20" -envmnt = "0.8.3" +envmnt = "0.8.4" once_cell = "1.4.0" tauri-api = { version = "0.7.3", path = "../tauri-api" } urlencoding = "1.1.1"