You've already forked authentication-service
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.68 to 0.1.69
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.68 to 0.1.69. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.68...0.1.69) --- 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
7817932ea8
commit
2e0782f115
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -532,9 +532,9 @@ checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.68"
|
||||
version = "0.1.69"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
||||
checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.60",
|
||||
"quote 1.0.28",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
axum = { version = "0.6.18", features = ["headers"] }
|
||||
axum-extra = { version = "0.7.4", features = ["cookie-private"] }
|
||||
chrono = "0.4.26"
|
||||
|
@ -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.68"
|
||||
async-trait = "0.1.69"
|
||||
|
||||
thiserror = "1.0.40"
|
||||
anyhow = "1.0.71"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
tracing = "0.1.37"
|
||||
thiserror = "1.0.40"
|
||||
headers = "0.3.8"
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
async-graphql = { version = "5.0.10", features = ["chrono", "url"] }
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
chrono = "0.4.26"
|
||||
lettre = { version = "0.10.4", default-features = false }
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
camino = "1.1.4"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.2.2"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
http = "0.2.9"
|
||||
url = "2.4.0"
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
|
@ -7,6 +7,6 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
http = "0.2.9"
|
||||
url = "2.4.0"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json", "uuid"] }
|
||||
chrono = { version = "0.4.26", features = ["serde"] }
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
chrono = "0.4.26"
|
||||
thiserror = "1.0.40"
|
||||
futures-util = "0.3.28"
|
||||
|
@ -10,7 +10,7 @@ anyhow = "1.0.71"
|
||||
apalis-core = { version = "0.4.2", features = ["extensions", "tokio-comp"] }
|
||||
apalis-cron = "0.4.2"
|
||||
apalis-sql = { version = "0.4.2", features = ["postgres", "tokio-comp"] }
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.69"
|
||||
chrono = "0.4.26"
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
|
Reference in New Issue
Block a user