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
Upgrade dependencies
This commit is contained in:
@ -8,12 +8,12 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
futures = "0.3.19"
|
||||
anyhow = { version = "1.0.52", features = ["backtrace"] }
|
||||
clap = { version = "3.0.7", features = ["derive"] }
|
||||
anyhow = { version = "1.0.53", features = ["backtrace"] }
|
||||
clap = { version = "3.0.12", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
schemars = { version = "0.8.8", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.11", features = ["full"] }
|
||||
tower-http = { version = "0.2.0", features = ["full"] }
|
||||
tower-http = { version = "0.2.1", features = ["full"] }
|
||||
hyper = { version = "0.14.16", features = ["full"] }
|
||||
serde_yaml = "0.8.23"
|
||||
warp = "0.3.2"
|
||||
@ -23,7 +23,7 @@ reqwest = { version = "0.11.9", features = ["rustls-tls"], default-features = fa
|
||||
watchman_client = "0.7.1"
|
||||
|
||||
tracing = "0.1.29"
|
||||
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
|
||||
tracing-subscriber = { version = "0.3.6", features = ["env-filter"] }
|
||||
tracing-opentelemetry = "0.16.0"
|
||||
opentelemetry = { version = "0.16.0", features = ["trace", "metrics", "rt-tokio"] }
|
||||
opentelemetry-http = "0.5.0"
|
||||
|
Reference in New Issue
Block a user