From 0a43fd546eeb114dbe5019b6085c593064e4ae0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 10:03:16 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#571) --- tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 31fa6d84b..c5b365d68 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -19,8 +19,8 @@ phf = "0.8.0" base64 = "0.12.0" webbrowser = "0.5.2" lazy_static = "1.4.0" -tiny_http = { version = "0.6", optional = true } -threadpool = "1.7" +tiny_http = { version = "0.7", optional = true } +threadpool = "1.8" uuid = { version = "0.8.1", features = ["v4"] } error-chain = "0.12.2"