-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to latest version of aws-nitro-enclaves-cose
Update to the latest version of aws-nitro-enclaves-cose crate Signed-off-by: Miguel Martín <[email protected]>
- Loading branch information
Showing
12 changed files
with
72 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
...git-fork-for-aws-nitro-enclaves-cos.patch → ...sed-aws-nitro-enclaves-cose-version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
diff --git a/data-formats/Cargo.toml b/data-formats/Cargo.toml | ||
index 9dafc344..4a398aa6 100644 | ||
index 30434348..c5a1aedd 100644 | ||
--- a/data-formats/Cargo.toml | ||
+++ b/data-formats/Cargo.toml | ||
@@ -17,7 +17,7 @@ serde_cbor = "0.11" | ||
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" } | ||
+aws-nitro-enclaves-cose = "0.4.0" | ||
-aws-nitro-enclaves-cose = { git = "https://github.com/awslabs/aws-nitro-enclaves-cose/", rev = "6064f826d551a9db0bd42e9cf928feaf272e8d17" } | ||
+aws-nitro-enclaves-cose = "0.5.2" | ||
uuid = "1.3" | ||
num-traits = "0.2" | ||
num-derive = "0.4" | ||
diff --git a/http-wrapper/Cargo.toml b/http-wrapper/Cargo.toml | ||
index ee02419b..1af8f35f 100644 | ||
index 5259dfb0..495a346f 100644 | ||
--- a/http-wrapper/Cargo.toml | ||
+++ b/http-wrapper/Cargo.toml | ||
@@ -20,7 +20,7 @@ openssl = "0.10.66" | ||
|
||
@@ -20,7 +20,7 @@ openssl = "0.10.70" | ||
fdo-data-formats = { path = "../data-formats", version = "0.5.3" } | ||
fdo-store = { path = "../store", version = "0.5.3" } | ||
-aws-nitro-enclaves-cose = { git = "https://github.com/nullr0ute/aws-nitro-enclaves-cose/", rev = "e3938e60d9051690569d1e4fcbe1c0c99d2fafa8" } | ||
+aws-nitro-enclaves-cose = "0.4.0" | ||
|
||
-aws-nitro-enclaves-cose = { git = "https://github.com/awslabs/aws-nitro-enclaves-cose/", rev = "6064f826d551a9db0bd42e9cf928feaf272e8d17" } | ||
+aws-nitro-enclaves-cose = "0.5.2" | ||
# Server-side | ||
uuid = { version = "1.3", features = ["v4"], optional = true } |
This file was deleted.
Oops, something went wrong.