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

Bump Rust depdenencies

This commit is contained in:
Quentin Gliech
2023-04-18 19:40:53 +02:00
parent 186f0956f0
commit 4baa15bbd3
26 changed files with 950 additions and 694 deletions

View File

@ -6,11 +6,11 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
anyhow = "1.0.69"
async-graphql = { version = "5.0.6", features = ["chrono", "url"] }
anyhow = "1.0.70"
async-graphql = { version = "5.0.7", features = ["chrono", "url"] }
chrono = "0.4.24"
serde = { version = "1.0.158", features = ["derive"] }
tokio = { version = "1.26.0", features = ["sync"] }
serde = { version = "1.0.160", features = ["derive"] }
tokio = { version = "1.27.0", features = ["sync"] }
thiserror = "1.0.40"
tracing = "0.1.37"
ulid = "1.0.0"