chore: Release
All checks were successful
Continuous integration / Check (push) Successful in 54s
Continuous integration / Test Suite (push) Successful in 1m24s
Continuous integration / Trunk (push) Successful in 58s
Continuous integration / Rustfmt (push) Successful in 41s
Continuous integration / build (push) Successful in 1m22s
Continuous integration / Disallow unused dependencies (push) Successful in 2m12s

This commit is contained in:
Bill Thiede 2025-08-11 14:54:16 -07:00
parent c8850404b8
commit ce17c4a7d8
5 changed files with 31 additions and 31 deletions

52
Cargo.lock generated
View File

@ -3158,6 +3158,20 @@ dependencies = [
[[package]]
name = "letterbox-notmuch"
version = "0.17.27"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "6d984633cdc6cd4b4cbeea95813fb46c8c35d9236ef102b6eefc01df8ffd61bb"
dependencies = [
"log",
"mailparse",
"serde",
"serde_json",
"thiserror 2.0.12",
"tracing",
]
[[package]]
name = "letterbox-notmuch"
version = "0.17.28"
dependencies = [
"itertools",
"log",
@ -3170,28 +3184,14 @@ dependencies = [
"tracing",
]
[[package]]
name = "letterbox-notmuch"
version = "0.17.27"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "6d984633cdc6cd4b4cbeea95813fb46c8c35d9236ef102b6eefc01df8ffd61bb"
dependencies = [
"log",
"mailparse",
"serde",
"serde_json",
"thiserror 2.0.12",
"tracing",
]
[[package]]
name = "letterbox-procmail2notmuch"
version = "0.17.27"
version = "0.17.28"
dependencies = [
"anyhow",
"clap",
"letterbox-notmuch 0.17.27 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-shared 0.17.27 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-notmuch 0.17.27",
"letterbox-shared 0.17.27",
"serde",
"sqlx",
"tokio 1.47.1",
@ -3199,7 +3199,7 @@ dependencies = [
[[package]]
name = "letterbox-server"
version = "0.17.27"
version = "0.17.28"
dependencies = [
"ammonia",
"anyhow",
@ -3219,8 +3219,8 @@ dependencies = [
"futures 0.3.31",
"headers",
"html-escape",
"letterbox-notmuch 0.17.27",
"letterbox-shared 0.17.27",
"letterbox-notmuch 0.17.28",
"letterbox-shared 0.17.28",
"linkify",
"lol_html",
"mailparse",
@ -3247,6 +3247,8 @@ dependencies = [
[[package]]
name = "letterbox-shared"
version = "0.17.27"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "9b3794346c985327d53670badd598ade0dfca5c8bd192db05d7f690a487d3586"
dependencies = [
"build-info",
"letterbox-notmuch 0.17.27",
@ -3259,12 +3261,10 @@ dependencies = [
[[package]]
name = "letterbox-shared"
version = "0.17.27"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "9b3794346c985327d53670badd598ade0dfca5c8bd192db05d7f690a487d3586"
version = "0.17.28"
dependencies = [
"build-info",
"letterbox-notmuch 0.17.27 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-notmuch 0.17.28",
"regex",
"serde",
"sqlx",
@ -3274,7 +3274,7 @@ dependencies = [
[[package]]
name = "letterbox-web"
version = "0.17.27"
version = "0.17.28"
dependencies = [
"build-info",
"build-info-build",
@ -3286,7 +3286,7 @@ dependencies = [
"graphql_client",
"human_format",
"itertools",
"letterbox-shared 0.17.27",
"letterbox-shared 0.17.28",
"log",
"seed",
"seed_hooks",

View File

@ -8,7 +8,7 @@ authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2021"
license = "UNLICENSED"
publish = ["xinu"]
version = "0.17.27"
version = "0.17.28"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
[profile.dev]

View File

@ -29,8 +29,8 @@ flate2 = "1.1.2"
futures = "0.3.31"
headers = "0.4.0"
html-escape = "0.2.13"
letterbox-notmuch = { path = "../notmuch", version = "0.17.27", registry = "xinu" }
letterbox-shared = { path = "../shared", version = "0.17.27", registry = "xinu" }
letterbox-notmuch = { path = "../notmuch", version = "0.17.28", registry = "xinu" }
letterbox-shared = { path = "../shared", version = "0.17.28", registry = "xinu" }
linkify = "0.10.0"
lol_html = "2.3.0"
mailparse = "0.16.1"

View File

@ -12,7 +12,7 @@ version.workspace = true
[dependencies]
build-info = "0.0.41"
letterbox-notmuch = { path = "../notmuch", version = "0.17.27", registry = "xinu" }
letterbox-notmuch = { path = "../notmuch", version = "0.17.28", registry = "xinu" }
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
sqlx = "0.8.5"

View File

@ -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.27", registry = "xinu" }
letterbox-shared = { path = "../shared/", version = "0.17.28", registry = "xinu" }
seed_hooks = { version = "0.4.1", registry = "xinu" }
strum_macros = "0.27.1"
gloo-console = "0.3.0"