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:
@ -18,7 +18,7 @@ thiserror.workspace = true
|
||||
tokio = { version = "1.32.0", features = ["sync"] }
|
||||
tracing.workspace = true
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
ulid = "1.0.0"
|
||||
ulid.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
Reference in New Issue
Block a user