summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index faa858f..38d1a88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,11 +6,11 @@ edition = "2021"
[dependencies]
argon2 = "0.5.3"
async-trait = "0.1.83"
-axum = { version = "0.7.6", features = ["form"] }
+axum = { version = "0.7.7", features = ["form"] }
axum-extra = { version = "0.9.4", features = ["cookie", "query", "typed-header"] }
chrono = { version = "0.4.38", features = ["serde"] }
-clap = { version = "4.5.18", features = ["derive", "env"] }
-futures = "0.3.30"
+clap = { version = "4.5.19", features = ["derive", "env"] }
+futures = "0.3.31"
headers = "0.4.0"
hex-literal = "0.4.1"
itertools = "0.13.0"