diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-02-19 21:22:03 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-02-19 21:22:03 -0500 |
| commit | 74f80d5c11d0a212a545f053bfd4ca160bcedcd8 (patch) | |
| tree | 764b93d3b5723ee5ecebabba7fff89ea7abf0876 /Cargo.toml | |
| parent | 8a2b499fc7e00e841c56d23ac41f4d587b728a50 (diff) | |
Upgrade Axum to 0.8.1.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
