You've already forked authentication-service
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:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user