mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 13:41:39 +03:00
chore(deps) Update Rust crate zstd to 0.11 (#3706)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
parent
da1e879358
commit
d112f2005a
@ -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" ] }
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user