From 8321d74d35964efb90ab8c9df36ab86bfb907736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 22:51:23 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.18 in /panoptes Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- panoptes/Cargo.lock | 38 +++++++++----------------------------- panoptes/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 30 deletions(-) diff --git a/panoptes/Cargo.lock b/panoptes/Cargo.lock index 6b27366..65cc5d8 100644 --- a/panoptes/Cargo.lock +++ b/panoptes/Cargo.lock @@ -217,7 +217,7 @@ dependencies = [ "num-traits", "pastey", "rayon", - "thiserror 2.0.18", + "thiserror", "v_frame", "y4m", ] @@ -1562,7 +1562,7 @@ dependencies = [ "jni-sys", "log", "simd_cesu8", - "thiserror 2.0.18", + "thiserror", "walkdir", "windows-link", ] @@ -1788,7 +1788,7 @@ dependencies = [ "rangemap", "sha2", "stringprep", - "thiserror 2.0.18", + "thiserror", "ttf-parser", "weezl", ] @@ -2130,7 +2130,7 @@ dependencies = [ "symphonia", "tar", "tempfile", - "thiserror 1.0.69", + "thiserror", "tokio", "tokio-test", "tokio-tungstenite", @@ -2379,7 +2379,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.18", + "thiserror", "tokio", "tracing", "web-time", @@ -2401,7 +2401,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror", "tinyvec", "tracing", "web-time", @@ -2507,7 +2507,7 @@ dependencies = [ "rand", "rand_chacha", "simd_helpers", - "thiserror 2.0.18", + "thiserror", "v_frame", "wasm-bindgen", ] @@ -3317,33 +3317,13 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl 1.0.69", -] - [[package]] name = "thiserror" version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.18", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn", + "thiserror-impl", ] [[package]] @@ -3726,7 +3706,7 @@ dependencies = [ "log", "rand", "sha1", - "thiserror 2.0.18", + "thiserror", ] [[package]] diff --git a/panoptes/Cargo.toml b/panoptes/Cargo.toml index 1ff33f1..4fa7a27 100644 --- a/panoptes/Cargo.toml +++ b/panoptes/Cargo.toml @@ -46,7 +46,7 @@ chrono = { version = "0.4", features = ["serde"] } base64 = "0.22" # Error handling -thiserror = "1.0" +thiserror = "2.0" anyhow = "1.0" # Database (SQLite for tags/categories)