1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump thiserror from 1.0.33 to 1.0.34

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

---
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-05 21:54:50 +00:00
committed by Quentin Gliech
parent 7f485c0c92
commit 36c643cb8e
12 changed files with 15 additions and 15 deletions

View File

@ -17,7 +17,7 @@ serde_with = { version = "2.0.0", features = ["chrono"] }
chrono = "0.4.22"
sha2 = "0.10.5"
data-encoding = "2.3.2"
thiserror = "1.0.32"
thiserror = "1.0.34"
itertools = "0.10.3"
serde-enum-str = "0.2.5"