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-02-13 17:05:20 +01:00
parent 3b2b5a2ae3
commit eb8bda6bbb
20 changed files with 262 additions and 209 deletions

View File

@ -7,8 +7,8 @@ license = "Apache-2.0"
[dependencies]
async-trait = "0.1.64"
axum = { version = "0.6.4", features = ["headers"] }
axum-extra = { version = "0.4.2", features = ["cookie-private"] }
axum = { version = "0.6.6", features = ["headers"] }
axum-extra = { version = "0.5.0", features = ["cookie-private"] }
chrono = "0.4.23"
data-encoding = "2.3.3"
futures-util = "0.3.26"
@ -17,11 +17,11 @@ http = "0.2.8"
http-body = "0.4.5"
mime = "0.3.16"
rand = "0.8.5"
sentry = { version = "0.29.2", default-features = false }
sentry = { version = "0.29.3", default-features = false }
serde = "1.0.152"
serde_with = "2.2.0"
serde_urlencoded = "0.7.1"
serde_json = "1.0.91"
serde_json = "1.0.93"
thiserror = "1.0.38"
tokio = "1.25.0"
tower = { version = "0.4.13", features = ["util"] }