From f5993a72ec214e4358e207d46e70a72bb8eec4af Mon Sep 17 00:00:00 2001 From: Dependabot Date: Mon, 7 Jul 2025 23:41:14 +0000 Subject: [PATCH] chore(deps): Bump thiserror from 1.0.69 to 2.0.12 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bd7b83..5bbd383 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,18 +434,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 03c0a83..db5673e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ all-features = true [dependencies] comlexr_macro = { version = "=1.4.2", path = "./macro" } -thiserror = "1.0.65" +thiserror = "2.0.12" [dev-dependencies] rstest = "0.25"