From f3510d23736361e8d6a8ddf620fcc6c50a16a620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:53:19 +0000 Subject: [PATCH] chore(deps): update mc-sgx-tservice-sys requirement from 0.6.0 to 0.7.5 Updates the requirements on [mc-sgx-tservice-sys](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-tservice-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- alloc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloc/Cargo.toml b/alloc/Cargo.toml index 14be87f..0044948 100644 --- a/alloc/Cargo.toml +++ b/alloc/Cargo.toml @@ -24,4 +24,4 @@ pre-release-replacements = [ ] [dependencies] -mc-sgx-tservice-sys = "0.6.0" +mc-sgx-tservice-sys = "0.7.5"