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 async-trait from 0.1.71 to 0.1.72

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.71 to 0.1.72.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.71...0.1.72)

---
updated-dependencies:
- dependency-name: async-trait
  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-07-21 19:53:48 +00:00
committed by Quentin Gliech
parent cc24a56d07
commit 48c15b9127
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -473,9 +473,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
version = "0.1.71"
version = "0.1.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.31",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.71"
async-trait = "0.1.72"
axum = { version = "0.6.19", features = ["headers"] }
axum-extra = { version = "0.7.5", features = ["cookie-private"] }
chrono = "0.4.26"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.29.1", features = ["fs", "rt"] }
tracing = "0.1.37"
async-trait = "0.1.71"
async-trait = "0.1.72"
thiserror = "1.0.43"
anyhow = "1.0.72"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.71"
async-trait = "0.1.72"
tracing = "0.1.37"
thiserror = "1.0.43"
headers = "0.3.8"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.72"
async-graphql = { version = "5.0.10", features = ["chrono", "url"] }
async-trait = "0.1.71"
async-trait = "0.1.72"
chrono = "0.4.26"
lettre = { version = "0.10.4", default-features = false }
serde = { version = "1.0.171", features = ["derive"] }

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.71"
async-trait = "0.1.72"
camino = "1.1.6"
convert_case = "0.6.0"
csv = "1.2.2"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.71"
async-trait = "0.1.72"
http = "0.2.9"
url = "2.4.0"
serde = { version = "1.0.171", features = ["derive"] }

View File

@ -7,6 +7,6 @@ license = "Apache-2.0"
[dependencies]
serde = { version = "1.0.171", features = ["derive"] }
async-trait = "0.1.71"
async-trait = "0.1.72"
http = "0.2.9"
url = "2.4.0"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.71"
async-trait = "0.1.72"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "json", "uuid"] }
sea-query = { version = "0.28.5", features = ["derive", "attr", "with-uuid", "with-chrono"] }
chrono = { version = "0.4.26", features = ["serde"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.71"
async-trait = "0.1.72"
chrono = "0.4.26"
thiserror = "1.0.43"
futures-util = "0.3.28"

View File

@ -10,7 +10,7 @@ anyhow = "1.0.72"
apalis-core = { version = "0.4.2", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "0.4.2"
async-stream = "0.3.5"
async-trait = "0.1.71"
async-trait = "0.1.72"
chrono = "0.4.26"
event-listener = "2.5.3"
futures-lite = "1.13.0"