cargo: bump thiserror from 1.0.24 to 1.0.25

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.24...1.0.25)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-24 07:55:01 +00:00
committed by GitHub
parent 8b19b6f9fe
commit b60994b313
3 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ num-traits = "0.2.6"
serde_json = "1.0"
async-std = "1.9.0"
anyhow = "1.0.40"
thiserror = "1.0.14"
thiserror = "1.0.25"
rand = "0.7.3"
[features]