From 5839780f6edf37f9a7d9a7dbc944e6c4a349ae7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:49:13 +0000 Subject: [PATCH] chore(deps): update mc-sgx-core-sys-types requirement Updates the requirements on [mc-sgx-core-sys-types](https://github.com/mobilecoinfoundation/sgx) to permit the latest version. - [Release notes](https://github.com/mobilecoinfoundation/sgx/releases) - [Changelog](https://github.com/mobilecoinfoundation/sgx/blob/v0.7.4/CHANGELOG.md) - [Commits](https://github.com/mobilecoinfoundation/sgx/compare/v0.6.0...v0.7.4) --- updated-dependencies: - dependency-name: mc-sgx-core-sys-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- io/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/Cargo.toml b/io/Cargo.toml index 5119732..e79b8ee 100644 --- a/io/Cargo.toml +++ b/io/Cargo.toml @@ -14,7 +14,7 @@ repository = { workspace = true } rust-version = { workspace = true } [dependencies] -mc-sgx-core-sys-types = "0.6.0" +mc-sgx-core-sys-types = "0.7.4" mc-sgx-core-types = "0.6.0" mc-sgx-util = "0.6.0"