From ab1862db2d80b9eea68b6371f2c465a57dfb577f Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 21 Aug 2025 17:15:42 -0700 Subject: [PATCH] chore: Release --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- server/Cargo.toml | 4 ++-- shared/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af7994f..4ff9b43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3229,7 +3229,7 @@ dependencies = [ [[package]] name = "letterbox-notmuch" -version = "0.17.37" +version = "0.17.38" dependencies = [ "itertools", "log", @@ -3244,7 +3244,7 @@ dependencies = [ [[package]] name = "letterbox-procmail2notmuch" -version = "0.17.37" +version = "0.17.38" dependencies = [ "anyhow", "clap", @@ -3257,7 +3257,7 @@ dependencies = [ [[package]] name = "letterbox-server" -version = "0.17.37" +version = "0.17.38" dependencies = [ "ammonia", "anyhow", @@ -3280,8 +3280,8 @@ dependencies = [ "html-escape", "html2text", "ical", - "letterbox-notmuch 0.17.37", - "letterbox-shared 0.17.37", + "letterbox-notmuch 0.17.38", + "letterbox-shared 0.17.38", "linkify", "lol_html", "mailparse", @@ -3322,10 +3322,10 @@ dependencies = [ [[package]] name = "letterbox-shared" -version = "0.17.37" +version = "0.17.38" dependencies = [ "build-info", - "letterbox-notmuch 0.17.37", + "letterbox-notmuch 0.17.38", "regex", "serde", "sqlx", @@ -3335,7 +3335,7 @@ dependencies = [ [[package]] name = "letterbox-web" -version = "0.17.37" +version = "0.17.38" dependencies = [ "build-info", "build-info-build", @@ -3347,7 +3347,7 @@ dependencies = [ "graphql_client", "human_format", "itertools", - "letterbox-shared 0.17.37", + "letterbox-shared 0.17.38", "log", "seed", "seed_hooks", diff --git a/Cargo.toml b/Cargo.toml index 3a4d19d..e03fb72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Bill Thiede "] edition = "2021" license = "UNLICENSED" publish = ["xinu"] -version = "0.17.37" +version = "0.17.38" repository = "https://git.z.xinu.tv/wathiede/letterbox" [profile.dev] diff --git a/server/Cargo.toml b/server/Cargo.toml index bc921b0..0c4bbc1 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -32,8 +32,8 @@ futures = "0.3.31" headers = "0.4.0" html-escape = "0.2.13" ical = "0.10" -letterbox-notmuch = { path = "../notmuch", version = "0.17.37", registry = "xinu" } -letterbox-shared = { path = "../shared", version = "0.17.37", registry = "xinu" } +letterbox-notmuch = { path = "../notmuch", version = "0.17.38", registry = "xinu" } +letterbox-shared = { path = "../shared", version = "0.17.38", registry = "xinu" } linkify = "0.10.0" lol_html = "2.3.0" mailparse = "0.16.1" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 06feacd..5ae889b 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -12,7 +12,7 @@ version.workspace = true [dependencies] build-info = "0.0.41" -letterbox-notmuch = { path = "../notmuch", version = "0.17.37", registry = "xinu" } +letterbox-notmuch = { path = "../notmuch", version = "0.17.38", registry = "xinu" } regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } sqlx = "0.8.5" diff --git a/web/Cargo.toml b/web/Cargo.toml index e2c2ea8..c4cb3e0 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -33,7 +33,7 @@ wasm-bindgen = "=0.2.100" uuid = { version = "1.16.0", features = [ "js", ] } # direct dep to set js feature, prevents Rng issues -letterbox-shared = { path = "../shared/", version = "0.17.37", registry = "xinu" } +letterbox-shared = { path = "../shared/", version = "0.17.38", registry = "xinu" } seed_hooks = { version = "0.4.1", registry = "xinu" } strum_macros = "0.27.1" gloo-console = "0.3.0"