fix(deps): update rust crate letterbox-shared to 0.6.0
All checks were successful
Continuous integration / Test Suite (pull_request) Successful in 39s
Continuous integration / Check (pull_request) Successful in 1m24s
Continuous integration / Trunk (pull_request) Successful in 37s
Continuous integration / Rustfmt (pull_request) Successful in 48s
Continuous integration / build (pull_request) Successful in 46s
Continuous integration / Check (push) Successful in 35s
Continuous integration / Trunk (push) Successful in 37s
Continuous integration / Rustfmt (push) Successful in 32s
Continuous integration / Test Suite (push) Successful in 1m44s
Continuous integration / build (push) Successful in 46s
All checks were successful
Continuous integration / Test Suite (pull_request) Successful in 39s
Continuous integration / Check (pull_request) Successful in 1m24s
Continuous integration / Trunk (pull_request) Successful in 37s
Continuous integration / Rustfmt (pull_request) Successful in 48s
Continuous integration / build (pull_request) Successful in 46s
Continuous integration / Check (push) Successful in 35s
Continuous integration / Trunk (push) Successful in 37s
Continuous integration / Rustfmt (push) Successful in 32s
Continuous integration / Test Suite (push) Successful in 1m44s
Continuous integration / build (push) Successful in 46s
This commit is contained in:
parent
4c98bcd9cb
commit
c10313cd12
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -2950,7 +2950,7 @@ dependencies = [
|
||||
"futures 0.3.31",
|
||||
"html-escape",
|
||||
"letterbox-notmuch 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"letterbox-shared 0.3.0",
|
||||
"letterbox-shared 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"linkify",
|
||||
"log",
|
||||
"lol_html",
|
||||
@ -2977,21 +2977,21 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-shared"
|
||||
version = "0.3.0"
|
||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||
checksum = "32d64fbee660ae3240084457ab5745f32ec4063bc8264ffff88760daafcde28b"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"build-info",
|
||||
"letterbox-notmuch 0.1.0",
|
||||
"letterbox-notmuch 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "letterbox-shared"
|
||||
version = "0.6.0"
|
||||
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
|
||||
checksum = "e7abda4e1ccda0bf45314c1b3a2f7d244dfb8e6421373017a503252719f75ac9"
|
||||
dependencies = [
|
||||
"build-info",
|
||||
"letterbox-notmuch 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"letterbox-notmuch 0.1.0",
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -3009,7 +3009,7 @@ dependencies = [
|
||||
"human_format",
|
||||
"itertools 0.14.0",
|
||||
"letterbox-notmuch 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"letterbox-shared 0.3.0",
|
||||
"letterbox-shared 0.6.0 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"log",
|
||||
"seed",
|
||||
"seed_hooks",
|
||||
|
||||
@ -48,7 +48,7 @@ urlencoding = "2.1.3"
|
||||
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
|
||||
xtracing = { version = "0.2.0", registry = "xinu" }
|
||||
letterbox-notmuch = { version = "0.6.0", registry = "xinu" }
|
||||
letterbox-shared = { version = "0.3.0", registry = "xinu" }
|
||||
letterbox-shared = { version = "0.6.0", registry = "xinu" }
|
||||
|
||||
[build-dependencies]
|
||||
build-info-build = "0.0.39"
|
||||
|
||||
@ -33,7 +33,7 @@ wasm-bindgen = "=0.2.100"
|
||||
uuid = { version = "1.13.1", features = [
|
||||
"js",
|
||||
] } # direct dep to set js feature, prevents Rng issues
|
||||
letterbox-shared = { version = "0.3.0", registry = "xinu" }
|
||||
letterbox-shared = { version = "0.6.0", registry = "xinu" }
|
||||
letterbox-notmuch = { version = "0.6.0", registry = "xinu" }
|
||||
seed_hooks = { version = "0.1.13", registry = "xinu" }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user