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-03-13 18:01:23 +01:00
parent c5e1e2ec62
commit c6f31d0102
31 changed files with 549 additions and 533 deletions

View File

@ -8,20 +8,20 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.69"
atty = "0.2.14"
axum = "0.6.9"
camino = "1.1.3"
clap = { version = "4.1.6", features = ["derive"] }
axum = "0.6.11"
camino = "1.1.4"
clap = { version = "4.1.8", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.24", features = ["full"] }
hyper = { version = "0.14.25", features = ["full"] }
itertools = "0.10.5"
listenfd = "1.0.0"
listenfd = "1.0.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustls = "0.20.8"
serde_json = "1.0.93"
serde_yaml = "0.9.17"
serde_json = "1.0.94"
serde_yaml = "0.9.19"
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
tokio = { version = "1.25.0", features = ["full"] }
tokio = { version = "1.26.0", features = ["full"] }
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.4.0", features = ["fs", "compression-full"] }
url = "2.3.1"
@ -59,7 +59,7 @@ mas-templates = { path = "../templates" }
oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
indoc = "2.0.0"
indoc = "2.0.1"
[features]
default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"]