1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-05-25 17:46:44 +02:00
parent d2d68e9a27
commit 1993f4cfca
28 changed files with 664 additions and 739 deletions

View File

@ -6,12 +6,12 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.55.1", optional = true }
aws-smithy-http = { version = "0.55.3", optional = true }
http = "0.2.9"
tracing = "0.1.37"
tracing-opentelemetry = "0.19.0"
tower = "0.4.13"
tokio = { version = "1.28.0", features = ["time"] }
tokio = { version = "1.28.1", features = ["time"] }
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry-http = "0.8.0"
pin-project-lite = "0.2.9"