1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00

Bump thiserror from 1.0.30 to 1.0.31

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

---
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-05-02 10:09:34 +00:00
committed by Quentin Gliech
parent 320edd5b86
commit f0c19a17b2
10 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ serde_with = { version = "1.13.0", features = ["chrono"] }
chrono = "0.4.19"
sha2 = "0.10.2"
data-encoding = "2.3.2"
thiserror = "1.0.30"
thiserror = "1.0.31"
itertools = "0.10.3"
mas-iana = { path = "../iana" }