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,11 +6,11 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = "1.19.2"
|
||||
async-trait = "0.1.56"
|
||||
tokio = "1.20.1"
|
||||
async-trait = "0.1.57"
|
||||
tokio-stream = "0.1.9"
|
||||
futures-util = "0.3.21"
|
||||
tracing = "0.1.35"
|
||||
tracing = "0.1.36"
|
||||
sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
mas-storage = { path = "../storage" }
|
||||
|
Reference in New Issue
Block a user