From 3d5430db08deb32bdb5fb13d9dacc422c0d6c286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 22:02:33 -0600 Subject: [PATCH] chore(deps) Update Rust crate web-view to 0.6.0 (#313) Co-authored-by: WhiteSource Renovate --- tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index dfcfc1035..454ae3ca0 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.44" serde = "1.0" serde_derive = "1.0" rand = "0.7" -web-view = "0.5.4" +web-view = "0.6.0" tauri_includedir = "0.5.0" phf = "0.8.0" base64 = "0.11.0"