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 Rust dependencies
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user