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
Rust dependencies housekeeping
Including: - package upgrades - stop using the patched version of `ulid` - update cargo deny duplicate exception list
This commit is contained in:
@ -11,11 +11,11 @@ repository.workspace = true
|
||||
async-trait = "0.1.73"
|
||||
tracing.workspace = true
|
||||
thiserror.workspace = true
|
||||
headers = "0.3.8"
|
||||
headers = "0.3.9"
|
||||
|
||||
mas-templates = { path = "../templates" }
|
||||
|
||||
[dependencies.lettre]
|
||||
version = "0.10.4"
|
||||
default-features = false
|
||||
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]
|
||||
features = ["tokio1-rustls-tls", "hostname", "builder", "tracing", "pool", "smtp-transport", "sendmail-transport"]
|
||||
|
Reference in New Issue
Block a user