From 7073b96b9c5148a0e119c508c4e8970fff1713dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:53:47 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.44 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2c7803..1cc570d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,18 +1752,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.41" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" +checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.41" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" +checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ac46fb7..b1948e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ regex = "1.8.4" typed-builder = "0.14.0" log = { version = "0.4.19", optional = true } pretty_env_logger = { version = "0.5.0", optional = true } -thiserror = "1.0.41" +thiserror = "1.0.44" parse-display = "0.8.2" clap-markdown = { version = "0.1.3", optional = true }