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.lock | |
| parent | 60f6b298329728fc8a91cd8c688c9b38fa302f0d (diff) | |
We no longer need async-trait.
It was here to support axum 0.7.x.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -113,17 +113,6 @@ dependencies = [ ] [[package]] -name = "async-trait" -version = "0.1.86" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] name = "atoi" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1382,7 +1371,6 @@ name = "pilcrow" version = "0.1.0" dependencies = [ "argon2", - "async-trait", "axum", "axum-extra", "chrono", |
