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

Bump most Rust dependencies

This commit is contained in:
Quentin Gliech
2024-02-02 15:23:18 +01:00
parent d20b0dc81d
commit b927d330c9
25 changed files with 151 additions and 162 deletions

View File

@@ -18,7 +18,7 @@ serde_json.workspace = true
language-tags = { version = "0.3.2", features = ["serde"] }
url.workspace = true
parse-display = "0.8.2"
serde_with = { version = "3.4.0", features = ["chrono"] }
serde_with = { version = "3.5.1", features = ["chrono"] }
chrono.workspace = true
sha2 = "0.10.8"
data-encoding = "2.5.0"