You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Bump Rust dependencies and remove unused ones
This commit is contained in:
@@ -11,8 +11,8 @@ async-graphql = { version = "5.0.10", features = ["chrono", "url"] }
|
||||
async-trait = "0.1.72"
|
||||
chrono = "0.4.26"
|
||||
lettre = { version = "0.10.4", default-features = false }
|
||||
serde = { version = "1.0.174", features = ["derive"] }
|
||||
thiserror = "1.0.43"
|
||||
serde = { version = "1.0.176", features = ["derive"] }
|
||||
thiserror = "1.0.44"
|
||||
tokio = { version = "1.29.1", features = ["sync"] }
|
||||
tracing = "0.1.37"
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
|
Reference in New Issue
Block a user