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

@ -6,9 +6,9 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
atty = "0.2.14"
axum = "0.6.4"
axum = "0.6.6"
camino = "1.1.2"
clap = { version = "4.1.4", features = ["derive"] }
dotenv = "0.15.0"
@ -18,7 +18,7 @@ listenfd = "1.0.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustls = "0.20.8"
serde_json = "1.0.91"
serde_json = "1.0.93"
serde_yaml = "0.9.17"
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
tokio = { version = "1.25.0", features = ["full"] }
@ -39,9 +39,9 @@ opentelemetry-zipkin = { version = "0.16.0", features = ["opentelemetry-http"],
opentelemetry-http = { version = "0.7.0", features = ["tokio", "hyper"], optional = true }
opentelemetry-prometheus = { version = "0.11.0", optional = true }
prometheus = { version = "0.13.3", optional = true }
sentry = { version = "0.29.2", default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls", "tower"] }
sentry-tracing = "0.29.2"
sentry-tower = { version = "0.29.2", features = ["http"] }
sentry = { version = "0.29.3", default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls", "tower"] }
sentry-tracing = "0.29.3"
sentry-tower = { version = "0.29.3", features = ["http"] }
mas-config = { path = "../config" }
mas-email = { path = "../email" }