From b04df1621474c6a08d702e4fe2f72b679b46375d Mon Sep 17 00:00:00 2001 From: Li Chaoran Date: Sun, 7 May 2023 15:01:20 +0800 Subject: [PATCH] update efi_signer Signed-off-by: Li Chaoran --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc398a3..777efa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ url = "2.3.1" futures = "0.3.26" utoipa = { version = "3", features = ["actix_extras"] } utoipa-swagger-ui = { version ="3.1.3", features = ["actix-web"]} -efi_signer = "0.1.0" +efi_signer = "0.2.0" [build-dependencies] tonic-build = "0.8.4" -- Gitee