You've already forked authentication-service
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user