You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump dependencies
This commit is contained in:
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
tokio = { version = "1.18.1", features = ["full"] }
|
||||
futures = "0.3.21"
|
||||
anyhow = "1.0.57"
|
||||
clap = { version = "3.1.15", features = ["derive"] }
|
||||
clap = { version = "3.1.16", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
schemars = { version = "0.8.8", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.12", features = ["full"] }
|
||||
@ -43,7 +43,7 @@ mas-tasks = { path = "../tasks" }
|
||||
mas-templates = { path = "../templates" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "1.0.4"
|
||||
indoc = "1.0.5"
|
||||
|
||||
[features]
|
||||
default = ["otlp", "jaeger", "zipkin"]
|
||||
|
Reference in New Issue
Block a user