You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump most Rust dependencies
This commit is contained in:
@ -14,13 +14,13 @@ workspace = true
|
||||
[dependencies]
|
||||
axum = { version = "0.6.20", optional = true }
|
||||
bytes = "1.5.0"
|
||||
futures-util = "0.3.29"
|
||||
futures-util = "0.3.30"
|
||||
headers = "0.3.9"
|
||||
http.workspace = true
|
||||
http-body = "0.4.5"
|
||||
hyper = "0.14.27"
|
||||
hyper-rustls = { version = "0.25.0", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
once_cell = "1.18.0"
|
||||
once_cell = "1.19.0"
|
||||
opentelemetry.workspace = true
|
||||
rustls = { version = "0.22.2", optional = true }
|
||||
rustls-native-certs = { version = "0.7.0", optional = true }
|
||||
@ -28,7 +28,7 @@ serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_urlencoded = "0.7.1"
|
||||
thiserror.workspace = true
|
||||
tokio = { version = "1.34.0", features = ["sync", "parking_lot"], optional = true }
|
||||
tokio = { version = "1.35.1", features = ["sync", "parking_lot"], optional = true }
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
tower-http = { version = "0.4.4", features = ["cors"] }
|
||||
tracing.workspace = true
|
||||
@ -39,7 +39,7 @@ mas-tower.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow.workspace = true
|
||||
tokio = { version = "1.34.0", features = ["macros", "rt"] }
|
||||
tokio = { version = "1.35.1", features = ["macros", "rt"] }
|
||||
|
||||
[features]
|
||||
axum = ["dep:axum"]
|
||||
|
Reference in New Issue
Block a user