Skip to content

Commit

Permalink
Bump cargo-emit from 0.1.1 to 0.2.1 in /fog/ingest/enclave/trusted
Browse files Browse the repository at this point in the history
Bumps [cargo-emit](https://github.com/nvzqz/cargo-emit) from 0.1.1 to 0.2.1.
- [Release notes](https://github.com/nvzqz/cargo-emit/releases)
- [Changelog](https://github.com/nvzqz/cargo-emit/blob/master/CHANGELOG.md)
- [Commits](nvzqz/cargo-emit@v0.1.1...v0.2.1)

---
updated-dependencies:
- dependency-name: cargo-emit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 17, 2021
1 parent 949bf67 commit 4a85261
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion attest/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion fog/ingest/enclave/edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
26 changes: 16 additions & 10 deletions fog/ingest/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fog/ingest/enclave/trusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion fog/ocall_oram_storage/edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ links = "fog_ocall_oram_storage_edl"
license = "GPL-3.0"

[build-dependencies]
cargo-emit = "0.1"
cargo-emit = "0.2"
2 changes: 1 addition & 1 deletion sgx/debug-edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
links = "sgx_debug_edl"

[build-dependencies]
cargo-emit = "0.1"
cargo-emit = "0.2"
2 changes: 1 addition & 1 deletion sgx/panic-edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
links = "sgx_panic_edl"

[build-dependencies]
cargo-emit = "0.1"
cargo-emit = "0.2"
2 changes: 1 addition & 1 deletion sgx/slog-edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
links = "sgx_slog_edl"

[build-dependencies]
cargo-emit = "0.1"
cargo-emit = "0.2"
2 changes: 1 addition & 1 deletion util/build/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion util/build/sgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4a85261

Please sign in to comment.