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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-06-20 16:36:12 +02:00
parent c21b28448d
commit 432a4366ea
15 changed files with 67 additions and 127 deletions

View File

@ -17,11 +17,11 @@ http = "0.2.9"
http-body = "0.4.5"
mime = "0.3.17"
rand = "0.8.5"
sentry = { version = "0.31.3", default-features = false }
sentry = { version = "0.31.5", default-features = false }
serde = "1.0.164"
serde_with = "3.0.0"
serde_urlencoded = "0.7.1"
serde_json = "1.0.96"
serde_json = "1.0.97"
thiserror = "1.0.40"
tokio = "1.28.2"
tower = { version = "0.4.13", features = ["util"] }