You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-28 11:02:02 +03:00
build(deps): bump async-trait from 0.1.67 to 0.1.68
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.67 to 0.1.68. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.67...0.1.68) --- 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:
committed by
Quentin Gliech
parent
f232e57a93
commit
b4913a2fe1
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.67"
|
||||
async-trait = "0.1.68"
|
||||
axum = { version = "0.6.11", features = ["headers"] }
|
||||
axum-extra = { version = "0.7.2", features = ["cookie-private"] }
|
||||
chrono = "0.4.24"
|
||||
|
@ -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.67"
|
||||
async-trait = "0.1.68"
|
||||
|
||||
thiserror = "1.0.40"
|
||||
anyhow = "1.0.69"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.67"
|
||||
async-trait = "0.1.68"
|
||||
tracing = "0.1.37"
|
||||
thiserror = "1.0.40"
|
||||
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
async-trait = "0.1.67"
|
||||
async-trait = "0.1.68"
|
||||
camino = "1.1.4"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.2.1"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.67"
|
||||
async-trait = "0.1.68"
|
||||
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"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.67"
|
||||
async-trait = "0.1.68"
|
||||
chrono = "0.4.24"
|
||||
thiserror = "1.0.40"
|
||||
futures-util = "0.3.27"
|
||||
|
@ -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.67"
|
||||
async-trait = "0.1.68"
|
||||
chrono = "0.4.24"
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
|
Reference in New Issue
Block a user