From 1038fbacba0225650e791d3fa8f5b9627d7e5df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:55:28 +0000 Subject: [PATCH] chore(deps): bump thiserror in /tools/floppy-witness 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] --- tools/floppy-witness/Cargo.lock | 28 ++++------------------------ tools/floppy-witness/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/tools/floppy-witness/Cargo.lock b/tools/floppy-witness/Cargo.lock index 21220d41..f2817ebc 100644 --- a/tools/floppy-witness/Cargo.lock +++ b/tools/floppy-witness/Cargo.lock @@ -144,7 +144,7 @@ dependencies = [ "num-traits", "pastey", "rayon", - "thiserror 2.0.18", + "thiserror", "v_frame", "y4m", ] @@ -1570,7 +1570,7 @@ dependencies = [ "rand", "rand_chacha", "simd_helpers", - "thiserror 2.0.18", + "thiserror", "v_frame", "wasm-bindgen", ] @@ -1681,7 +1681,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 1.0.69", + "thiserror", "tokio", ] @@ -1966,33 +1966,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]] diff --git a/tools/floppy-witness/Cargo.toml b/tools/floppy-witness/Cargo.toml index 9c70419e..8c4b4b0b 100644 --- a/tools/floppy-witness/Cargo.toml +++ b/tools/floppy-witness/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0" sha2 = "0.10" hex = "0.4" anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" chrono = { version = "0.4", features = ["serde"] } qrcode = "0.14" image = "0.25"