Skip to content

Commit a4a2a2e

Browse files
committed
Pin aws-nitro-enclaves-cose branch
1 parent a5353c7 commit a4a2a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fortanix-vme/nitro-attestation-verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chrono = "0.4"
99
serde_cbor = "0.11"
1010
# Required until PR36 is accepted
1111
# https://github.com/awslabs/aws-nitro-enclaves-cose/pull/36
12-
aws-nitro-enclaves-cose = { version = "0.5.0", git = "https://github.com/fortanix/aws-nitro-enclaves-cose.git", branch = "raoul/crypto_abstraction", default-features = false }
12+
aws-nitro-enclaves-cose = { version = "0.5.0", git = "https://github.com/fortanix/aws-nitro-enclaves-cose.git", branch = "raoul/crypto_abstraction_pinned", default-features = false }
1313
mbedtls = { version = "0.8.2", features = ["rdrand", "std", "dsa", "time"], default-features = false, optional = true }
1414
num-bigint = "0.4"
1515
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)