1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump thiserror from 1.0.39 to 1.0.40

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

---
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]
2023-04-14 08:50:11 +00:00
committed by Quentin Gliech
parent 4adfc91a7d
commit f232e57a93
19 changed files with 23 additions and 23 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
async-trait = "0.1.67"
chrono = "0.4.24"
thiserror = "1.0.39"
thiserror = "1.0.40"
futures-util = "0.3.27"
apalis-core = { version = "=0.4.0-alpha.5", features = ["tokio-comp"] }