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-03-13 18:01:23 +01:00
parent c5e1e2ec62
commit c6f31d0102
31 changed files with 549 additions and 533 deletions

View File

@ -7,17 +7,17 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.9"
serde = "1.0.152"
serde_json = "1.0.93"
serde = "1.0.155"
serde_json = "1.0.94"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }
parse-display = "0.8.0"
indoc = "2.0.0"
serde_with = { version = "2.2.0", features = ["chrono"] }
chrono = "0.4.23"
indoc = "2.0.1"
serde_with = { version = "2.3.1", features = ["chrono"] }
chrono = "0.4.24"
sha2 = "0.10.6"
data-encoding = "2.3.3"
thiserror = "1.0.38"
thiserror = "1.0.39"
mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }