diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-02-20 19:32:49 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-02-20 19:32:49 -0500 |
| commit | d9beb27e0e1bdaff8207382b664c8bc93af2468c (patch) | |
| tree | ec28f53300b94ae1096925219be2caecdb37f788 /Cargo.toml | |
| parent | 60f6b298329728fc8a91cd8c688c9b38fa302f0d (diff) | |
We no longer need async-trait.
It was here to support axum 0.7.x.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ assets = [ [dependencies] argon2 = "0.5.3" -async-trait = "0.1.86" 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"] } |
