From 7d0822d46653c3b0f3c434efd29d41274229a765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:53:19 +0000 Subject: [PATCH] chore(deps): update pgp requirement from 0.13.0 to 0.14.0 Updates the requirements on [pgp](https://github.com/rpgp/rpgp) to permit the latest version. - [Release notes](https://github.com/rpgp/rpgp/releases) - [Changelog](https://github.com/rpgp/rpgp/blob/main/CHANGELOG.md) - [Commits](https://github.com/rpgp/rpgp/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: pgp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 308c7fa..29a3cab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ digest = "0.10" sha2 = "0.10" md-5 = "0.10" sha1 = "0.10" -pgp = { version = "0.13.0", optional = true } +pgp = { version = "0.14.0", optional = true } chrono = { version = "0.4", optional = true } log = "0.4" itertools = "0.13"