Normalize all letterbox dependency versions

This commit is contained in:
2025-11-27 09:58:07 -08:00
parent dfbe6d67aa
commit b933b2a113
4 changed files with 6 additions and 6 deletions

View File

@@ -32,8 +32,8 @@ futures = "0.3.31"
headers = "0.4.0"
html-escape = "0.2.13"
ical = "0.11"
letterbox-notmuch = { path = "../notmuch", version = "0.17.52", registry = "xinu" }
letterbox-shared = { path = "../shared", version = "0.17.52", registry = "xinu" }
letterbox-notmuch = { path = "../notmuch", version = "0.17", registry = "xinu" }
letterbox-shared = { path = "../shared", version = "0.17", registry = "xinu" }
linkify = "0.10.0"
lol_html = "2.3.0"
mailparse = "0.16.1"