From c558008e014c7e2517f099ec3aa91a2fe9aeaf30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:14:20 +0000 Subject: [PATCH] chore(deps): update pgp requirement from 0.11.0 to 0.13.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.11.0...v0.13.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 6f38cba..1dfb2e4 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.11.0", optional = true } +pgp = { version = "0.13.0", optional = true } chrono = { version = "0.4", optional = true } log = "0.4" itertools = "0.13"