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