1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump async-trait from 0.1.66 to 0.1.67

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

---
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-04-14 08:23:23 +00:00
committed by Quentin Gliech
parent 56dc9cbe9d
commit dfe1172d11
8 changed files with 10 additions and 10 deletions

6
Cargo.lock generated
View File

@ -453,13 +453,13 @@ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "async-trait"
version = "0.1.66"
version = "0.1.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4"
dependencies = [
"proc-macro2 1.0.52",
"quote 1.0.26",
"syn 1.0.109",
"syn 2.0.4",
]
[[package]]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.66"
async-trait = "0.1.67"
axum = { version = "0.6.11", features = ["headers"] }
axum-extra = { version = "0.7.1", features = ["cookie-private"] }
chrono = "0.4.24"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.26.0", features = ["fs", "rt"] }
tracing = { version = "0.1.37" }
async-trait = "0.1.66"
async-trait = "0.1.67"
thiserror = "1.0.39"
anyhow = "1.0.69"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.66"
async-trait = "0.1.67"
tracing = "0.1.37"
thiserror = "1.0.39"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.69"
async-trait = "0.1.66"
async-trait = "0.1.67"
camino = "1.1.4"
convert_case = "0.6.0"
csv = "1.2.1"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.66"
async-trait = "0.1.67"
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] }
chrono = { version = "0.4.24", features = ["serde"] }
serde = { version = "1.0.158", features = ["derive"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
async-trait = "0.1.66"
async-trait = "0.1.67"
chrono = "0.4.24"
thiserror = "1.0.39"
futures-util = "0.3.27"

View File

@ -10,7 +10,7 @@ anyhow = "1.0.70"
apalis-core = { version = "=0.4.0-alpha.5", features = ["extensions", "tokio-comp"] }
apalis-cron = "=0.4.0-alpha.5"
apalis-sql = { version = "=0.4.0-alpha.5", features = ["postgres", "tokio-comp"] }
async-trait = "0.1.66"
async-trait = "0.1.67"
chrono = "0.4.24"
rand = "0.8.5"
rand_chacha = "0.3.1"