You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Upgrade all Rust dependencies
This includes breaking changes of sqlx 0.7.0
This commit is contained in:
@@ -6,14 +6,14 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
anyhow = "1.0.72"
|
||||
async-trait = "0.1.71"
|
||||
camino = "1.1.4"
|
||||
camino = "1.1.6"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.2.2"
|
||||
futures-util = "0.3.28"
|
||||
hyper = { version = "0.14.27", features = ["tcp", "client", "http1"] }
|
||||
serde = { version = "1.0.166", features = ["derive"] }
|
||||
serde = { version = "1.0.171", features = ["derive"] }
|
||||
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
Reference in New Issue
Block a user