fix(deps): update rust crate letterbox-notmuch to 0.6.0
Some checks failed
renovate/artifacts Artifact file update failure
Continuous integration / Check (push) Successful in 36s
Continuous integration / Test Suite (push) Successful in 39s
Continuous integration / Trunk (push) Successful in 38s
Continuous integration / Rustfmt (push) Successful in 52s
Continuous integration / build (push) Successful in 47s
Continuous integration / Test Suite (pull_request) Successful in 40s
Continuous integration / Check (pull_request) Successful in 1m20s
Continuous integration / Trunk (pull_request) Successful in 37s
Continuous integration / Rustfmt (pull_request) Successful in 51s
Continuous integration / build (pull_request) Successful in 48s

This commit is contained in:
Renovate Bot 2025-02-13 23:16:31 +00:00
parent 90dbeb6f20
commit 004de235a8
4 changed files with 12 additions and 12 deletions

18
Cargo.lock generated
View File

@ -2900,11 +2900,12 @@ dependencies = [
[[package]] [[package]]
name = "letterbox-notmuch" name = "letterbox-notmuch"
version = "0.3.0" version = "0.6.0"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "c2aee51f92893db9597bb18aaaac251ca1cb2fcf5742dff7b58b36de020b2e76"
dependencies = [ dependencies = [
"itertools 0.14.0",
"log", "log",
"pretty_assertions",
"rayon",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.11", "thiserror 2.0.11",
@ -2914,11 +2915,10 @@ dependencies = [
[[package]] [[package]]
name = "letterbox-notmuch" name = "letterbox-notmuch"
version = "0.6.0" version = "0.6.0"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "e433b5d1d4519ddd37f59b17c58e6a4ee69dc4a69fe2eb1288537a8916a2f1d1"
dependencies = [ dependencies = [
"itertools 0.14.0",
"log", "log",
"pretty_assertions",
"rayon",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.11", "thiserror 2.0.11",
@ -2949,7 +2949,7 @@ dependencies = [
"css-inline", "css-inline",
"futures 0.3.31", "futures 0.3.31",
"html-escape", "html-escape",
"letterbox-notmuch 0.1.0", "letterbox-notmuch 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-shared 0.3.0", "letterbox-shared 0.3.0",
"linkify", "linkify",
"log", "log",
@ -2991,7 +2991,7 @@ name = "letterbox-shared"
version = "0.6.0" version = "0.6.0"
dependencies = [ dependencies = [
"build-info", "build-info",
"letterbox-notmuch 0.1.0", "letterbox-notmuch 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"serde", "serde",
] ]
@ -3008,7 +3008,7 @@ dependencies = [
"graphql_client", "graphql_client",
"human_format", "human_format",
"itertools 0.14.0", "itertools 0.14.0",
"letterbox-notmuch 0.3.0", "letterbox-notmuch 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-shared 0.3.0", "letterbox-shared 0.3.0",
"log", "log",
"seed", "seed",

View File

@ -47,7 +47,7 @@ urlencoding = "2.1.3"
#xtracing = { path = "../../xtracing" } #xtracing = { path = "../../xtracing" }
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" } #xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
xtracing = { version = "0.2.0", registry = "xinu" } xtracing = { version = "0.2.0", registry = "xinu" }
letterbox-notmuch = { version = "0.1.0", registry = "xinu" } letterbox-notmuch = { version = "0.6.0", registry = "xinu" }
letterbox-shared = { version = "0.3.0", registry = "xinu" } letterbox-shared = { version = "0.3.0", registry = "xinu" }
[build-dependencies] [build-dependencies]

View File

@ -11,5 +11,5 @@ publish = ["xinu"]
[dependencies] [dependencies]
build-info = "0.0.39" build-info = "0.0.39"
letterbox-notmuch = { version = "0.1.0", registry = "xinu" } letterbox-notmuch = { version = "0.6.0", registry = "xinu" }
serde = { version = "1.0.147", features = ["derive"] } serde = { version = "1.0.147", features = ["derive"] }

View File

@ -34,7 +34,7 @@ uuid = { version = "1.13.1", features = [
"js", "js",
] } # direct dep to set js feature, prevents Rng issues ] } # direct dep to set js feature, prevents Rng issues
letterbox-shared = { version = "0.3.0", registry = "xinu" } letterbox-shared = { version = "0.3.0", registry = "xinu" }
letterbox-notmuch = { version = "0.3.0", registry = "xinu" } letterbox-notmuch = { version = "0.6.0", registry = "xinu" }
seed_hooks = { version = "0.1.13", registry = "xinu" } seed_hooks = { version = "0.1.13", registry = "xinu" }
[package.metadata.wasm-pack.profile.release] [package.metadata.wasm-pack.profile.release]