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 dependencies
This commit is contained in:
@@ -10,16 +10,16 @@ bytes = "1.1.0"
|
||||
futures-util = "0.3.21"
|
||||
http = "0.2.6"
|
||||
http-body = "0.4.4"
|
||||
hyper = "0.14.16"
|
||||
hyper = "0.14.17"
|
||||
hyper-rustls = { version = "0.23.0", features = ["http1", "http2"] }
|
||||
opentelemetry = "0.17.0"
|
||||
opentelemetry-http = "0.6.0"
|
||||
rustls = "0.20.2"
|
||||
rustls = "0.20.3"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.78"
|
||||
serde_json = "1.0.79"
|
||||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.16.1", features = ["sync", "parking_lot"] }
|
||||
tower = { version = "0.4.11", features = ["timeout", "limit"] }
|
||||
tower-http = { version = "0.2.1", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] }
|
||||
tokio = { version = "1.17.0", features = ["sync", "parking_lot"] }
|
||||
tower = { version = "0.4.12", features = ["timeout", "limit"] }
|
||||
tower-http = { version = "0.2.2", features = ["follow-redirect", "decompression-full", "set-header", "trace", "compression-full"] }
|
||||
tracing = "0.1.30"
|
||||
tracing-opentelemetry = "0.17.0"
|
||||
tracing-opentelemetry = "0.17.1"
|
||||
|
Reference in New Issue
Block a user