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
Move some common dependencies on the workspace level
Also deprecates the AWS SESv2 transport for emails
This commit is contained in:
@ -6,18 +6,17 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
http = "0.2.9"
|
||||
serde = "1.0.183"
|
||||
serde_json = "1.0.104"
|
||||
http.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
url = { version = "2.4.0", features = ["serde"] }
|
||||
url.workspace = true
|
||||
parse-display = "0.8.2"
|
||||
indoc = "2.0.3"
|
||||
serde_with = { version = "3.2.0", features = ["chrono"] }
|
||||
chrono.workspace = true
|
||||
sha2 = "0.10.7"
|
||||
data-encoding = "2.4.0"
|
||||
thiserror = "1.0.44"
|
||||
thiserror.workspace = true
|
||||
|
||||
mas-iana = { path = "../iana" }
|
||||
mas-jose = { path = "../jose" }
|
||||
|
Reference in New Issue
Block a user