summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-05 13:43:47 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-05 13:43:47 -0400
commit54a542df2164e421e78b48d7229a6bfabbc5c26b (patch)
tree2f56260bd0accfd3eaa9765c4a3a384defa9f193 /Cargo.toml
parent037a071b1aa675406366e63696c60eac591a766f (diff)
Dependency update.
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"