From 41c2fd557e8e5d962e487f51257e00347f712f05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:52:56 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8fa98e..426092e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ post-release-commit-message = "start next development iteration {{next_version}} [dependencies] log = "0.4.20" -thiserror = "1.0.48" +thiserror = "1.0.59" directories = "5.0.1" gpgme = "0.11.0"