From b603762a03641d827bea5804224160c690b4f47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:32:02 +0000 Subject: [PATCH] build(deps): bump pgp from 0.14.0 to 0.14.1 Bumps [pgp](https://github.com/rpgp/rpgp) from 0.14.0 to 0.14.1. - [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.14.0...v0.14.1) --- updated-dependencies: - dependency-name: pgp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++----- tugger-rust-toolchain/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd4577e10..138d478bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,6 +374,7 @@ dependencies = [ "blake2", "cpufeatures", "password-hash", + "zeroize", ] [[package]] @@ -3903,15 +3904,15 @@ dependencies = [ [[package]] name = "pgp" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49bb5f77aaf8ae1ed6fe63387ad513b10cd44716fd053ecc227b9493c096cdb2" +checksum = "f45d503d1ed3d90868a4ef71f587f167fe224ca5401df94bf2d4b319c0862fcb" dependencies = [ "aes", "aes-gcm", "aes-kw", "argon2", - "base64 0.21.7", + "base64 0.22.1", "bitfield", "block-padding", "blowfish", @@ -4824,9 +4825,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" +checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" dependencies = [ "const-oid", "digest", @@ -5247,6 +5248,7 @@ checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" dependencies = [ "digest", "sha1", + "zeroize", ] [[package]] diff --git a/tugger-rust-toolchain/Cargo.toml b/tugger-rust-toolchain/Cargo.toml index 415849608..eb373f003 100644 --- a/tugger-rust-toolchain/Cargo.toml +++ b/tugger-rust-toolchain/Cargo.toml @@ -17,7 +17,7 @@ fs2 = "0.4.3" hex = "0.4.3" log = "0.4.22" once_cell = "1.20.2" -pgp = "0.14.0" +pgp = "0.14.1" sha2 = "0.10.8" simple-file-manifest = "0.11.0" tar = "0.4.43"