From b9d74c01579020e3fae4716718c2057eb1f61b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:39:10 +0000 Subject: [PATCH] chore(deps): update mc-sgx-tstdc requirement from 0.6.0 to 0.7.2 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.2) --- 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..5400736 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.2"