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

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-02-16 14:50:20 +01:00
parent eb8bda6bbb
commit 823b27a714
7 changed files with 49 additions and 90 deletions

View File

@ -10,7 +10,7 @@ anyhow = "1.0.69"
atty = "0.2.14"
axum = "0.6.6"
camino = "1.1.2"
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.1.6", features = ["derive"] }
dotenv = "0.15.0"
hyper = { version = "0.14.24", features = ["full"] }
itertools = "0.10.5"