From fa795bfdeac0f832cafe04efb5d27c6c5452fe85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:52:51 +0000 Subject: [PATCH] chore(deps): update mc-sgx-core-types requirement from 0.6.0 to 0.7.5 Updates the requirements on [mc-sgx-core-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/main/CHANGELOG.md) - [Commits](https://github.com/mobilecoinfoundation/sgx/compare/v0.6.0...v0.7.5) --- updated-dependencies: - dependency-name: mc-sgx-core-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..8222e31 100644 --- a/io/Cargo.toml +++ b/io/Cargo.toml @@ -15,7 +15,7 @@ rust-version = { workspace = true } [dependencies] mc-sgx-core-sys-types = "0.6.0" -mc-sgx-core-types = "0.6.0" +mc-sgx-core-types = "0.7.5" mc-sgx-util = "0.6.0" [dev-dependencies]