mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-29 14:04:19 +03:00
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:
parent
a819f5c9cf
commit
c9bf9432e7
@ -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" ] }
|
||||
zstd = "0.8"
|
||||
zstd = "0.9"
|
||||
url = { version = "2.2", features = [ "serde" ] }
|
||||
kuchiki = "0.8"
|
||||
html5ever = "0.25"
|
||||
|
Loading…
Reference in New Issue
Block a user