From 744386069ff79cc9cd30711f522663dc6f0bf444 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 06:08:38 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.32 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b8fa7a..a67e159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,18 +363,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" +checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" +checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 286a729..09dfaaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ hmac = { version = "0.12.1", optional = true } chrono = { version = "0.4.19", optional = true } serde = { version = "1.0.141", optional = true } jsonwebtoken = { version = "8.1.1", optional = true } -thiserror = "1.0.31" +thiserror = "1.0.32" [dev-dependencies] anyhow = "1.0.60"