fix(deps): update all non-major dependencies
Some checks failed
renovate/artifacts Artifact file update failure
Continuous integration / Check (push) Successful in 2m15s
Continuous integration / Test Suite (push) Successful in 5m4s
Continuous integration / Trunk (push) Successful in 8m45s
Continuous integration / Rustfmt (push) Successful in 47s
Continuous integration / build (push) Successful in 4m35s
Continuous integration / Disallow unused dependencies (push) Successful in 2m49s

This commit is contained in:
Renovate Bot 2025-10-14 13:31:59 +00:00
parent 458aab3167
commit a3dc865834
4 changed files with 112 additions and 242 deletions

344
Cargo.lock generated
View File

@ -12,15 +12,6 @@ dependencies = [
"regex",
]
[[package]]
name = "addr2line"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.1"
@ -274,7 +265,7 @@ dependencies = [
"bytes 1.10.1",
"futures-util",
"serde_json",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-stream",
"tokio-util",
"tower-service",
@ -455,7 +446,7 @@ dependencies = [
"serde_urlencoded",
"sha1",
"sync_wrapper",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-tungstenite",
"tower 0.5.2",
"tower-layer",
@ -513,21 +504,6 @@ dependencies = [
"syn 2.0.106",
]
[[package]]
name = "backtrace"
version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
dependencies = [
"addr2line",
"cfg-if 1.0.3",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-link 0.2.1",
]
[[package]]
name = "base64"
version = "0.11.0"
@ -717,20 +693,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e232cc6fad4ac9f969bba34440da4d45947a55e60008fbaf5342163f30d6d34"
dependencies = [
"bincode",
"build-info-common",
"build-info-proc",
"build-info-common 0.0.41",
"build-info-proc 0.0.41",
]
[[package]]
name = "build-info"
version = "0.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "362b762d8ad3063c57f02a3a94bc6814aee11d09c7e4d8b31fefb34d4731a611"
dependencies = [
"bincode",
"build-info-common 0.0.42",
"build-info-proc 0.0.42",
]
[[package]]
name = "build-info-build"
version = "0.0.41"
version = "0.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c095501b4684e681005757c3171fccf3b8a4132a8cf8e5135b6a885068cd413e"
checksum = "3b090e1d116997848529faaf849e1efd592cbe6e9eb44623c0588f017c63bbc4"
dependencies = [
"anyhow",
"base64 0.22.1",
"bincode",
"build-info-common",
"build-info-common 0.0.42",
"cargo_metadata",
"chrono",
"git2",
@ -753,6 +740,18 @@ dependencies = [
"serde",
]
[[package]]
name = "build-info-common"
version = "0.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7a436965b6554ae18aba994745234bf2ed98d2c984e96b58aeb0f845c666969"
dependencies = [
"chrono",
"derive_more",
"semver 1.0.27",
"serde",
]
[[package]]
name = "build-info-proc"
version = "0.0.41"
@ -762,7 +761,28 @@ dependencies = [
"anyhow",
"base64 0.22.1",
"bincode",
"build-info-common",
"build-info-common 0.0.41",
"chrono",
"num-bigint",
"num-traits",
"proc-macro-error2",
"proc-macro2",
"quote",
"serde_json",
"syn 2.0.106",
"zstd",
]
[[package]]
name = "build-info-proc"
version = "0.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "163d30dc69f05b7bd0ae944539f8bd292607e10471ad5b4b3ab849da24e582f3"
dependencies = [
"anyhow",
"base64 0.22.1",
"bincode",
"build-info-common 0.0.42",
"chrono",
"num-bigint",
"num-traits",
@ -847,7 +867,7 @@ dependencies = [
"serde",
"sqlx",
"thiserror 2.0.17",
"tokio 1.47.1",
"tokio 1.48.0",
"tracing",
"urlencoding",
]
@ -863,38 +883,21 @@ dependencies = [
[[package]]
name = "cargo-platform"
version = "0.2.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4"
checksum = "122ec45a44b270afd1402f351b782c676b173e3c3fb28d86ff7ebfb4d86a4ee4"
dependencies = [
"serde",
]
[[package]]
name = "cargo-util-schemas"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e63d2780ac94487eb9f1fea7b0d56300abc9eb488800854ca217f102f5caccca"
dependencies = [
"semver 1.0.27",
"serde",
"serde-untagged",
"serde-value",
"thiserror 1.0.69",
"toml",
"unicode-xid",
"url",
]
[[package]]
name = "cargo_metadata"
version = "0.20.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7835cfc6135093070e95eb2b53e5d9b5c403dc3a6be6040ee026270aa82502"
checksum = "981a6f317983eec002839b90fae7411a85621410ae591a9cab2ecf5cb5744873"
dependencies = [
"camino",
"cargo-platform",
"cargo-util-schemas",
"semver 1.0.27",
"serde",
"serde_json",
@ -983,9 +986,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.48"
version = "4.5.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
dependencies = [
"clap_builder",
"clap_derive",
@ -993,9 +996,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.48"
version = "4.5.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
dependencies = [
"anstream",
"anstyle",
@ -1005,9 +1008,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.5.47"
version = "4.5.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
dependencies = [
"heck 0.5.0",
"proc-macro2",
@ -1086,7 +1089,7 @@ dependencies = [
"serde",
"serde_json",
"thread_local",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-stream",
"tonic",
"tracing",
@ -1712,17 +1715,6 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "erased-serde"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
dependencies = [
"serde",
"serde_core",
"typeid",
]
[[package]]
name = "errno"
version = "0.3.14"
@ -2085,12 +2077,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "gimli"
version = "0.32.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
[[package]]
name = "git2"
version = "0.20.2"
@ -2313,7 +2299,7 @@ dependencies = [
"http 0.2.12",
"indexmap 2.11.4",
"slab",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-util",
"tracing",
]
@ -2332,7 +2318,7 @@ dependencies = [
"http 1.3.1",
"indexmap 2.11.4",
"slab",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-util",
"tracing",
]
@ -2700,7 +2686,7 @@ dependencies = [
"itoa 1.0.15",
"pin-project-lite",
"socket2 0.5.10",
"tokio 1.47.1",
"tokio 1.48.0",
"tower-service",
"tracing",
"want 0.3.1",
@ -2725,7 +2711,7 @@ dependencies = [
"pin-project-lite",
"pin-utils",
"smallvec 1.15.1",
"tokio 1.47.1",
"tokio 1.48.0",
"want 0.3.1",
]
@ -2740,7 +2726,7 @@ dependencies = [
"hyper-util",
"rustls",
"rustls-pki-types",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-rustls",
"tower-service",
"webpki-roots",
@ -2755,7 +2741,7 @@ dependencies = [
"hyper 1.7.0",
"hyper-util",
"pin-project-lite",
"tokio 1.47.1",
"tokio 1.48.0",
"tower-service",
]
@ -2781,7 +2767,7 @@ dependencies = [
"bytes 1.10.1",
"hyper 0.14.32",
"native-tls",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-native-tls",
]
@ -2796,7 +2782,7 @@ dependencies = [
"hyper 1.7.0",
"hyper-util",
"native-tls",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-native-tls",
"tower-service",
]
@ -2819,9 +2805,9 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2 0.6.0",
"socket2 0.5.10",
"system-configuration",
"tokio 1.47.1",
"tokio 1.48.0",
"tower-service",
"tracing",
"windows-registry",
@ -3067,17 +3053,6 @@ dependencies = [
"web-sys",
]
[[package]]
name = "io-uring"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
dependencies = [
"bitflags 2.9.4",
"cfg-if 1.0.3",
"libc",
]
[[package]]
name = "iovec"
version = "0.1.4"
@ -3208,7 +3183,7 @@ dependencies = [
"letterbox-shared 0.17.44 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"serde",
"sqlx",
"tokio 1.47.1",
"tokio 1.48.0",
]
[[package]]
@ -3223,7 +3198,7 @@ dependencies = [
"async-trait",
"axum 0.8.6",
"axum-macros",
"build-info",
"build-info 0.0.42",
"build-info-build",
"cacher",
"chrono",
@ -3252,7 +3227,7 @@ dependencies = [
"sqlx",
"tantivy",
"thiserror 2.0.17",
"tokio 1.47.1",
"tokio 1.48.0",
"tower-http",
"tracing",
"url",
@ -3265,7 +3240,7 @@ dependencies = [
name = "letterbox-shared"
version = "0.17.44"
dependencies = [
"build-info",
"build-info 0.0.42",
"letterbox-notmuch 0.17.44",
"regex",
"serde",
@ -3280,7 +3255,7 @@ version = "0.17.44"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "6b56f113a3e37cf56af9a73c180689661cf5a501262feb45b518b6ddcd0daaaf"
dependencies = [
"build-info",
"build-info 0.0.41",
"letterbox-notmuch 0.17.44 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"regex",
"serde",
@ -3293,7 +3268,7 @@ dependencies = [
name = "letterbox-web"
version = "0.17.44"
dependencies = [
"build-info",
"build-info 0.0.42",
"build-info-build",
"chrono",
"console_error_panic_hook",
@ -3907,15 +3882,6 @@ dependencies = [
"libc",
]
[[package]]
name = "object"
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.21.3"
@ -4033,7 +3999,7 @@ dependencies = [
"prost",
"reqwest",
"thiserror 2.0.17",
"tokio 1.47.1",
"tokio 1.48.0",
"tonic",
"tracing",
]
@ -4065,20 +4031,11 @@ dependencies = [
"rand 0.9.2",
"serde_json",
"thiserror 2.0.17",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-stream",
"tracing",
]
[[package]]
name = "ordered-float"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
dependencies = [
"num-traits",
]
[[package]]
name = "ownedbytes"
version = "0.9.0"
@ -4442,7 +4399,7 @@ version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
dependencies = [
"toml_edit 0.23.7",
"toml_edit",
]
[[package]]
@ -4555,9 +4512,9 @@ dependencies = [
"quinn-udp",
"rustc-hash",
"rustls",
"socket2 0.6.0",
"socket2 0.5.10",
"thiserror 2.0.17",
"tokio 1.47.1",
"tokio 1.48.0",
"tracing",
"web-time",
]
@ -4592,7 +4549,7 @@ dependencies = [
"cfg_aliases",
"libc",
"once_cell",
"socket2 0.6.0",
"socket2 0.5.10",
"tracing",
"windows-sys 0.60.2",
]
@ -4844,7 +4801,7 @@ dependencies = [
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-native-tls",
"tokio-rustls",
"tower 0.5.2",
@ -4938,7 +4895,7 @@ dependencies = [
"rustc_version 0.4.1",
"serde",
"serde_json",
"tokio 1.47.1",
"tokio 1.48.0",
"xml-rs",
]
@ -4976,7 +4933,7 @@ dependencies = [
"serde",
"serde_json",
"shlex 1.3.0",
"tokio 1.47.1",
"tokio 1.48.0",
"zeroize",
]
@ -5052,7 +5009,7 @@ dependencies = [
"rustc_version 0.4.1",
"serde",
"sha2 0.9.9",
"tokio 1.47.1",
"tokio 1.48.0",
]
[[package]]
@ -5077,12 +5034,6 @@ dependencies = [
"serde_derive",
]
[[package]]
name = "rustc-demangle"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
[[package]]
name = "rustc-hash"
version = "2.1.1"
@ -5393,28 +5344,6 @@ dependencies = [
"serde_derive",
]
[[package]]
name = "serde-untagged"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
dependencies = [
"erased-serde",
"serde",
"serde_core",
"typeid",
]
[[package]]
name = "serde-value"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
dependencies = [
"ordered-float",
"serde",
]
[[package]]
name = "serde-wasm-bindgen"
version = "0.5.0"
@ -5470,15 +5399,6 @@ dependencies = [
"serde_core",
]
[[package]]
name = "serde_spanned"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
@ -5728,7 +5648,7 @@ dependencies = [
"smallvec 1.15.1",
"thiserror 2.0.17",
"time 0.3.44",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-stream",
"tracing",
"url",
@ -5768,7 +5688,7 @@ dependencies = [
"sqlx-postgres",
"sqlx-sqlite",
"syn 2.0.106",
"tokio 1.47.1",
"tokio 1.48.0",
"url",
]
@ -6368,22 +6288,19 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.47.1"
version = "1.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
dependencies = [
"backtrace",
"bytes 1.10.1",
"io-uring",
"libc",
"mio 1.0.4",
"pin-project-lite",
"signal-hook-registry",
"slab",
"socket2 0.6.0",
"tokio-macros",
"tracing",
"windows-sys 0.59.0",
"windows-sys 0.61.2",
]
[[package]]
@ -6452,9 +6369,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "2.5.0"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
dependencies = [
"proc-macro2",
"quote",
@ -6468,7 +6385,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio 1.47.1",
"tokio 1.48.0",
]
[[package]]
@ -6516,7 +6433,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
dependencies = [
"rustls",
"tokio 1.47.1",
"tokio 1.48.0",
]
[[package]]
@ -6544,7 +6461,7 @@ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio 1.47.1",
"tokio 1.48.0",
]
[[package]]
@ -6608,7 +6525,7 @@ checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
dependencies = [
"futures-util",
"log",
"tokio 1.47.1",
"tokio 1.48.0",
"tungstenite",
]
@ -6656,28 +6573,7 @@ dependencies = [
"futures-io",
"futures-sink",
"pin-project-lite",
"tokio 1.47.1",
]
[[package]]
name = "toml"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime 0.6.11",
"toml_edit 0.22.27",
]
[[package]]
name = "toml_datetime"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
dependencies = [
"serde",
"tokio 1.48.0",
]
[[package]]
@ -6689,20 +6585,6 @@ dependencies = [
"serde_core",
]
[[package]]
name = "toml_edit"
version = "0.22.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
dependencies = [
"indexmap 2.11.4",
"serde",
"serde_spanned",
"toml_datetime 0.6.11",
"toml_write",
"winnow",
]
[[package]]
name = "toml_edit"
version = "0.23.7"
@ -6710,7 +6592,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
dependencies = [
"indexmap 2.11.4",
"toml_datetime 0.7.3",
"toml_datetime",
"toml_parser",
"winnow",
]
@ -6724,12 +6606,6 @@ dependencies = [
"winnow",
]
[[package]]
name = "toml_write"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
[[package]]
name = "tonic"
version = "0.12.3"
@ -6754,7 +6630,7 @@ dependencies = [
"rustls-native-certs",
"rustls-pemfile",
"socket2 0.5.10",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-rustls",
"tokio-stream",
"tower 0.4.13",
@ -6799,7 +6675,7 @@ dependencies = [
"pin-project-lite",
"rand 0.8.5",
"slab",
"tokio 1.47.1",
"tokio 1.48.0",
"tokio-util",
"tower-layer",
"tower-service",
@ -6816,7 +6692,7 @@ dependencies = [
"futures-util",
"pin-project-lite",
"sync_wrapper",
"tokio 1.47.1",
"tokio 1.48.0",
"tower-layer",
"tower-service",
"tracing",
@ -6968,12 +6844,6 @@ dependencies = [
"utf-8",
]
[[package]]
name = "typeid"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
[[package]]
name = "typenum"
version = "1.19.0"
@ -7736,7 +7606,7 @@ dependencies = [
"opentelemetry-otlp",
"opentelemetry_sdk",
"thiserror 2.0.17",
"tokio 1.47.1",
"tokio 1.48.0",
"tracing",
"tracing-appender",
"tracing-core",

View File

@ -22,7 +22,7 @@ async-graphql-axum = "7.0.16"
async-trait = "0.1.88"
axum = { version = "0.8.3", features = ["ws"] }
axum-macros = "0.5.0"
build-info = "0.0.41"
build-info = "0.0.42"
cacher = { version = "0.2.0", registry = "xinu" }
chrono = "0.4.40"
clap = { version = "4.5.37", features = ["derive"] }
@ -60,7 +60,7 @@ zip = "5.0.0"
[build-dependencies]
build-info-build = "0.0.41"
build-info-build = "0.0.42"
[features]
#default = [ "tantivy" ]

View File

@ -11,7 +11,7 @@ version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
build-info = "0.0.41"
build-info = "0.0.42"
letterbox-notmuch = { path = "../notmuch", version = "0.17.44", registry = "xinu" }
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }

View File

@ -9,7 +9,7 @@ repository.workspace = true
version.workspace = true
[build-dependencies]
build-info-build = "0.0.41"
build-info-build = "0.0.42"
[dev-dependencies]
#wasm-bindgen-test = "0.3.50"
@ -28,7 +28,7 @@ graphql_client = "0.14.0"
thiserror = "2.0.12"
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.41"
build-info = "0.0.42"
wasm-bindgen = "=0.2.100"
uuid = { version = "1.16.0", features = [
"js",