From 9538671a594bd7caa37f39a516d744778be5cd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:13:42 +0000 Subject: [PATCH] build(deps): update sgx requirement in /crates/shim-sgx Updates the requirements on [sgx](https://github.com/enarx/sgx) to permit the latest version. - [Release notes](https://github.com/enarx/sgx/releases) - [Commits](https://github.com/enarx/sgx/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: sgx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/shim-sgx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim-sgx/Cargo.toml b/crates/shim-sgx/Cargo.toml index ddbbb5250..ca1ea31f5 100644 --- a/crates/shim-sgx/Cargo.toml +++ b/crates/shim-sgx/Cargo.toml @@ -21,7 +21,7 @@ noted = { version = "1.0.0", default-features = false } primordial = { version = "0.5.0", features = ["const-default"], default-features = false } rcrt1 = { version = "2.4.0", default-features = false } sallyport = { version = "0.6.2", path = "../sallyport", default-features = false } -sgx = { version = "0.5.0", default-features = false } +sgx = { version = "0.6.0", default-features = false } spinning = { version = "0.1", default-features = false } x86_64 = { version = "0.14.9", default-features = false } xsave = { version = "2.0.2", default-features = false }