1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-03-13 18:01:23 +01:00
parent c5e1e2ec62
commit c6f31d0102
31 changed files with 549 additions and 533 deletions

View File

@ -8,10 +8,10 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.69"
async-graphql = { version = "5.0.6", features = ["chrono", "url"] }
chrono = "0.4.23"
serde = { version = "1.0.152", features = ["derive"] }
tokio = { version = "1.25.0", features = ["sync"] }
thiserror = "1.0.38"
chrono = "0.4.24"
serde = { version = "1.0.155", features = ["derive"] }
tokio = { version = "1.26.0", features = ["sync"] }
thiserror = "1.0.39"
tracing = "0.1.37"
ulid = "1.0.0"
url = "2.3.1"