From 2cfba175b9c60197c214a9bd511c619e250ac460 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 14:33:47 -0600 Subject: [PATCH] chore(deps) Update Rust crate serde_json to 1.0.45 (#358) 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 20fefc1ee..1f74897c4 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" exclude = ["test/fixture/**"] [dependencies] -serde_json = "1.0.44" +serde_json = "1.0.45" serde = "1.0" serde_derive = "1.0" rand = "0.7"