build: bump thiserror from 1.0.34 to 1.0.35

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-13 23:48:42 +00:00
parent b84f41eac4
commit 1d29c31e6b
14 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.64"
thiserror = "1.0.34"
thiserror = "1.0.35"
serde = { version = "1.0.144", features = ["rc", "derive"] }
serde_json = "1.0.85"
versionize = "0.1.6"