From 6948a6c97ad69b1b5e54ce0bc1bf91ca6a46a6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:11:49 +0000 Subject: [PATCH] chore(deps): Bump sequoia-openpgp from 1.21.2 to 1.22.0 Bumps [sequoia-openpgp](https://gitlab.com/sequoia-pgp/sequoia) from 1.21.2 to 1.22.0. - [Commits](https://gitlab.com/sequoia-pgp/sequoia/compare/openpgp/v1.21.2...openpgp/v1.22.0) --- updated-dependencies: - dependency-name: sequoia-openpgp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- image-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e870dac78..a9e66d776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5649,9 +5649,9 @@ checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" [[package]] name = "sequoia-openpgp" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13261ee216b44d932ef93b2d4a75d45199bef77864bcc5b77ecfc7bc0ecb02d6" +checksum = "e858e4e9e48ff079cede92e1b45c942a5466ce9a4e3cc0c2a7e66586a718ef59" dependencies = [ "aes", "aes-gcm", diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml index f5ee217a9..8c86ef889 100644 --- a/image-rs/Cargo.toml +++ b/image-rs/Cargo.toml @@ -41,7 +41,7 @@ prost = { workspace = true, optional = true } protobuf = { workspace = true, optional = true } reqwest = { workspace = true, features = ["json"], optional = true } resource_uri = { path = "../attestation-agent/deps/resource_uri", optional = true } -sequoia-openpgp = { version = "1.21.2", default-features = false, features = [ +sequoia-openpgp = { version = "1.22.0", default-features = false, features = [ "compression", "crypto-rust", "allow-experimental-crypto",