1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +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

@ -23,7 +23,7 @@ serde_with = "1.13.0"
serde_urlencoded = "0.7.1"
serde_json = "1.0.79"
sqlx = "0.5.13"
thiserror = "1.0.30"
thiserror = "1.0.31"
tokio = "1.18.0"
tower = { version = "0.4.12", features = ["util"] }
tracing = "0.1.34"

View File

@ -10,7 +10,7 @@ tokio = { version = "1.18.0", features = [] }
tracing = { version = "0.1.34", features = ["log"] }
async-trait = "0.1.53"
thiserror = "1.0.30"
thiserror = "1.0.31"
anyhow = "1.0.57"
schemars = { version = "0.8.8", features = ["url", "chrono"] }

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
chrono = "0.4.19"
thiserror = "1.0.30"
thiserror = "1.0.31"
serde = "1.0.136"
url = { version = "2.2.2", features = ["serde"] }
crc = "3.0.0"

View File

@ -13,7 +13,7 @@ tokio = { version = "1.18.0", features = ["macros"] }
tracing = "0.1.34"
# Error management
thiserror = "1.0.30"
thiserror = "1.0.31"
anyhow = "1.0.57"
# Web server

View File

@ -21,7 +21,7 @@ opentelemetry-semantic-conventions = "0.9.0"
rustls = "0.20.4"
serde = "1.0.136"
serde_json = "1.0.79"
thiserror = "1.0.30"
thiserror = "1.0.31"
tokio = { version = "1.18.0", features = ["sync", "parking_lot"] }
tower = { version = "0.4.12", features = ["timeout", "limit"] }
tower-http = { version = "0.3.2", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }

View File

@ -29,7 +29,7 @@ serde_json = "1.0.79"
serde_with = { version = "1.13.0", features = ["base64"] }
sha2 = "0.10.2"
signature = "1.4.0"
thiserror = "1.0.30"
thiserror = "1.0.31"
tokio = { version = "1.18.0", features = ["macros", "rt", "sync"] }
tower = { version = "0.4.12", features = ["util"] }
tracing = "0.1.34"

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" }

View File

@ -11,7 +11,7 @@ sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres", "mi
chrono = { version = "0.4.19", features = ["serde"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
thiserror = "1.0.30"
thiserror = "1.0.31"
anyhow = "1.0.57"
tracing = "0.1.34"

View File

@ -13,7 +13,7 @@ tracing = "0.1.34"
tokio = { version = "1.18.0", features = ["macros"] }
anyhow = "1.0.57"
thiserror = "1.0.30"
thiserror = "1.0.31"
tera = "1.15.0"
serde = { version = "1.0.136", features = ["derive"] }