1
0
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:
Quentin Gliech
2024-03-19 12:44:32 +01:00
parent 099eabd137
commit d8f5fdaf5c
25 changed files with 501 additions and 474 deletions

View File

@ -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"