From bd69610c1ae9cb71f1c8f6ee4bf558138d47b9fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 16:19:41 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#1030) Co-authored-by: Renovate Bot --- tauri/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 34d09479f..d3817af88 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -23,14 +23,14 @@ serde = { version = "1.0", features = [ "derive" ] } webview_official = "0.0.3" tauri_includedir = "0.6.0" phf = "0.8.0" -base64 = "0.12.3" +base64 = "0.13.0" 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.32" -thiserror = "1.0.20" +anyhow = "1.0.33" +thiserror = "1.0.21" envmnt = "0.8.4" once_cell = "1.4.1" tauri-api = { version = "0.7.4", path = "../tauri-api" }