diff --git a/data-formats/Cargo.toml b/data-formats/Cargo.toml index 9dafc344..4a398aa6 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" 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 --- a/http-wrapper/Cargo.toml +++ b/http-wrapper/Cargo.toml @@ -20,7 +20,7 @@ openssl = "0.10.66" 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" # Server-side uuid = { version = "1.3", features = ["v4"], optional = true }