Skip to content

Commit

Permalink
Merge pull request #194 from mobilecoinfoundation/nick/bump-sgx-crates
Browse files Browse the repository at this point in the history
Bump SGX crates to 0.10.0
  • Loading branch information
nick-mobilecoin authored Dec 5, 2023
2 parents c742e11 + 94933ae commit 5b41f4a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Changed

- Updated SGX crates to `0.10.0`.

## [0.4.1] - 2023-10-20

### Changed
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ der = { version = "0.7.7", default-features = false }
displaydoc = { version = "0.2.1", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["serde", "alloc"] }
mbedtls = { version = "0.8.1", default-features = false, features = ["no_std_deps"], optional = true }
mc-sgx-core-sys-types = "0.9.0"
mc-sgx-core-types = "0.9.0"
mc-sgx-dcap-types = { version = "0.9.0", default-features = false, features = ["tcb"] }
mc-sgx-core-sys-types = "0.10.0"
mc-sgx-core-types = "0.10.0"
mc-sgx-dcap-types = { version = "0.10.0", default-features = false, features = ["tcb"] }
p256 = { version = "0.13.0", default-features = false, features = ["ecdsa"] }
serde = { version = "1.0.162", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.103", default-features = false, features = ["alloc", "raw_value"] }
Expand All @@ -32,7 +32,7 @@ x509-cert = { version = "0.2.3", default-features = false, features = ["pem"] }

[dev-dependencies]
assert_matches = "1.5.0"
mc-sgx-dcap-sys-types = "0.9.0"
mc-sgx-dcap-sys-types = "0.10.0"
rand = "0.8.5"
textwrap = "0.16.0"
yare = "2.0.0"
Expand Down

0 comments on commit 5b41f4a

Please sign in to comment.