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 }