chore(deps) Update Tauri Core (#637)

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-11 14:55:00 -03:00
committed by GitHub
parent 688f4a1e45
commit 250c0508a5

View File

@@ -17,7 +17,7 @@ web-view = { git = "https://github.com/tauri-apps/web-view" }
tauri_includedir = "0.5.0"
phf = "0.8.0"
base64 = "0.12.1"
webbrowser = "0.5.2"
webbrowser = "0.5.4"
lazy_static = "1.4.0"
tiny_http = { version = "0.7", optional = true }
threadpool = "1.8"
@@ -32,7 +32,7 @@ tauri-api = { version = "0.5", path = "../tauri-api" }
tauri_includedir_codegen = "0.5.2"
[dev-dependencies]
proptest = "0.9.6"
proptest = "0.10.0"
serde_json = "1.0"
tauri = {path = ".", features = [ "all-api", "edge" ]}
serde = { version = "1.0", features = [ "derive" ] }