add: app data query cache option

This commit is contained in:
trisua 2025-08-17 14:52:29 -04:00
parent fdbc08912d
commit 8116307ba0
11 changed files with 100 additions and 49 deletions

View file

@ -27,7 +27,7 @@ tetratto-shared = { path = "../shared" }
tetratto-core = { path = "../core" }
tetratto-l10n = { path = "../l10n" }
image = "0.25.6"
reqwest = { version = "0.12.22", features = ["json", "stream"] }
reqwest = { version = "0.12.23", features = ["json", "stream"] }
regex = "1.11.1"
serde_json = "1.0.142"
mime_guess = "2.0.5"
@ -42,7 +42,7 @@ async-stripe = { version = "0.41.0", features = [
"runtime-tokio-hyper",
"connect",
] }
emojis = "0.7.1"
emojis = "0.7.2"
webp = "0.3.0"
nanoneo = "0.2.0"
cookie = "0.18.1"