Skip to content

Commit

Permalink
chore: update aws-nitro-enclaves-cose requirement from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-nitro-enclaves-cose](https://github.com/awslabs/aws-nitro-enclaves-cose) to permit the latest version.
- [Release notes](https://github.com/awslabs/aws-nitro-enclaves-cose/releases)
- [Changelog](https://github.com/awslabs/aws-nitro-enclaves-cose/blob/main/CHANGELOG.md)
- [Commits](awslabs/aws-nitro-enclaves-cose@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: aws-nitro-enclaves-cose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and 7flying committed Jan 2, 2023
1 parent 7bad6cb commit a06a3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-formats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_cbor = "0.11"
serde_repr = "0.1.6"
serde_tuple = "0.5"
thiserror = "1"
aws-nitro-enclaves-cose = "0.4.0"
aws-nitro-enclaves-cose = "0.5.0"
uuid = "1.0"
num-traits = "0.2"
num-derive = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion http-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ openssl = "0.10.45"

fdo-data-formats = { path = "../data-formats", version = "0.4.7" }
fdo-store = { path = "../store", version = "0.4.7" }
aws-nitro-enclaves-cose = "0.4.0"
aws-nitro-enclaves-cose = "0.5.0"

# Server-side
uuid = { version = "1.0", features = ["v4"], optional = true }
Expand Down

0 comments on commit a06a3a8

Please sign in to comment.