mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
chore(deps) Update Rust crate thiserror to 1.0.30 (#2741)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
8d7c097e68
commit
2efdaf5283
@ -13,7 +13,7 @@ readme = "README.md"
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.29"
|
||||
thiserror = "1.0.30"
|
||||
phf = { version = "0.10", features = [ "macros" ] }
|
||||
zstd = "0.9"
|
||||
url = { version = "2.2", features = [ "serde" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user