1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Upgrade all Rust dependencies

This includes breaking changes of sqlx 0.7.0
This commit is contained in:
Quentin Gliech
2023-07-17 18:34:10 +02:00
parent 68db56c2a2
commit ba0f7ea62c
121 changed files with 3855 additions and 3447 deletions

View File

@@ -19,18 +19,18 @@ p384 = { version = "0.13.0", features = ["ecdsa"] }
rand = "0.8.5"
rsa = "0.9.2"
schemars = "0.8.12"
sec1 = "0.7.2"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.100"
sec1 = "0.7.3"
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.103"
serde_with = { version = "3.0.0", features = ["base64"] }
sha2 = { version = "0.10.7", features = ["oid"] }
signature = "2.1.0"
thiserror = "1.0.41"
thiserror = "1.0.43"
tracing = "0.1.37"
url = { version = "2.4.0", features = ["serde"] }
mas-iana = { path = "../iana" }
[dev-dependencies]
insta = { version = "1.30.0" }
insta = { version = "1.31.0" }
rand_chacha = "0.3.1"