From 18eaa915b8173276cecc28733e7f30084b3ba79a Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 17 May 2024 20:19:52 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.61 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f28529898..4e0e9eb0bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3641,18 +3641,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a03aac735c..e7220aa1ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde_yaml = "0.9.34" strum = "0.26.2" syn = "2.0.64" sysinfo = "0.30.12" -thiserror = "1.0.60" +thiserror = "1.0.61" tokio = "1.37.0" tracing = "0.1.40" tracing-subscriber = "0.3.18"