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,12 +6,12 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
apalis-core = "=0.4.0"
|
||||
apalis-core = "0.4.2"
|
||||
anyhow = "1.0.71"
|
||||
atty = "0.2.14"
|
||||
axum = "0.6.18"
|
||||
camino = "1.1.4"
|
||||
clap = { version = "4.3.0", features = ["derive"] }
|
||||
clap = { version = "4.3.3", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
hyper = { version = "0.14.26", features = ["full"] }
|
||||
itertools = "0.10.5"
|
||||
@ -22,10 +22,10 @@ rustls = "0.21.1"
|
||||
serde_json = "1.0.96"
|
||||
serde_yaml = "0.9.21"
|
||||
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
tokio = { version = "1.28.1", features = ["full"] }
|
||||
tokio = { version = "1.28.2", features = ["full"] }
|
||||
tower = { version = "0.4.13", features = ["full"] }
|
||||
tower-http = { version = "0.4.0", features = ["fs", "compression-full"] }
|
||||
url = "2.3.1"
|
||||
url = "2.4.0"
|
||||
watchman_client = "0.8.0"
|
||||
zeroize = "1.6.0"
|
||||
|
||||
|
Reference in New Issue
Block a user