chore(deps) Update Tauri Core (#1062)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-12-04 23:01:21 -03:00
committed by GitHub
parent 006514e4c6
commit 97d892bc9e

View File

@@ -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"