chore: Release
All checks were successful
Continuous integration / Check (push) Successful in 1m5s
Continuous integration / Test Suite (push) Successful in 1m24s
Continuous integration / Trunk (push) Successful in 59s
Continuous integration / Rustfmt (push) Successful in 41s
Continuous integration / build (push) Successful in 1m37s
Continuous integration / Disallow unused dependencies (push) Successful in 2m3s
All checks were successful
Continuous integration / Check (push) Successful in 1m5s
Continuous integration / Test Suite (push) Successful in 1m24s
Continuous integration / Trunk (push) Successful in 59s
Continuous integration / Rustfmt (push) Successful in 41s
Continuous integration / build (push) Successful in 1m37s
Continuous integration / Disallow unused dependencies (push) Successful in 2m3s
This commit is contained in:
parent
e9584785a8
commit
e2bf4d890f
56
Cargo.lock
generated
56
Cargo.lock
generated
@ -3053,6 +3053,20 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "letterbox-notmuch"
|
||||
version = "0.17.26"
|
||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||
checksum = "a5babf791e9d77f4b413ebd6781a9fe894f7e6c4fa8b1078e9bb7560afe6537a"
|
||||
dependencies = [
|
||||
"log",
|
||||
"mailparse",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.12",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-notmuch"
|
||||
version = "0.17.27"
|
||||
dependencies = [
|
||||
"itertools",
|
||||
"log",
|
||||
@ -3065,28 +3079,14 @@ dependencies = [
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-notmuch"
|
||||
version = "0.17.26"
|
||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||
checksum = "a5babf791e9d77f4b413ebd6781a9fe894f7e6c4fa8b1078e9bb7560afe6537a"
|
||||
dependencies = [
|
||||
"log",
|
||||
"mailparse",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.12",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-procmail2notmuch"
|
||||
version = "0.17.26"
|
||||
version = "0.17.27"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"letterbox-notmuch 0.17.26 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"letterbox-shared 0.17.26 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"letterbox-notmuch 0.17.26",
|
||||
"letterbox-shared 0.17.26",
|
||||
"serde",
|
||||
"sqlx",
|
||||
"tokio 1.46.1",
|
||||
@ -3094,7 +3094,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-server"
|
||||
version = "0.17.26"
|
||||
version = "0.17.27"
|
||||
dependencies = [
|
||||
"ammonia",
|
||||
"anyhow",
|
||||
@ -3112,8 +3112,8 @@ dependencies = [
|
||||
"futures 0.3.31",
|
||||
"headers",
|
||||
"html-escape",
|
||||
"letterbox-notmuch 0.17.26",
|
||||
"letterbox-shared 0.17.26",
|
||||
"letterbox-notmuch 0.17.27",
|
||||
"letterbox-shared 0.17.27",
|
||||
"linkify",
|
||||
"lol_html",
|
||||
"mailparse",
|
||||
@ -3138,8 +3138,10 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "letterbox-shared"
|
||||
version = "0.17.26"
|
||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||
checksum = "e88060c0660e39b49e7296caccd695ea9fc9abbc82a2fbd594f99da0ac40cfc7"
|
||||
dependencies = [
|
||||
"build-info 0.0.41",
|
||||
"build-info 0.0.40",
|
||||
"letterbox-notmuch 0.17.26",
|
||||
"regex",
|
||||
"serde",
|
||||
@ -3150,12 +3152,10 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-shared"
|
||||
version = "0.17.26"
|
||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||
checksum = "e88060c0660e39b49e7296caccd695ea9fc9abbc82a2fbd594f99da0ac40cfc7"
|
||||
version = "0.17.27"
|
||||
dependencies = [
|
||||
"build-info 0.0.40",
|
||||
"letterbox-notmuch 0.17.26 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"build-info 0.0.41",
|
||||
"letterbox-notmuch 0.17.27",
|
||||
"regex",
|
||||
"serde",
|
||||
"sqlx",
|
||||
@ -3165,7 +3165,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-web"
|
||||
version = "0.17.26"
|
||||
version = "0.17.27"
|
||||
dependencies = [
|
||||
"build-info 0.0.41",
|
||||
"build-info-build",
|
||||
@ -3177,7 +3177,7 @@ dependencies = [
|
||||
"graphql_client",
|
||||
"human_format",
|
||||
"itertools",
|
||||
"letterbox-shared 0.17.26",
|
||||
"letterbox-shared 0.17.27",
|
||||
"log",
|
||||
"seed",
|
||||
"seed_hooks",
|
||||
|
||||
@ -8,7 +8,7 @@ authors = ["Bill Thiede <git@xinu.tv>"]
|
||||
edition = "2021"
|
||||
license = "UNLICENSED"
|
||||
publish = ["xinu"]
|
||||
version = "0.17.26"
|
||||
version = "0.17.27"
|
||||
repository = "https://git.z.xinu.tv/wathiede/letterbox"
|
||||
|
||||
[profile.dev]
|
||||
|
||||
@ -27,8 +27,8 @@ css-inline = "0.16.0"
|
||||
futures = "0.3.31"
|
||||
headers = "0.4.0"
|
||||
html-escape = "0.2.13"
|
||||
letterbox-notmuch = { path = "../notmuch", version = "0.17.26", registry = "xinu" }
|
||||
letterbox-shared = { path = "../shared", version = "0.17.26", registry = "xinu" }
|
||||
letterbox-notmuch = { path = "../notmuch", version = "0.17.27", registry = "xinu" }
|
||||
letterbox-shared = { path = "../shared", version = "0.17.27", registry = "xinu" }
|
||||
linkify = "0.10.0"
|
||||
lol_html = "2.3.0"
|
||||
mailparse = "0.16.1"
|
||||
|
||||
@ -12,7 +12,7 @@ version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
build-info = "0.0.41"
|
||||
letterbox-notmuch = { path = "../notmuch", version = "0.17.26", registry = "xinu" }
|
||||
letterbox-notmuch = { path = "../notmuch", version = "0.17.27", registry = "xinu" }
|
||||
regex = "1.11.1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sqlx = "0.8.5"
|
||||
|
||||
@ -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.9", registry = "xinu" }
|
||||
letterbox-shared = { path = "../shared/", version = "0.17.27", registry = "xinu" }
|
||||
seed_hooks = { version = "0.4.1", registry = "xinu" }
|
||||
strum_macros = "0.27.1"
|
||||
gloo-console = "0.3.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user