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",