1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +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

@@ -19,7 +19,7 @@ opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0"
opentelemetry-semantic-conventions = "0.9.0"
rustls = "0.20.6"
serde = "1.0.140"
serde = "1.0.141"
serde_json = "1.0.82"
thiserror = "1.0.31"
tokio = { version = "1.20.1", features = ["sync", "parking_lot"] }