From 97d892bc9ed67c842cc924e6fd2f0acdbb6a868d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 23:01:21 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#1062) Co-authored-by: Renovate Bot --- tauri/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 281d135e0..f249f35ab 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -29,10 +29,10 @@ 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.33" -thiserror = "1.0.21" +anyhow = "1.0.34" +thiserror = "1.0.22" envmnt = "0.8.4" -once_cell = "1.4.1" +once_cell = "1.5.2" tauri-api = { version = "0.7.5", path = "../tauri-api" } urlencoding = "1.1.1" @@ -41,7 +41,7 @@ runas = "0.2" [build-dependencies] tauri_includedir_codegen = "0.6.2" -cfg_aliases = "0.1.0" +cfg_aliases = "0.1.1" [dev-dependencies] proptest = "0.10.1"