* 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>
@@ -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"
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0.25"
phf = { version = "0.8", features = [ "macros" ] }
url = { version = "2.2", features = [ "serde" ] }
kuchiki = "0.8"
html5ever = "0.25"