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

@ -31,7 +31,7 @@ once_cell = "1.18.0"
mime = "0.3.17"
rand = "0.8.5"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
serde_json = "1.0.97"
serde_urlencoded = "0.7.1"
serde_with = "3.0.0"
thiserror = "1.0.40"
@ -59,7 +59,7 @@ version = "0.14.26"
features = ["client", "http1", "http2", "stream", "runtime" ]
optional = true
[dependencies.tower-http]
version = "0.4.0"
version = "0.4.1"
features = ["follow-redirect", "decompression-full", "set-header", "timeout"]
optional = true