From 86217594356df286472c0fd41ae9eb08f6218e27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:27:52 +0000 Subject: [PATCH] build(deps): update sev requirement from 4.0.0 to 5.0.0 in /az-cvm-vtpm Updates the requirements on [sev](https://github.com/virtee/sev) to permit the latest version. - [Commits](https://github.com/virtee/sev/compare/v4.0.0...v4.0.0) --- updated-dependencies: - dependency-name: sev dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 d53da31..9843581 100644 --- a/az-cvm-vtpm/Cargo.toml +++ b/az-cvm-vtpm/Cargo.toml @@ -45,7 +45,7 @@ openssl = "0.10" serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" thiserror = "2.0.3" -sev = "4.0.0" +sev = "5.0.0" ureq = { version = "2.6.2", default-features = false, features = ["json"] } zerocopy = { version = "0.7.26", features = ["derive"] } hex = "0.4"