From 377b500020c7465465a9adfd8e4dbac7668e084f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 07:57:24 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#460) 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 09d97525c..d0ebf947c 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -16,13 +16,13 @@ rand = "0.7" web-view = "0.6.0" tauri_includedir = "0.5.0" phf = "0.8.0" -base64 = "0.11.0" +base64 = "0.12.0" webbrowser = "0.5.2" lazy_static = "1.4.0" tiny_http = "0.6" threadpool = "1.7" uuid = { version = "0.8.1", features = ["v4"] } -error-chain = "0.12.1" +error-chain = "0.12.2" tauri-api = { version = "0.4", path = "../tauri-api" }