From 99777458f7be483ee8c051571eab90ebb417d844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:08:39 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.14 to 2.0.17 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.14 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.14...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 40 ++++++++++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd448fd..9f0409e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1943,7 +1943,7 @@ dependencies = [ "spreadsheet-ods", "streaming-stats", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.17", "threadpool", "typed-builder", "walkdir", @@ -3248,7 +3248,7 @@ dependencies = [ "log", "num_cpus", "snap", - "thiserror 2.0.14", + "thiserror 2.0.17", ] [[package]] @@ -4330,7 +4330,7 @@ dependencies = [ "skeptic", "tantivy", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.17", "winstructs", ] @@ -4424,7 +4424,7 @@ dependencies = [ "rustc-hash 1.1.0", "spirv", "strum 0.26.3", - "thiserror 2.0.14", + "thiserror 2.0.17", "unicode-ident", ] @@ -5026,7 +5026,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "thiserror 2.0.14", + "thiserror 2.0.17", "tokio", "tracing", "url", @@ -6384,7 +6384,7 @@ dependencies = [ "rustc-hash 2.1.1", "rustls", "socket2 0.5.10", - "thiserror 2.0.14", + "thiserror 2.0.17", "tokio", "tracing", "web-time", @@ -6405,7 +6405,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.14", + "thiserror 2.0.17", "tinyvec", "tracing", "web-time", @@ -6652,7 +6652,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.14", + "thiserror 2.0.17", ] [[package]] @@ -6805,7 +6805,7 @@ dependencies = [ "nix", "regex", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.17", ] [[package]] @@ -7435,7 +7435,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f354fd282d3177c2951004953e2fdc4cb342fa159bbee8b829852b6a081c8ea1" dependencies = [ "rand 0.9.2", - "thiserror 2.0.14", + "thiserror 2.0.17", ] [[package]] @@ -7903,7 +7903,7 @@ dependencies = [ "tantivy-stacker", "tantivy-tokenizer-api", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.17", "time", "uuid", "winapi", @@ -8077,11 +8077,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.17", ] [[package]] @@ -8097,9 +8097,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", @@ -9229,7 +9229,7 @@ dependencies = [ "raw-window-handle", "rustc-hash 1.1.0", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.17", "wgpu-core-deps-apple", "wgpu-core-deps-emscripten", "wgpu-core-deps-windows-linux-android", @@ -9303,7 +9303,7 @@ dependencies = [ "raw-window-handle", "renderdoc-sys", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.17", "wasm-bindgen", "web-sys", "wgpu-types", @@ -9321,7 +9321,7 @@ dependencies = [ "bytemuck", "js-sys", "log", - "thiserror 2.0.14", + "thiserror 2.0.17", "web-sys", ] @@ -9919,7 +9919,7 @@ dependencies = [ "os_pipe", "rustix 0.38.44", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.17", "tree_magic_mini", "wayland-backend", "wayland-client", diff --git a/Cargo.toml b/Cargo.toml index a2e157e..377b684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ mtf = { version = "0.6.1", default-features = false, path = "crates/mft" } csvs_convert = { version = "0.12.1", features = ["converters", "parquet"] } tokio = { version = "1", features = ["full"] } anyhow = { version = "1.0" } -thiserror = "2.0.14" +thiserror = "2.0.17" regex = "1.11.1" chrono = { version = "0.4", default-features = false } rand = "0.9.2"