From a46f5d94ade11cfa562da8d95249a7df71f4e5fc Mon Sep 17 00:00:00 2001 From: Tensor-Programming Date: Wed, 5 Feb 2020 19:10:38 -0500 Subject: [PATCH] update serde_json version to 1.0 --- tauri-updater/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri-updater/Cargo.toml b/tauri-updater/Cargo.toml index 7cd626553..78d329dce 100644 --- a/tauri-updater/Cargo.toml +++ b/tauri-updater/Cargo.toml @@ -12,10 +12,10 @@ exclude = ["test/fixture/**"] [dependencies] attohttpc = {version = "0.10.1", features=["json", "compress" ]} # pbr = "1" -serde_json = "1.0.44" +serde_json = "1.0" serde = "1.0" zip = "0.5.3" tempdir = "0.3" error-chain = "0.12.1" tauri-api = { version = "0.3", path = "../tauri-api" } -tauri-utils = { version = "0.3", path = "../tauri-utils" } \ No newline at end of file +tauri-utils = { version = "0.3", path = "../tauri-utils" }