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
Moved some dependencies in the workspace and upgrade some dependencies
This commit is contained in:
@ -12,7 +12,7 @@ publish = false
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.35.1", features = ["fs", "rt"] }
|
||||
tokio = { version = "1.36.0", features = ["fs", "rt"] }
|
||||
tracing.workspace = true
|
||||
async-trait.workspace = true
|
||||
|
||||
@ -32,8 +32,8 @@ serde_with = { version = "3.7.0", features = ["hex", "chrono"] }
|
||||
serde_json.workspace = true
|
||||
|
||||
pem-rfc7468 = "0.7.0"
|
||||
rustls-pki-types = "1.2.0"
|
||||
rustls-pemfile = "2.0.0"
|
||||
rustls-pki-types = "1.3.1"
|
||||
rustls-pemfile = "2.1.1"
|
||||
rand.workspace = true
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
|
Reference in New Issue
Block a user