treewide: standardize dependencies to use workspace references

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I81b701d5c1b3cd6855af5c36c7b460e56a6a6964
This commit is contained in:
raf 2026-02-10 11:54:40 +03:00
commit 2717a59fe2
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 552 additions and 70 deletions

View file

@ -38,13 +38,13 @@ tokio-util = { workspace = true }
reqwest = { workspace = true }
argon2 = { workspace = true }
regex = { workspace = true }
moka = { version = "0.12", features = ["future"] }
urlencoding = "2.1"
image_hasher = "2.0"
moka = { workspace = true }
urlencoding = { workspace = true }
image_hasher = { workspace = true }
# Plugin system
pinakes-plugin-api = { path = "../pinakes-plugin-api" }
wasmtime = { workspace = true }
pinakes-plugin-api.workspace = true
wasmtime.workspace = true
[dev-dependencies]
tempfile = "3"
tempfile = "3.25.0"