From f66d27a8355cd4d6b56158e6f82bbedc121328ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 04:41:09 +0000 Subject: [PATCH] bump(thiserror): update to v1.0.43 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88a7684..487e458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,18 +1226,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.41" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" +checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.41" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" +checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d1046ab..6a58689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ reqwest = { version = "0.11.18", features = ["blocking", "json"] } semver = "1.0.17" serde = { version = "1.0.167", features = ["derive"] } serde_json = "1.0.100" -thiserror = "1.0.41" +thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["macros"] } tracing = { version = "0.1.38", features = ["log"]} tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt"] }