From 39f649387448b1732e773d09b3adb5896285d380 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:46:06 +0000 Subject: [PATCH] build(deps): update rust crate thiserror to 1.0.41 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbfe497..fb366b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1277,18 +1277,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1faedb1..ebe4af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ reqwest = { version = "0.11.18", default-features = false, features = ["json", " semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.166", features = ["derive"] } serde_json = { version = "1.0.99", features = ["preserve_order"] } -thiserror = "1.0.40" +thiserror = "1.0.41" tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] }