From 846ccc454ac1801b3fafc6dc3b99d4cdc8179574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:55:49 +0000 Subject: [PATCH] bump(thiserror): update to v2.0.3 (#206) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adb1fb4..7e00be3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,18 +1467,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index eba4bfc..e198327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ reqwest = { version = "0.12", features = ["blocking", "json"] } semver = "1.0.23" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" -thiserror = "1.0.61" +thiserror = "2.0.0" tokio = { version = "1.38.0", features = ["macros"] } tracing = { version = "0.1.40", features = ["log"]} tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] }