From 3ce8600ac13badd4eb617ccecc55930a721a557a Mon Sep 17 00:00:00 2001 From: NikitaShyrei Date: Mon, 5 Aug 2024 15:22:35 +0200 Subject: [PATCH] - some change --- intel-sgx/sgxs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intel-sgx/sgxs/Cargo.toml b/intel-sgx/sgxs/Cargo.toml index 47c05dcd..5d944d84 100644 --- a/intel-sgx/sgxs/Cargo.toml +++ b/intel-sgx/sgxs/Cargo.toml @@ -22,7 +22,7 @@ time = { version = "0.3", features = ["formatting", "local-offset", "macros", "s thiserror = "1.0" # MIT/Apache-2.0 anyhow = "1.0" # MIT/Apache-2.0 openssl = { version = "0.10", optional = true } # Apache-2.0 -openssl-sys = { version = "0.9.24", optional = true } # Apache-2.0 +openssl-sys = { version = "0.9.24", optional = true } # Apache-2.0 foreign-types = { version = "0.3", optional = true } # MIT/Apache-2.0 sha2 = { version = "0.8", optional = true } # MIT OR Apache-2.0