chore(deps) Update Tauri Core (#708)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot] 2020-06-26 15:50:41 -03:00 committed by GitHub
parent 467022f454
commit 5d49bcf5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@ serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri-webview-sys = "0.5.0"
tauri-web-view = "0.6.2"
tauri_includedir = "0.5.0"
tauri_includedir = "0.6.0"
phf = "0.8.0"
base64 = "0.12.2"
base64 = "0.12.3"
webbrowser = "0.5.4"
lazy_static = "1.4.0"
tiny_http = { version = "0.7", optional = true }
@ -31,12 +31,12 @@ threadpool = "1.8"
uuid = { version = "0.8.1", features = [ "v4" ] }
anyhow = "1.0.31"
thiserror = "1.0.20"
envmnt = "0.8.2"
envmnt = "0.8.3"
once_cell = "1.4.0"
tauri-api = { version = "0.6", path = "../tauri-api" }
[build-dependencies]
tauri_includedir_codegen = "0.5.2"
tauri_includedir_codegen = "0.6.0"
[dev-dependencies]
proptest = "0.10.0"