diff --git a/crates/shim-sgx/Cargo.toml b/crates/shim-sgx/Cargo.toml index ddbbb5250..124a1ade8 100644 --- a/crates/shim-sgx/Cargo.toml +++ b/crates/shim-sgx/Cargo.toml @@ -16,7 +16,7 @@ disable-sgx-attestation = [] const-default = { version = "1.0", default-features = false } crt0stack = { version = "0.1", default-features = false } goblin = { version = "0.5", features = ["elf64"], default-features = false } -mmledger = { version = "0.3.0", default-features = false } +mmledger = { version = "0.4.0", default-features = false } 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 }