1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump serde_with

This commit is contained in:
Quentin Gliech
2022-08-01 19:38:22 +02:00
parent 83688c1a25
commit 44b2708f7a
16 changed files with 43 additions and 37 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
chrono = "0.4.19"
thiserror = "1.0.31"
serde = "1.0.140"
serde = "1.0.141"
url = { version = "2.2.2", features = ["serde"] }
crc = "3.0.0"
rand = "0.8.5"