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:
@ -6,13 +6,13 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.70"
|
||||
async-graphql = { version = "5.0.7", features = ["chrono", "url"] }
|
||||
async-trait = "0.1.51"
|
||||
anyhow = "1.0.71"
|
||||
async-graphql = { version = "5.0.8", features = ["chrono", "url"] }
|
||||
async-trait = "0.1.68"
|
||||
chrono = "0.4.24"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.28.0", features = ["sync"] }
|
||||
tokio = { version = "1.28.1", features = ["sync"] }
|
||||
tracing = "0.1.37"
|
||||
ulid = "1.0.0"
|
||||
url = "2.3.1"
|
||||
|
Reference in New Issue
Block a user