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.25 (#1899)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0642944547
commit
f63925e776
@ -13,7 +13,7 @@ readme = "README.md"
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.24"
|
||||
thiserror = "1.0.25"
|
||||
phf = { version = "0.8", features = [ "macros" ] }
|
||||
zstd = "0.8"
|
||||
url = { version = "2.2", features = [ "serde" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user