1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Bump Rust dependencies and update cargo-deny exceptions

This commit is contained in:
Quentin Gliech
2024-02-01 18:34:58 +01:00
parent ba95dd022a
commit d01b8c36a6
7 changed files with 654 additions and 588 deletions

View File

@@ -18,13 +18,13 @@ camino.workspace = true
clap.workspace = true
dotenvy = "0.15.7"
httpdate = "1.0.3"
hyper = { version = "0.14.27", features = ["full"] }
hyper = { version = "0.14.28", features = ["full"] }
ipnetwork = "0.20.0"
itertools = "0.11.0"
itertools = "0.12.1"
listenfd = "1.0.1"
rand.workspace = true
rand_chacha = "0.3.1"
rustls = "0.21.9"
rustls = "0.22.2"
serde_json.workspace = true
serde_yaml = "0.9.27"
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres"] }