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
Rust dependencies housekeeping
Including: - package upgrades - stop using the patched version of `ulid` - update cargo deny duplicate exception list
This commit is contained in:
@@ -42,9 +42,9 @@ opentelemetry-semantic-conventions = "0.12.0"
|
||||
opentelemetry-stdout = { version = "0.1.0", features = ["trace", "metrics"] }
|
||||
opentelemetry-zipkin = { version = "0.18.0", default-features = false }
|
||||
prometheus = "0.13.3"
|
||||
sentry = { version = "0.31.6", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
|
||||
sentry-tracing = "0.31.5"
|
||||
sentry-tower = { version = "0.31.5", features = ["http"] }
|
||||
sentry = { version = "0.31.7", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
|
||||
sentry-tracing = "0.31.7"
|
||||
sentry-tower = { version = "0.31.7", features = ["http"] }
|
||||
|
||||
mas-config = { path = "../config" }
|
||||
mas-data-model = { path = "../data-model" }
|
||||
|
Reference in New Issue
Block a user