Compare commits

...

1 Commits

Author SHA1 Message Date
ba9cc0127b fix(deps): update all non-major dependencies
All checks were successful
Continuous integration / Check (push) Successful in 1m3s
Continuous integration / Test Suite (push) Successful in 1m27s
Continuous integration / Trunk (push) Successful in 1m3s
Continuous integration / Rustfmt (push) Successful in 40s
Continuous integration / build (push) Successful in 1m55s
Continuous integration / Disallow unused dependencies (push) Successful in 2m9s
2025-08-11 22:17:25 +00:00

62
Cargo.lock generated
View File

@ -854,7 +854,7 @@ dependencies = [
"rusoto_s3 0.48.0", "rusoto_s3 0.48.0",
"serde", "serde",
"sqlx", "sqlx",
"thiserror 2.0.12", "thiserror 2.0.13",
"tokio 1.47.1", "tokio 1.47.1",
"tracing", "tracing",
"urlencoding", "urlencoding",
@ -906,7 +906,7 @@ dependencies = [
"semver 1.0.26", "semver 1.0.26",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.13",
] ]
[[package]] [[package]]
@ -981,9 +981,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.43" version = "4.5.44"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f" checksum = "1c1f056bae57e3e54c3375c41ff79619ddd13460a17d7438712bd0d83fda4ff8"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -991,9 +991,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.43" version = "4.5.44"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65" checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -1751,7 +1751,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.60.2", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
@ -3165,7 +3165,7 @@ dependencies = [
"mailparse", "mailparse",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.13",
"tracing", "tracing",
] ]
@ -3180,7 +3180,7 @@ dependencies = [
"rayon", "rayon",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.13",
"tracing", "tracing",
] ]
@ -3234,7 +3234,7 @@ dependencies = [
"serde_json", "serde_json",
"sqlx", "sqlx",
"tantivy", "tantivy",
"thiserror 2.0.12", "thiserror 2.0.13",
"tokio 1.47.1", "tokio 1.47.1",
"tower-http", "tower-http",
"tracing", "tracing",
@ -3293,7 +3293,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"strum_macros 0.27.2", "strum_macros 0.27.2",
"thiserror 2.0.12", "thiserror 2.0.13",
"uuid", "uuid",
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-test", "wasm-bindgen-test",
@ -3465,7 +3465,7 @@ dependencies = [
"mime", "mime",
"precomputed-hash", "precomputed-hash",
"selectors 0.30.0", "selectors 0.30.0",
"thiserror 2.0.12", "thiserror 2.0.13",
] ]
[[package]] [[package]]
@ -4044,7 +4044,7 @@ dependencies = [
"futures-sink", "futures-sink",
"js-sys", "js-sys",
"pin-project-lite", "pin-project-lite",
"thiserror 2.0.12", "thiserror 2.0.13",
"tracing", "tracing",
] ]
@ -4076,7 +4076,7 @@ dependencies = [
"opentelemetry_sdk", "opentelemetry_sdk",
"prost", "prost",
"reqwest", "reqwest",
"thiserror 2.0.12", "thiserror 2.0.13",
"tokio 1.47.1", "tokio 1.47.1",
"tonic", "tonic",
"tracing", "tracing",
@ -4108,7 +4108,7 @@ dependencies = [
"percent-encoding", "percent-encoding",
"rand 0.9.2", "rand 0.9.2",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.13",
"tokio 1.47.1", "tokio 1.47.1",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
@ -4265,7 +4265,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
dependencies = [ dependencies = [
"memchr", "memchr",
"thiserror 2.0.12", "thiserror 2.0.13",
"ucd-trie", "ucd-trie",
] ]
@ -4589,7 +4589,7 @@ dependencies = [
"rustc-hash", "rustc-hash",
"rustls", "rustls",
"socket2 0.5.10", "socket2 0.5.10",
"thiserror 2.0.12", "thiserror 2.0.13",
"tokio 1.47.1", "tokio 1.47.1",
"tracing", "tracing",
"web-time", "web-time",
@ -4610,7 +4610,7 @@ dependencies = [
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"slab", "slab",
"thiserror 2.0.12", "thiserror 2.0.13",
"tinyvec", "tinyvec",
"tracing", "tracing",
"web-time", "web-time",
@ -5178,7 +5178,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys 0.9.4", "linux-raw-sys 0.9.4",
"windows-sys 0.60.2", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
@ -5763,7 +5763,7 @@ dependencies = [
"serde_json", "serde_json",
"sha2 0.10.9", "sha2 0.10.9",
"smallvec 1.15.1", "smallvec 1.15.1",
"thiserror 2.0.12", "thiserror 2.0.13",
"time 0.3.41", "time 0.3.41",
"tokio 1.47.1", "tokio 1.47.1",
"tokio-stream", "tokio-stream",
@ -5846,7 +5846,7 @@ dependencies = [
"smallvec 1.15.1", "smallvec 1.15.1",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.12", "thiserror 2.0.13",
"time 0.3.41", "time 0.3.41",
"tracing", "tracing",
"whoami", "whoami",
@ -5884,7 +5884,7 @@ dependencies = [
"smallvec 1.15.1", "smallvec 1.15.1",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.12", "thiserror 2.0.13",
"time 0.3.41", "time 0.3.41",
"tracing", "tracing",
"whoami", "whoami",
@ -5909,7 +5909,7 @@ dependencies = [
"serde", "serde",
"serde_urlencoded", "serde_urlencoded",
"sqlx-core", "sqlx-core",
"thiserror 2.0.12", "thiserror 2.0.13",
"time 0.3.41", "time 0.3.41",
"tracing", "tracing",
"url", "url",
@ -6139,7 +6139,7 @@ dependencies = [
"tantivy-stacker", "tantivy-stacker",
"tantivy-tokenizer-api", "tantivy-tokenizer-api",
"tempfile", "tempfile",
"thiserror 2.0.12", "thiserror 2.0.13",
"time 0.3.41", "time 0.3.41",
"uuid", "uuid",
"winapi 0.3.9", "winapi 0.3.9",
@ -6274,11 +6274,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.12" version = "2.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" checksum = "c0b43c71ffa7199f8a00fe309ac01551e3c35105b50ceacd7f67ce080ec18fdf"
dependencies = [ dependencies = [
"thiserror-impl 2.0.12", "thiserror-impl 2.0.13",
] ]
[[package]] [[package]]
@ -6294,9 +6294,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.12" version = "2.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" checksum = "c65da2500f2800e48970ef01d47aeb80e328e38adf723def51b5ad1d0a8ca03e"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -6971,7 +6971,7 @@ dependencies = [
"log", "log",
"rand 0.9.2", "rand 0.9.2",
"sha1", "sha1",
"thiserror 2.0.12", "thiserror 2.0.13",
"utf-8", "utf-8",
] ]
@ -7745,7 +7745,7 @@ dependencies = [
"opentelemetry", "opentelemetry",
"opentelemetry-otlp", "opentelemetry-otlp",
"opentelemetry_sdk", "opentelemetry_sdk",
"thiserror 2.0.12", "thiserror 2.0.13",
"tokio 1.47.1", "tokio 1.47.1",
"tracing", "tracing",
"tracing-appender", "tracing-appender",