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

Bump most Rust dependencies

This commit is contained in:
Quentin Gliech
2024-02-02 15:23:18 +01:00
parent d20b0dc81d
commit b927d330c9
25 changed files with 151 additions and 162 deletions

View File

@ -12,12 +12,12 @@ publish = false
workspace = true
[dependencies]
async-trait = "0.1.74"
async-trait = "0.1.77"
chrono.workspace = true
thiserror.workspace = true
futures-util = "0.3.29"
futures-util = "0.3.30"
apalis-core = { version = "0.4.7", features = ["tokio-comp"] }
apalis-core = { version = "0.4.9", features = ["tokio-comp"] }
opentelemetry.workspace = true
rand_core = "0.6.4"
serde.workspace = true