1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-11-24 10:29:53 +01:00
parent cc10270ede
commit 30247448d5
21 changed files with 461 additions and 423 deletions

View File

@@ -20,10 +20,10 @@ itertools = "0.11.0"
listenfd = "1.0.1"
rand.workspace = true
rand_chacha = "0.3.1"
rustls = "0.21.8"
rustls = "0.21.9"
serde_json.workspace = true
serde_yaml = "0.9.25"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }
serde_yaml = "0.9.27"
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres"] }
tokio = { version = "1.34.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.4.4", features = ["fs"] }
@@ -45,8 +45,8 @@ opentelemetry_sdk = { version = "0.21.1", features = ["trace", "metrics", "rt-to
opentelemetry-zipkin = { version = "0.19.0", default-features = false }
prometheus = "0.13.3"
sentry = { version = "0.31.8", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
sentry-tracing = "0.31.7"
sentry-tower = { version = "0.31.7", features = ["http"] }
sentry-tracing = "0.31.8"
sentry-tower = { version = "0.31.8", features = ["http"] }
mas-config = { path = "../config" }
mas-data-model = { path = "../data-model" }