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-16 14:50:20 +01:00
parent eb8bda6bbb
commit 823b27a714
7 changed files with 49 additions and 90 deletions

View File

@ -10,7 +10,7 @@ anyhow = "1.0.69"
async-trait = "0.1.64"
camino = "1.1.2"
convert_case = "0.6.0"
csv = "1.1.6"
csv = "1.2.0"
futures-util = "0.3.26"
reqwest = { version = "0.11.14", features = ["blocking", "rustls-tls"], default-features = false }
serde = { version = "1.0.152", features = ["derive"] }