fix(deps): update rust crate letterbox-notmuch to 0.8.0
All checks were successful
Continuous integration / Test Suite (pull_request) Successful in 40s
Continuous integration / Trunk (pull_request) Successful in 38s
Continuous integration / Check (pull_request) Successful in 1m44s
Continuous integration / Rustfmt (pull_request) Successful in 33s
Continuous integration / build (pull_request) Successful in 1m57s
Continuous integration / Check (push) Successful in 38s
Continuous integration / Trunk (push) Successful in 40s
Continuous integration / Test Suite (push) Successful in 1m45s
Continuous integration / Rustfmt (push) Successful in 33s
Continuous integration / build (push) Successful in 2m18s
All checks were successful
Continuous integration / Test Suite (pull_request) Successful in 40s
Continuous integration / Trunk (pull_request) Successful in 38s
Continuous integration / Check (pull_request) Successful in 1m44s
Continuous integration / Rustfmt (pull_request) Successful in 33s
Continuous integration / build (pull_request) Successful in 1m57s
Continuous integration / Check (push) Successful in 38s
Continuous integration / Trunk (push) Successful in 40s
Continuous integration / Test Suite (push) Successful in 1m45s
Continuous integration / Rustfmt (push) Successful in 33s
Continuous integration / build (push) Successful in 2m18s
This commit is contained in:
parent
246b710fdd
commit
ccc1d516c7
13
Cargo.lock
generated
13
Cargo.lock
generated
@ -2926,11 +2926,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "letterbox-notmuch"
|
name = "letterbox-notmuch"
|
||||||
version = "0.6.1"
|
version = "0.8.0"
|
||||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||||
checksum = "92ed561d1afa02c61730ff3d915856dcad4112fe4b8e3a9972e44957d0fa97a1"
|
checksum = "6ebfdb85be8dee70f1bdee0cd61a110ab41400d73ac9a3fef721f90bbd02a046"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
|
"mailparse",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"thiserror 2.0.11",
|
"thiserror 2.0.11",
|
||||||
@ -2961,7 +2962,7 @@ dependencies = [
|
|||||||
"css-inline",
|
"css-inline",
|
||||||
"futures 0.3.31",
|
"futures 0.3.31",
|
||||||
"html-escape",
|
"html-escape",
|
||||||
"letterbox-notmuch 0.6.1 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
"letterbox-notmuch 0.8.0",
|
||||||
"letterbox-shared 0.6.1 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
"letterbox-shared 0.6.1 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||||
"linkify",
|
"linkify",
|
||||||
"log",
|
"log",
|
||||||
@ -2992,7 +2993,7 @@ name = "letterbox-shared"
|
|||||||
version = "0.6.1"
|
version = "0.6.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"build-info",
|
"build-info",
|
||||||
"letterbox-notmuch 0.6.1 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
"letterbox-notmuch 0.8.0",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -3020,7 +3021,7 @@ dependencies = [
|
|||||||
"graphql_client",
|
"graphql_client",
|
||||||
"human_format",
|
"human_format",
|
||||||
"itertools 0.14.0",
|
"itertools 0.14.0",
|
||||||
"letterbox-notmuch 0.6.1 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
"letterbox-notmuch 0.8.0",
|
||||||
"letterbox-shared 0.6.1 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
"letterbox-shared 0.6.1 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||||
"log",
|
"log",
|
||||||
"seed",
|
"seed",
|
||||||
@ -4340,7 +4341,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"itertools 0.12.1",
|
"itertools 0.14.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.98",
|
"syn 2.0.98",
|
||||||
|
|||||||
@ -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.6.0", registry = "xinu" }
|
letterbox-notmuch = { version = "0.8.0", registry = "xinu" }
|
||||||
letterbox-shared = { version = "0.6.0", registry = "xinu" }
|
letterbox-shared = { version = "0.6.0", registry = "xinu" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|||||||
@ -11,5 +11,5 @@ publish = ["xinu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
build-info = "0.0.39"
|
build-info = "0.0.39"
|
||||||
letterbox-notmuch = { version = "0.6.0", registry = "xinu" }
|
letterbox-notmuch = { version = "0.8.0", registry = "xinu" }
|
||||||
serde = { version = "1.0.147", features = ["derive"] }
|
serde = { version = "1.0.147", features = ["derive"] }
|
||||||
|
|||||||
@ -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.6.0", registry = "xinu" }
|
letterbox-shared = { version = "0.6.0", registry = "xinu" }
|
||||||
letterbox-notmuch = { version = "0.6.0", registry = "xinu" }
|
letterbox-notmuch = { version = "0.8.0", registry = "xinu" }
|
||||||
seed_hooks = { version = "0.4.0", registry = "xinu" }
|
seed_hooks = { version = "0.4.0", registry = "xinu" }
|
||||||
|
|
||||||
[package.metadata.wasm-pack.profile.release]
|
[package.metadata.wasm-pack.profile.release]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user