diff --git a/attest/core/Cargo.toml b/attest/core/Cargo.toml index 878b2945b5..e3fcdec888 100644 --- a/attest/core/Cargo.toml +++ b/attest/core/Cargo.toml @@ -60,7 +60,7 @@ rand_hc = "0.3" [build-dependencies] mc-sgx-build = { path = "../../sgx/build" } -cargo-emit = "0.1" +cargo-emit = "0.2" chrono = "0.4" hex = "0.4" lazy_static = "1.4" diff --git a/fog/ingest/enclave/edl/Cargo.toml b/fog/ingest/enclave/edl/Cargo.toml index faf25998f9..ac33079f01 100644 --- a/fog/ingest/enclave/edl/Cargo.toml +++ b/fog/ingest/enclave/edl/Cargo.toml @@ -8,4 +8,4 @@ license = "GPL-3.0" [build-dependencies] mc-util-build-script = { path = "../../../../util/build/script" } -cargo-emit = "0.1" +cargo-emit = "0.2" diff --git a/fog/ingest/enclave/trusted/Cargo.lock b/fog/ingest/enclave/trusted/Cargo.lock index 55f82ec3df..524014f086 100644 --- a/fog/ingest/enclave/trusted/Cargo.lock +++ b/fog/ingest/enclave/trusted/Cargo.lock @@ -235,6 +235,12 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d1d6b8077d27443822a547d1ef816eadd2dc4a75de9105aff614192729cf6d3" +[[package]] +name = "cargo-emit" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1582e1c9e755dd6ad6b224dcffb135d199399a4568d454bd89fe515ca8425695" + [[package]] name = "cc" version = "1.0.70" @@ -714,7 +720,7 @@ name = "mc-attest-ake" version = "1.1.2" dependencies = [ "aead", - "cargo-emit", + "cargo-emit 0.1.1", "digest", "displaydoc", "mc-attest-core", @@ -733,7 +739,7 @@ version = "1.1.2" dependencies = [ "binascii", "bitflags", - "cargo-emit", + "cargo-emit 0.2.1", "cfg-if 1.0.0", "chrono", "digest", @@ -963,7 +969,7 @@ dependencies = [ name = "mc-fog-ingest-enclave-edl" version = "1.1.0" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", "mc-util-build-script", ] @@ -1000,7 +1006,7 @@ dependencies = [ name = "mc-fog-ingest-enclave-trusted" version = "1.1.0" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", "lazy_static", "mbedtls", "mbedtls-sys-auto", @@ -1044,7 +1050,7 @@ dependencies = [ name = "mc-fog-ocall-oram-storage-edl" version = "1.1.0" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", ] [[package]] @@ -1195,7 +1201,7 @@ version = "1.1.2" name = "mc-sgx-debug-edl" version = "1.1.2" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", ] [[package]] @@ -1213,7 +1219,7 @@ version = "1.1.2" name = "mc-sgx-panic-edl" version = "1.1.2" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", ] [[package]] @@ -1249,7 +1255,7 @@ dependencies = [ name = "mc-sgx-slog-edl" version = "1.1.2" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", ] [[package]] @@ -1299,7 +1305,7 @@ dependencies = [ name = "mc-util-build-script" version = "1.1.2" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", "displaydoc", "lazy_static", "url", @@ -1310,7 +1316,7 @@ dependencies = [ name = "mc-util-build-sgx" version = "1.1.2" dependencies = [ - "cargo-emit", + "cargo-emit 0.2.1", "cc", "displaydoc", "mc-util-build-script", diff --git a/fog/ingest/enclave/trusted/Cargo.toml b/fog/ingest/enclave/trusted/Cargo.toml index 207cdc293a..f7de0dc96b 100644 --- a/fog/ingest/enclave/trusted/Cargo.toml +++ b/fog/ingest/enclave/trusted/Cargo.toml @@ -51,7 +51,7 @@ sha2 = { version = "0.9.5", default-features = false } mc-util-build-sgx = { path = "../../../../util/build/sgx" } mc-util-build-script = { path = "../../../../util/build/script" } -cargo-emit = "0.1.1" +cargo-emit = "0.2.1" pkg-config = "0.3" [profile.dev] diff --git a/fog/ocall_oram_storage/edl/Cargo.toml b/fog/ocall_oram_storage/edl/Cargo.toml index 067369f5d1..4c6fab865d 100644 --- a/fog/ocall_oram_storage/edl/Cargo.toml +++ b/fog/ocall_oram_storage/edl/Cargo.toml @@ -7,4 +7,4 @@ links = "fog_ocall_oram_storage_edl" license = "GPL-3.0" [build-dependencies] -cargo-emit = "0.1" +cargo-emit = "0.2" diff --git a/sgx/debug-edl/Cargo.toml b/sgx/debug-edl/Cargo.toml index df2c275693..0466014a28 100644 --- a/sgx/debug-edl/Cargo.toml +++ b/sgx/debug-edl/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" links = "sgx_debug_edl" [build-dependencies] -cargo-emit = "0.1" +cargo-emit = "0.2" diff --git a/sgx/panic-edl/Cargo.toml b/sgx/panic-edl/Cargo.toml index b116719427..b2f5838441 100644 --- a/sgx/panic-edl/Cargo.toml +++ b/sgx/panic-edl/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" links = "sgx_panic_edl" [build-dependencies] -cargo-emit = "0.1" +cargo-emit = "0.2" diff --git a/sgx/slog-edl/Cargo.toml b/sgx/slog-edl/Cargo.toml index dc7492981b..0dc67bf32e 100644 --- a/sgx/slog-edl/Cargo.toml +++ b/sgx/slog-edl/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" links = "sgx_slog_edl" [build-dependencies] -cargo-emit = "0.1" +cargo-emit = "0.2" diff --git a/util/build/script/Cargo.toml b/util/build/script/Cargo.toml index 952c120d0a..6c37e5ebd9 100644 --- a/util/build/script/Cargo.toml +++ b/util/build/script/Cargo.toml @@ -7,7 +7,7 @@ description = "Cargo build-script assistance, from MobileCoin." readme = "README.md" [dependencies] -cargo-emit = "0.1.1" +cargo-emit = "0.2.1" displaydoc = { version = "0.2", default-features = false } lazy_static = "1.4" url = "2.2" diff --git a/util/build/sgx/Cargo.toml b/util/build/sgx/Cargo.toml index 47f03feefd..2a5567e49f 100644 --- a/util/build/sgx/Cargo.toml +++ b/util/build/sgx/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" [dependencies] mc-util-build-script = { path = "../script" } -cargo-emit = "0.1.1" +cargo-emit = "0.2.1" cc = "1.0" displaydoc = { version = "0.2", default-features = false } pkg-config = "0.3"