From d112f2005a5b934f02cc7af0c01dff55db9f73c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 15:05:01 -0300 Subject: [PATCH] chore(deps) Update Rust crate zstd to 0.11 (#3706) 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 56450b4c4..430409f9d 100644 --- a/core/tauri-codegen/Cargo.toml +++ b/core/tauri-codegen/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1" tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils", features = [ "build" ] } thiserror = "1" walkdir = "2" -zstd = { version = "0.10", optional = true } +zstd = { version = "0.11", optional = true } regex = { version = "1.5.5", optional = true } uuid = { version = "0.8", features = [ "v4" ] } diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index 8726b5593..257f8eef8 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0.30" phf = { version = "0.10", features = [ "macros" ] } -zstd = { version = "0.10", optional = true } +zstd = { version = "0.11", optional = true } url = { version = "2.2", features = [ "serde" ] } kuchiki = "0.8" html5ever = "0.25"