From 54a542df2164e421e78b48d7229a6bfabbc5c26b Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 5 Oct 2024 13:43:47 -0400 Subject: Dependency update. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3