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 Rust dependencies
This commit is contained in:
@ -6,14 +6,14 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.70"
|
||||
anyhow = "1.0.71"
|
||||
async-trait = "0.1.68"
|
||||
camino = "1.1.4"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.2.1"
|
||||
futures-util = "0.3.28"
|
||||
hyper = { version = "0.14.16", features = ["tcp", "client", "http1"] }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
||||
hyper = { version = "0.14.26", features = ["tcp", "client", "http1"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
tokio = { version = "1.28.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