From 9352043ee0c53b3f649299b0c53e56ac85dbc356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:16:28 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14c5785..f3f1dc0 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.17" -thiserror = "1.0.31" +thiserror = "1.0.48" directories = "4.0.1" gpgme = "0.10.0"