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-02-16 14:50:20 +01:00
parent eb8bda6bbb
commit 823b27a714
7 changed files with 49 additions and 90 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
aws-smithy-http = { version = "0.54.2", optional = true }
aws-smithy-http = { version = "0.54.3", optional = true }
aws-types = { version = "0.54.1", optional = true }
axum = { version = "0.6.6", optional = true }
bytes = "1.4.0"
@ -16,7 +16,7 @@ http = "0.2.8"
http-body = "0.4.5"
hyper = "0.14.24"
hyper-rustls = { version = "0.23.2", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.17.0"
once_cell = "1.17.1"
opentelemetry = "0.18.0"
opentelemetry-http = "0.7.0"
opentelemetry-semantic-conventions = "0.10.0"