Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded crate dependencies #3635

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion attest/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ mc-attest-verifier-types = { path = "../verifier/types" }
mc-common = { path = "../../common", default-features = false }
mc-crypto-digestible = { path = "../../crypto/digestible" }
mc-sgx-core-types = "0.9.0"
mc-sgx-css = { path = "../../sgx/css" }
mc-sgx-dcap-types = "0.9.0"
mc-sgx-types = { path = "../../sgx/types" }
mc-util-encodings = { path = "../../util/encodings" }
Expand Down
1 change: 0 additions & 1 deletion connection/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rust-version = { workspace = true }
[dependencies]
mc-blockchain-types = { path = "../../blockchain/types" }
mc-connection = { path = "../../connection" }
mc-consensus-enclave-api = { path = "../../consensus/enclave/api" }
mc-ledger-db = { path = "../../ledger/db", features = ["test_utils"] }
mc-transaction-core = { path = "../../transaction/core" }
mc-util-uri = { path = "../../util/uri" }
2 changes: 1 addition & 1 deletion consensus/enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mc-blockchain-types = { path = "../../blockchain/types" }
mc-common = { path = "../../common" }
mc-consensus-enclave-api = { path = "./api" }
mc-consensus-enclave-edl = { path = "./edl" }
mc-consensus-enclave-measurement = { path = "../../consensus/enclave/measurement" }
mc-crypto-keys = { path = "../../crypto/keys" }
mc-enclave-boundary = { path = "../../enclave-boundary" }
mc-sgx-panic-edl = { path = "../../sgx/panic-edl" }
Expand All @@ -37,6 +36,7 @@ pkg-config = "0.3"
[dev-dependencies]
mc-attest-ake = { path = "../../attest/ake" }
mc-attest-api = { path = "../../attest/api" }
mc-consensus-enclave-measurement = { path = "../../consensus/enclave/measurement" }
mc-fog-test-infra = { path = "../../fog/test_infra" }
mc-ledger-db = { path = "../../ledger/db", features = ["test_utils"] }
mc-rand = "1.0"
Expand Down
1 change: 0 additions & 1 deletion consensus/enclave/mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ mc-attest-core = { path = "../../../attest/core" }
mc-attest-enclave-api = { path = "../../../attest/enclave-api" }
mc-attest-untrusted = { path = "../../../attest/untrusted" }
mc-attest-verifier-types = { path = "../../../attest/verifier/types" }
mc-blockchain-test-utils = { path = "../../../blockchain/test-utils" }
mc-blockchain-types = { path = "../../../blockchain/types" }
mc-common = { path = "../../../common" }
mc-consensus-enclave-api = { path = "../api" }
Expand Down
3 changes: 0 additions & 3 deletions consensus/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 consensus/scp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ mc-crypto-keys = { path = "../../crypto/keys" }
mc-util-from-random = { path = "../../util/from-random" }
mc-util-serial = { path = "../../util/serial", features = ["std"] }

maplit = "1.0.2"
mockall = "0.11.4"
primitive-types = "0.12.1"
rand = "0.8"
Expand All @@ -35,6 +34,7 @@ mc-util-logger-macros = { path = "../../util/logger-macros" }
mc-util-test-helper = { path = "../../util/test-helper" }

crossbeam-channel = "0.5"
maplit = "1.0.2"
serial_test = "2.0"
tempfile = "3.8"

Expand Down
1 change: 0 additions & 1 deletion crypto/digestible/signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ default = ["alloc", "derive", "dalek"]
[dependencies]
mc-crypto-digestible = { path = "..", default_features = false }

schnorrkel-og = { version = "0.11.0-pre.0", default-features = false }
signature = { version = "2.0.0", default-features = false }
1 change: 0 additions & 1 deletion crypto/ring-signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ed25519-dalek = { version = "2.0.0", default-features = false }
hex_fmt = { version = "0.3", optional = true }

# MobileCoin dependencies
mc-account-keys-types = { path = "../../account-keys/types", default-features = false }
mc-core-types = { path = "../../core/types", default-features = false }
mc-crypto-digestible = { path = "../../crypto/digestible", default-features = false, features = ["dalek", "derive"] }
mc-crypto-hashes = { path = "../../crypto/hashes", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion crypto/x509/test-vectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ mc-crypto-keys = { path = "../../keys" }

clap = { version = "4.4", features = ["derive", "env"] }
pem = "3.0"
x509-signature = "0.5"
1 change: 0 additions & 1 deletion fog/ingest/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ mc-common = { path = "../../../common", features = ["log"] }
mc-crypto-keys = { path = "../../../crypto/keys", default-features = false }
mc-util-cli = { path = "../../../util/cli" }
mc-util-grpc = { path = "../../../util/grpc" }
mc-util-keyfile = { path = "../../../util/keyfile" }
mc-util-parse = { path = "../../../util/parse" }
mc-util-uri = { path = "../../../util/uri" }

Expand Down
12 changes: 0 additions & 12 deletions fog/ingest/enclave/trusted/Cargo.lock

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

3 changes: 1 addition & 2 deletions fog/ingest/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,15 @@ mc-watcher-api = { path = "../../../watcher/api" }

# fog
mc-fog-api = { path = "../../api" }
mc-fog-ingest-client = { path = "../client" }
mc-fog-ingest-enclave = { path = "../enclave" }
mc-fog-ingest-enclave-api = { path = "../enclave/api" }
mc-fog-ingest-enclave-measurement = { path = "../enclave/measurement" }
mc-fog-recovery-db-iface = { path = "../../recovery_db_iface" }
mc-fog-sql-recovery-db = { path = "../../sql_recovery_db" }
mc-fog-types = { path = "../../types" }
mc-fog-uri = { path = "../../uri" }

[dev-dependencies]
mc-fog-ingest-client = { path = "../client" }
mc-fog-ingest-server-test-utils = { path = "test-utils" }
mc-fog-test-infra = { path = "../../test_infra" }
mc-util-build-info = { path = "../../../util/build/info" }
Expand Down
4 changes: 0 additions & 4 deletions fog/ledger/enclave/trusted/Cargo.lock

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

1 change: 0 additions & 1 deletion fog/ledger/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ mc-crypto-keys = { path = "../../../crypto/keys" }
mc-ledger-db = { path = "../../../ledger/db" }
mc-sgx-report-cache-untrusted = { path = "../../../sgx/report-cache/untrusted" }
mc-transaction-core = { path = "../../../transaction/core" }
mc-util-cli = { path = "../../../util/cli" }
mc-util-encodings = { path = "../../../util/encodings" }
mc-util-from-random = { path = "../../../util/from-random" }
mc-util-grpc = { path = "../../../util/grpc" }
Expand Down
Loading
Loading