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>
This commit is contained in:
renovate[bot] 2021-06-15 23:11:27 -03:00 committed by GitHub
parent a819f5c9cf
commit c9bf9432e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"