From da907073f6c2290afbc4ac4a47ea559d4c62d326 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 9 Jan 2025 22:30:31 +0000 Subject: [PATCH] chore: Fix up the make vendor patch Fix up the patch used in the make vendor script. Signed-off-by: Peter Robinson --- ...ert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/patches/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch b/patches/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch index 5b2ea36ca..a7aed8b4f 100644 --- a/patches/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch +++ b/patches/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch @@ -14,7 +14,7 @@ index 83979e1..c8ae80f 100644 --- a/data-formats/Cargo.toml +++ b/data-formats/Cargo.toml @@ -17,7 +17,7 @@ serde_cbor = "0.11" - serde_repr = "0.1.6" + serde_repr = "0.1.19" serde_tuple = "0.5" thiserror = "1" -aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclaves-cose/", rev = "e3938e60d9051690569d1e4fcbe1c0c99d2fafa8" } @@ -28,8 +28,8 @@ index 0decb0c..70fcf41 100644 +++ b/http-wrapper/Cargo.toml @@ -20,7 +20,7 @@ openssl = "0.10.66" - fdo-data-formats = { path = "../data-formats", version = "0.5.1" } - fdo-store = { path = "../store", version = "0.5.1" } + fdo-data-formats = { path = "../data-formats", version = "0.5.2" } + fdo-store = { path = "../store", version = "0.5.2" } -aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclaves-cose/", rev = "e3938e60d9051690569d1e4fcbe1c0c99d2fafa8" } +aws-nitro-enclaves-cose = "0.4.0" @@ -37,4 +37,3 @@ index 0decb0c..70fcf41 100644 uuid = { version = "1.3", features = ["v4"], optional = true } -- 2.47.0 -