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-06-20 16:36:12 +02:00
parent c21b28448d
commit 432a4366ea
15 changed files with 67 additions and 127 deletions

View File

@ -15,7 +15,7 @@ apalis-core = { version = "0.4.2", features = ["tokio-comp"] }
opentelemetry = "0.19.0"
rand_core = "0.6.4"
serde = "1.0.164"
serde_json = "1.0.96"
serde_json = "1.0.97"
tracing = "0.1.37"
tracing-opentelemetry = "0.19.0"
url = "2.4.0"