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-05-26 16:11:17 +02:00
parent 9571614a56
commit 91e134f6b4
6 changed files with 220 additions and 158 deletions

View File

@ -41,9 +41,9 @@ opentelemetry-zipkin = { version = "0.17.0", features = ["opentelemetry-http"],
opentelemetry-http = { version = "0.8.0", features = ["tokio", "hyper"], optional = true }
opentelemetry-prometheus = { version = "0.12.0", optional = true }
prometheus = { version = "0.13.3", optional = true }
sentry = { version = "0.31.2", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
sentry-tracing = "0.31.2"
sentry-tower = { version = "0.31.2", features = ["http"] }
sentry = { version = "0.31.3", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
sentry-tracing = "0.31.3"
sentry-tower = { version = "0.31.3", features = ["http"] }
mas-config = { path = "../config" }
mas-email = { path = "../email" }