From 8bf8be287aafe4e0bbc61365439a1173adf4bf45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:06:15 +0000 Subject: [PATCH] chore(deps): update mc-sgx-tstdc requirement from 0.6.0 to 0.7.0 Updates the requirements on [mc-sgx-tstdc](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.0) --- updated-dependencies: - dependency-name: mc-sgx-tstdc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/Cargo.toml b/sync/Cargo.toml index 8e300ed..ad1a2aa 100644 --- a/sync/Cargo.toml +++ b/sync/Cargo.toml @@ -20,4 +20,4 @@ doctest = false [dependencies] mc-sgx-panic-sys = { path = "../panic/sys", version = "=0.1.1-beta.0" } -mc-sgx-tstdc = "0.6.0" +mc-sgx-tstdc = "0.7.0"