chore(vestige-core): drop async-trait dependency

cargo rm async-trait. Last usage was the FastembedEmbedder impl attribute,
removed in the preceding 0001c commit; the MemoryStore side stopped using
async-trait at 0001a.

Verification: grep -rn async_trait crates/ returns zero hits. grep -rn
async-trait --include=Cargo.toml crates/ returns zero hits. Cargo.lock no
longer references the async-trait package.
This commit is contained in:
Jan De Landtsheer 2026-05-27 16:07:45 +02:00 committed by Sam Valladares
parent 194fc6e4c0
commit 093bb2d4b5
2 changed files with 0 additions and 13 deletions

View file

@ -127,7 +127,6 @@ usearch = { version = "=2.23.0", optional = true }
lru = "0.16"
trait-variant = "0.1"
blake3 = "1"
async-trait = "0.1"
[dev-dependencies]
tempfile = "3"