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
Bump async-trait from 0.1.57 to 0.1.58
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.58. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.57...0.1.58) --- 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
88359f00ba
commit
a213a8dc0b
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.57"
|
||||
async-trait = "0.1.58"
|
||||
axum = { version = "0.6.0-rc.2", features = ["headers"] }
|
||||
axum-extra = { version = "0.4.0-rc.1", features = ["cookie-private"] }
|
||||
bincode = "1.3.3"
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
tokio = { version = "1.21.2", features = [] }
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
async-trait = "0.1.57"
|
||||
async-trait = "0.1.58"
|
||||
|
||||
thiserror = "1.0.37"
|
||||
anyhow = "1.0.65"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
async-trait = "0.1.57"
|
||||
async-trait = "0.1.58"
|
||||
tokio = { version = "1.21.2", features = ["macros"] }
|
||||
tracing = "0.1.37"
|
||||
aws-sdk-sesv2 = "0.19.0"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
async-trait = "0.1.57"
|
||||
async-trait = "0.1.58"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.1.6"
|
||||
futures-util = "0.3.24"
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.21.2"
|
||||
async-trait = "0.1.57"
|
||||
async-trait = "0.1.58"
|
||||
tokio-stream = "0.1.11"
|
||||
futures-util = "0.3.24"
|
||||
tracing = "0.1.37"
|
||||
|
Reference in New Issue
Block a user