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.31 to 1.0.32

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

---
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-08-03 19:31:06 +00:00
committed by Quentin Gliech
parent b3486cc373
commit 3b56287c99
11 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@ sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres", "mig
chrono = { version = "0.4.19", features = ["serde"] }
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.82"
thiserror = "1.0.31"
thiserror = "1.0.32"
anyhow = "1.0.59"
tracing = "0.1.36"