fido-device-onboard/0001-Revert-chore-use-git-fork-for-aws-nitro-enclaves-cos.patch
Miguel Martín aefb11208f
Update to 0.5.3 upstream release
- Resolves: RHEL-77724

Upstream tag: v0.5.3
Upstream commit: c2010c0f

Commit authored by Packit automation (https://packit.dev/)
2025-02-08 00:04:52 +01:00

27 lines
1.0 KiB
Diff

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 }