From 2e5040a126d6ec239ced0bf7d435d16afeab43cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 03:30:01 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.49 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8fa98e..90fe8aa 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.49" directories = "5.0.1" gpgme = "0.11.0"