From fe7fc7a2ca1b5c1e571eeaa82b11392691cf2b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 02:04:38 -0300 Subject: [PATCH] chore(deps) Update Rust crate zstd to 0.8 (#1708) Co-authored-by: Renovate Bot --- core/tauri-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index 81a0d7619..6daedf047 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0" sysinfo = "0.17" thiserror = "1.0.24" phf = { version = "0.8", features = [ "macros" ] } -zstd = "0.7" +zstd = "0.8" url = { version = "2.2", features = [ "serde" ] } kuchiki = "0.8" html5ever = "0.25"