From d137b9765bb0f5943f77bfc8238180266e4102ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:48:53 +0000 Subject: [PATCH] chore(deps): update mc-sgx-urts requirement from 0.6.0 to 0.7.4 Updates the requirements on [mc-sgx-urts](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-urts dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- io/untrusted/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/untrusted/Cargo.toml b/io/untrusted/Cargo.toml index 462861c..cef2db6 100644 --- a/io/untrusted/Cargo.toml +++ b/io/untrusted/Cargo.toml @@ -18,7 +18,7 @@ sim = ["mc-sgx-urts/sim"] default = [] [dependencies] -mc-sgx-urts = "0.6.0" +mc-sgx-urts = "0.7.4" mc-sgx-util = "0.6.0" once_cell = "1.16.0"