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.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

8
Cargo.lock generated
View File

@ -4392,18 +4392,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thiserror"
version = "1.0.31"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.31"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
dependencies = [
"proc-macro2",
"quote",

View File

@ -23,7 +23,7 @@ serde_with = "2.0.0"
serde_urlencoded = "0.7.1"
serde_json = "1.0.82"
sqlx = "0.6.0"
thiserror = "1.0.31"
thiserror = "1.0.32"
tokio = "1.20.1"
tower = { version = "0.4.13", features = ["util"] }
tracing = "0.1.36"

View File

@ -10,7 +10,7 @@ tokio = { version = "1.20.1", features = [] }
tracing = { version = "0.1.36", features = ["log"] }
async-trait = "0.1.57"
thiserror = "1.0.31"
thiserror = "1.0.32"
anyhow = "1.0.59"
schemars = { version = "0.8.10", features = ["url", "chrono"] }

View File

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

View File

@ -13,7 +13,7 @@ tokio = { version = "1.20.1", features = ["macros"] }
tracing = "0.1.36"
# Error management
thiserror = "1.0.31"
thiserror = "1.0.32"
anyhow = "1.0.59"
# Web server

View File

@ -21,7 +21,7 @@ opentelemetry-semantic-conventions = "0.9.0"
rustls = "0.20.6"
serde = "1.0.141"
serde_json = "1.0.82"
thiserror = "1.0.31"
thiserror = "1.0.32"
tokio = { version = "1.20.1", features = ["sync", "parking_lot"] }
tower = { version = "0.4.13", features = ["timeout", "limit"] }
tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] }

View File

@ -29,7 +29,7 @@ serde_json = "1.0.82"
serde_with = { version = "2.0.0", features = ["base64"] }
sha2 = "0.10.2"
signature = "1.5.0"
thiserror = "1.0.31"
thiserror = "1.0.32"
tokio = { version = "1.20.1", features = ["macros", "rt", "sync"] }
tower = { version = "0.4.13", features = ["util"] }
tracing = "0.1.36"

View File

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

View File

@ -10,7 +10,7 @@ anyhow = "1.0.59"
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.82"
thiserror = "1.0.31"
thiserror = "1.0.32"
tokio = { version = "1.20.1", features = ["io-util", "rt"] }
tracing = "0.1.36"
wasmtime = "0.39.1"

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"

View File

@ -13,7 +13,7 @@ tracing = "0.1.36"
tokio = { version = "1.20.1", features = ["macros"] }
anyhow = "1.0.59"
thiserror = "1.0.31"
thiserror = "1.0.32"
tera = "1.16.0"
serde = { version = "1.0.141", features = ["derive"] }