Skip to content

Commit

Permalink
chore(deps) Update Rust crate thiserror to 1.0.25 (#1899)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 30, 2021
1 parent 0642944 commit f63925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
Expand Down

0 comments on commit f63925e

Please sign in to comment.