From a76615c01e74e76e3da6c3081b0ea4977be4fbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:49:49 +0200 Subject: [PATCH] build(deps): update sev requirement from 3.1.1 to 4.0.0 in /az-cvm-vtpm (#56) Updates the requirements on [sev](https://github.com/virtee/sev) to permit the latest version. - [Commits](https://github.com/virtee/sev/commits) --- updated-dependencies: - dependency-name: sev dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- az-cvm-vtpm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/az-cvm-vtpm/Cargo.toml b/az-cvm-vtpm/Cargo.toml index fdc0edb..348caf3 100644 --- a/az-cvm-vtpm/Cargo.toml +++ b/az-cvm-vtpm/Cargo.toml @@ -44,6 +44,6 @@ openssl = "0.10" serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" thiserror = "1.0.38" -sev = "3.1.1" +sev = "4.0.0" ureq = { version = "2.6.2", default-features = false, features = ["json"] } zerocopy = { version = "0.7.26", features = ["derive"] }