summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-02-19 21:22:03 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-02-19 21:22:03 -0500
commit74f80d5c11d0a212a545f053bfd4ca160bcedcd8 (patch)
tree764b93d3b5723ee5ecebabba7fff89ea7abf0876 /Cargo.toml
parent8a2b499fc7e00e841c56d23ac41f4d587b728a50 (diff)
Upgrade Axum to 0.8.1.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86549b9..4f3615b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,8 +24,8 @@ assets = [
[dependencies]
argon2 = "0.5.3"
async-trait = "0.1.86"
-axum = { version = "0.7.9", features = ["form"] }
-axum-extra = { version = "0.9.6", features = ["cookie", "query", "typed-header"] }
+axum = { version = "0.8.1", features = ["form"] }
+axum-extra = { version = "0.10.0", features = ["cookie", "query", "typed-header"] }
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.30", features = ["derive", "env"] }
futures = "0.3.31"