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
Upgrade all Rust dependencies
This includes breaking changes of sqlx 0.7.0
This commit is contained in:
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
aws-smithy-http = { version = "0.55.3", optional = true }
|
||||
aws-types = { version = "0.55.3", optional = true }
|
||||
axum = { version = "0.6.18", optional = true }
|
||||
axum = { version = "0.6.19", optional = true }
|
||||
bytes = "1.4.0"
|
||||
futures-util = "0.3.28"
|
||||
headers = "0.3.8"
|
||||
@ -18,12 +18,12 @@ hyper = "0.14.27"
|
||||
hyper-rustls = { version = "0.24.1", features = ["http1", "http2"], default-features = false, optional = true }
|
||||
once_cell = "1.18.0"
|
||||
opentelemetry = "0.19.0"
|
||||
rustls = { version = "0.21.3", optional = true }
|
||||
rustls = { version = "0.21.5", optional = true }
|
||||
rustls-native-certs = { version = "0.6.3", optional = true }
|
||||
serde = "1.0.166"
|
||||
serde_json = "1.0.100"
|
||||
serde = "1.0.171"
|
||||
serde_json = "1.0.103"
|
||||
serde_urlencoded = "0.7.1"
|
||||
thiserror = "1.0.41"
|
||||
thiserror = "1.0.43"
|
||||
tokio = { version = "1.29.1", features = ["sync", "parking_lot"], optional = true }
|
||||
tower = { version = "0.4.13", features = [] }
|
||||
tower-http = { version = "0.4.1", features = ["cors"] }
|
||||
@ -35,8 +35,8 @@ webpki-roots = { version = "0.24.0", optional = true }
|
||||
mas-tower = { path = "../tower" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.71"
|
||||
serde = { version = "1.0.166", features = ["derive"] }
|
||||
anyhow = "1.0.72"
|
||||
serde = { version = "1.0.171", features = ["derive"] }
|
||||
tokio = { version = "1.29.1", features = ["macros", "rt"] }
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
|
||||
|
Reference in New Issue
Block a user