1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-02-13 17:05:20 +01:00
parent 3b2b5a2ae3
commit eb8bda6bbb
20 changed files with 262 additions and 209 deletions

View File

@ -20,7 +20,7 @@ tracing = "0.1.37"
libc = "0.2.139"
[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
rustls-pemfile = "1.0.2"
tokio = { version = "1.25.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.2"