1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-02-16 14:50:20 +01:00
parent eb8bda6bbb
commit 823b27a714
7 changed files with 49 additions and 90 deletions

View File

@ -27,7 +27,7 @@ futures-signals = "0.3.31"
futures-util = "0.3.26"
headers = "0.3.8"
http = "0.2.8"
once_cell = "1.17.0"
once_cell = "1.17.1"
mime = "0.3.16"
rand = "0.8.5"
serde = { version = "1.0.152", features = ["derive"] }