Browse Source

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 <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
renovate[bot] 4 years ago
parent
commit
c9bf9432e7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      core/tauri-codegen/Cargo.toml
  2. 1 1
      core/tauri-utils/Cargo.toml

+ 1 - 1
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"

+ 1 - 1
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"