From 2f06ae93ae3214d0e411d33f3837b928d51dcb8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Aug 2025 23:32:19 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.lock | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2a5677..633cc4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,9 +144,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "anymap" @@ -854,7 +854,7 @@ dependencies = [ "rusoto_s3 0.48.0", "serde", "sqlx", - "thiserror 2.0.13", + "thiserror 2.0.14", "tokio 1.47.1", "tracing", "urlencoding", @@ -906,7 +906,7 @@ dependencies = [ "semver 1.0.26", "serde", "serde_json", - "thiserror 2.0.13", + "thiserror 2.0.14", ] [[package]] @@ -3165,7 +3165,7 @@ dependencies = [ "mailparse", "serde", "serde_json", - "thiserror 2.0.13", + "thiserror 2.0.14", "tracing", ] @@ -3180,7 +3180,7 @@ dependencies = [ "rayon", "serde", "serde_json", - "thiserror 2.0.13", + "thiserror 2.0.14", "tracing", ] @@ -3234,7 +3234,7 @@ dependencies = [ "serde_json", "sqlx", "tantivy", - "thiserror 2.0.13", + "thiserror 2.0.14", "tokio 1.47.1", "tower-http", "tracing", @@ -3293,7 +3293,7 @@ dependencies = [ "serde", "serde_json", "strum_macros 0.27.2", - "thiserror 2.0.13", + "thiserror 2.0.14", "uuid", "wasm-bindgen", "wasm-bindgen-test", @@ -3465,7 +3465,7 @@ dependencies = [ "mime", "precomputed-hash", "selectors 0.30.0", - "thiserror 2.0.13", + "thiserror 2.0.14", ] [[package]] @@ -4044,7 +4044,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.13", + "thiserror 2.0.14", "tracing", ] @@ -4076,7 +4076,7 @@ dependencies = [ "opentelemetry_sdk", "prost", "reqwest", - "thiserror 2.0.13", + "thiserror 2.0.14", "tokio 1.47.1", "tonic", "tracing", @@ -4108,7 +4108,7 @@ dependencies = [ "percent-encoding", "rand 0.9.2", "serde_json", - "thiserror 2.0.13", + "thiserror 2.0.14", "tokio 1.47.1", "tokio-stream", "tracing", @@ -4265,7 +4265,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.13", + "thiserror 2.0.14", "ucd-trie", ] @@ -4589,7 +4589,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.5.10", - "thiserror 2.0.13", + "thiserror 2.0.14", "tokio 1.47.1", "tracing", "web-time", @@ -4610,7 +4610,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.13", + "thiserror 2.0.14", "tinyvec", "tracing", "web-time", @@ -5763,7 +5763,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec 1.15.1", - "thiserror 2.0.13", + "thiserror 2.0.14", "time 0.3.41", "tokio 1.47.1", "tokio-stream", @@ -5846,7 +5846,7 @@ dependencies = [ "smallvec 1.15.1", "sqlx-core", "stringprep", - "thiserror 2.0.13", + "thiserror 2.0.14", "time 0.3.41", "tracing", "whoami", @@ -5884,7 +5884,7 @@ dependencies = [ "smallvec 1.15.1", "sqlx-core", "stringprep", - "thiserror 2.0.13", + "thiserror 2.0.14", "time 0.3.41", "tracing", "whoami", @@ -5909,7 +5909,7 @@ dependencies = [ "serde", "serde_urlencoded", "sqlx-core", - "thiserror 2.0.13", + "thiserror 2.0.14", "time 0.3.41", "tracing", "url", @@ -6139,7 +6139,7 @@ dependencies = [ "tantivy-stacker", "tantivy-tokenizer-api", "tempfile", - "thiserror 2.0.13", + "thiserror 2.0.14", "time 0.3.41", "uuid", "winapi 0.3.9", @@ -6274,11 +6274,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.13" +version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0b43c71ffa7199f8a00fe309ac01551e3c35105b50ceacd7f67ce080ec18fdf" +checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" dependencies = [ - "thiserror-impl 2.0.13", + "thiserror-impl 2.0.14", ] [[package]] @@ -6294,9 +6294,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.13" +version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c65da2500f2800e48970ef01d47aeb80e328e38adf723def51b5ad1d0a8ca03e" +checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" dependencies = [ "proc-macro2", "quote", @@ -6971,7 +6971,7 @@ dependencies = [ "log", "rand 0.9.2", "sha1", - "thiserror 2.0.13", + "thiserror 2.0.14", "utf-8", ] @@ -7745,7 +7745,7 @@ dependencies = [ "opentelemetry", "opentelemetry-otlp", "opentelemetry_sdk", - "thiserror 2.0.13", + "thiserror 2.0.14", "tokio 1.47.1", "tracing", "tracing-appender", -- 2.50.1