summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-02-20 19:32:49 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-02-20 19:32:49 -0500
commitd9beb27e0e1bdaff8207382b664c8bc93af2468c (patch)
treeec28f53300b94ae1096925219be2caecdb37f788 /Cargo.lock
parent60f6b298329728fc8a91cd8c688c9b38fa302f0d (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.lock12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e061bfb..b6ea4d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",