From 2e4f47e4817fabbd89ce55022545dd2e57d079ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:07:33 +0000 Subject: [PATCH] Update sev requirement Updates the requirements on [sev](https://github.com/virtee/sev) to permit the latest version. Updates `sev` to 5.0.0 - [Commits](https://github.com/virtee/sev/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: sev dependency-type: direct:production dependency-group: rs-dependencies ... Signed-off-by: dependabot[bot] --- scripts/attestation_policy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/attestation_policy/Cargo.toml b/scripts/attestation_policy/Cargo.toml index 1562358d..85b53fe6 100644 --- a/scripts/attestation_policy/Cargo.toml +++ b/scripts/attestation_policy/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" clap = { version = "4.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -sev = "4.0.0" +sev = "5.0.0" base64 = "0.22.1"