From 8989b5e8f8a4a5cdd248e395bb94e06eb31e195c Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 8 Oct 2025 03:45:45 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 2.0.17 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff75899..8403cfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,18 +497,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 12f6d1a..e9c4b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.42", default-features = false, features = ["std"] } indexmap = "2.11.4" quick-xml = "0.38.3" newtype-uuid = "1.2.4" -thiserror = "2.0.16" +thiserror = "2.0.17" strip-ansi-escapes = "0.2.1" uuid = "1.17.0"