1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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

@@ -13,7 +13,7 @@ workspace = true
[dependencies]
anyhow.workspace = true
async-trait = "0.1.74"
async-trait = "0.1.77"
http.workspace = true
serde.workspace = true
tower = { version = "0.4.13", features = ["util"] }