From 7270851a08a90d4cdc711920173f47e102cdb840 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 13:01:10 -0300 Subject: [PATCH] chore(deps) Update Tauri Core (#517) Co-authored-by: Renovate Bot --- tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 58fe98d9c..0f8d7e079 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -12,8 +12,8 @@ exclude = ["test/fixture/**"] [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -webview-sys = "=0.4.0" -web-view = "=0.6.0" +webview-sys = "=0.5.0" +web-view = "=0.6.2" tauri_includedir = "0.5.0" phf = "0.8.0" base64 = "0.12.0"