From c9bf9432e72460811a1fe2c0cec13e5dc305c13d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 23:11:27 -0300 Subject: [PATCH] chore(deps) Update Rust crate zstd to 0.9 (#1971) * chore(deps) Update Rust crate zstd to 0.9 * chore(deps) Update Rust crate zstd to 0.9 Co-authored-by: Renovate Bot Co-authored-by: Lucas Nogueira --- core/tauri-codegen/Cargo.toml | 2 +- core/tauri-utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tauri-codegen/Cargo.toml b/core/tauri-codegen/Cargo.toml index e25eace41..ab69d3ccd 100644 --- a/core/tauri-codegen/Cargo.toml +++ b/core/tauri-codegen/Cargo.toml @@ -20,4 +20,4 @@ serde_json = "1" tauri-utils = { version = "1.0.0-beta.0", path = "../tauri-utils", features = [ "build" ] } thiserror = "1" walkdir = "2" -zstd = "0.8" +zstd = "0.9" diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index 3e88ac804..fd08d83b6 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0.25" phf = { version = "0.8", features = [ "macros" ] } -zstd = "0.8" +zstd = "0.9" url = { version = "2.2", features = [ "serde" ] } kuchiki = "0.8" html5ever = "0.25"