Skip to content

Commit

Permalink
Bump mc-attestation-verifier to 0.4.0 (#3575)
Browse files Browse the repository at this point in the history
Also bumps the `mc-sgx-***` crates to 0.8.0
  • Loading branch information
nick-mobilecoin authored Sep 22, 2023
1 parent 8947c75 commit a515109
Show file tree
Hide file tree
Showing 33 changed files with 119 additions and 119 deletions.
44 changes: 22 additions & 22 deletions 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mc-watcher-api = { path = "../watcher/api" }
bs58 = "0.4.0"
crc = "3.0.0"
displaydoc = { version = "0.2", default-features = false }
mc-sgx-core-types = "0.7.5"
mc-sgx-core-types = "0.8.0"
protobuf = "2.27.1"

curve25519-dalek = { version = "4.0.0-rc.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion attest/ake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mc-crypto-noise = { path = "../../crypto/noise", default-features = false }
aead = "0.5"
digest = "0.10"
displaydoc = { version = "0.2", default-features = false }
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
prost = { version = "0.12", default-features = false, features = ["prost-derive"] }
rand_core = "0.6"
serde = { version = "1.0", default-features = false, features = ["alloc"] }
Expand Down
4 changes: 2 additions & 2 deletions attest/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mc-attest-enclave-api = { path = "../enclave-api" }
mc-attest-verifier-types = { path = "../verifier/types" }
mc-crypto-keys = { path = "../../crypto/keys" }
mc-crypto-noise = { path = "../../crypto/noise" }
mc-sgx-core-types = "0.7.5"
mc-sgx-dcap-types = "0.7.5"
mc-sgx-core-types = "0.8.0"
mc-sgx-dcap-types = "0.8.0"
mc-util-serial = { path = "../../util/serial" }

aead = "0.5"
Expand Down
4 changes: 2 additions & 2 deletions attest/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ std = [
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.7.5"
mc-sgx-core-types = "0.8.0"
mc-sgx-css = { path = "../../sgx/css" }
mc-sgx-dcap-types = "0.7.3"
mc-sgx-dcap-types = "0.8.0"
mc-sgx-types = { path = "../../sgx/types" }
mc-util-encodings = { path = "../../util/encodings" }
mc-util-repr-bytes = { path = "../../util/repr-bytes", features = ["hex_fmt"] }
Expand Down
10 changes: 5 additions & 5 deletions attest/untrusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ displaydoc = { version = "0.2", default-features = false }
mc-attest-core = { path = "../core", default-features = false }
mc-attest-verifier = { path = "../verifier", default-features = false }
mc-attest-verifier-types = { path = "../verifier/types", default-features = false }
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
mc-rand = "1.1.0"
mc-sgx-core-types = "0.7.5"
mc-sgx-dcap-ql = "0.7.5"
mc-sgx-dcap-sys-types = "0.7.5"
mc-sgx-dcap-types = "0.7.5"
mc-sgx-core-types = "0.8.0"
mc-sgx-dcap-ql = "0.8.0"
mc-sgx-dcap-sys-types = "0.8.0"
mc-sgx-dcap-types = "0.8.0"
mc-sgx-types = { path = "../../sgx/types" }
p256 = { version = "0.13.0", default-features = false, features = ["ecdsa", "pem"] }
sha2 = { version = "0.10.6", default-features = false }
Expand Down
8 changes: 4 additions & 4 deletions attest/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ ias-dev = []
mc-attest-core = { path = "../core", default-features = false }
mc-attest-verifier-types = { path = "types", default-features = false }
mc-common = { path = "../../common", default-features = false }
mc-sgx-core-types = "0.7.5"
mc-sgx-core-types = "0.8.0"
mc-sgx-css = { path = "../../sgx/css", default-features = false }
mc-sgx-dcap-types = "0.7.5"
mc-sgx-dcap-types = "0.8.0"
mc-sgx-types = { path = "../../sgx/types", default-features = false }

cfg-if = "1.0"
der = { version = "0.7.7", default-features = false }
displaydoc = { version = "0.2", default-features = false }
hex_fmt = "0.3"
mbedtls = { version = "0.8.1", default-features = false, features = ["no_std_deps"] }
mc-attestation-verifier = { version = "0.3.1", features = ["mbedtls"] }
mc-attestation-verifier = { version = "0.4.0", features = ["mbedtls"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
sha2 = { version = "0.10", default-features = false }

Expand All @@ -48,7 +48,7 @@ mc-util-encodings = { path = "../../util/encodings", default-features = false }
textwrap = "0.11"

[build-dependencies]
mc-sgx-core-sys-types = "0.7.5"
mc-sgx-core-sys-types = "0.8.0"
mc-util-build-script = { path = "../../util/build/script" }
mc-util-build-sgx = { path = "../../util/build/sgx" }

Expand Down
4 changes: 2 additions & 2 deletions attest/verifier/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"
[dependencies]
displaydoc = { version = "0.2", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] }
mc-attestation-verifier = "0.3.1"
mc-sgx-core-types = "0.7.5"
mc-attestation-verifier = "0.4.0"
mc-sgx-core-types = "0.8.0"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

Expand Down
8 changes: 4 additions & 4 deletions attest/verifier/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ license = "Apache-2.0"
rust-version = { workspace = true }

[dependencies]
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
mc-crypto-digestible = { path = "../../../crypto/digestible" }
mc-crypto-keys = { path = "../../../crypto/keys" }
mc-sgx-core-types = "0.7.5"
mc-sgx-dcap-sys-types = { version = "0.7.5", default-features = false }
mc-sgx-dcap-types = { version = "0.7.5", default-features = false, features = ["alloc"] }
mc-sgx-core-types = "0.8.0"
mc-sgx-dcap-sys-types = { version = "0.8.0", default-features = false }
mc-sgx-dcap-types = { version = "0.8.0", default-features = false, features = ["alloc"] }
mc-util-encodings = { path = "../../../util/encodings" }
mc-util-serial = { path = "../../../util/serial" }

Expand Down
2 changes: 1 addition & 1 deletion connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aes-gcm = "0.10.2"
cookie = "0.17"
displaydoc = "0.2"
grpcio = "0.12.1"
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
mc-rand = "1"
retry = "2.0"
secrecy = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion consensus/enclave/measurement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sgx-sim = []

[dependencies]
mc-attest-core = { path = "../../../attest/core" }
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
mc-sgx-css = { path = "../../../sgx/css" }

[build-dependencies]
Expand Down
28 changes: 14 additions & 14 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/mint-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ clap = { version = "4.3", features = ["derive", "env"] }
displaydoc = "0.2"
grpcio = "0.12.1"
hex = { version = "0.4", features = ["serde"] }
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
pem = "3.0"
protobuf = "2.27.1"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crypto/ake/enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mc-sgx-compat = { path = "../../../sgx/compat", default-features = false }

aes-gcm = "0.10.1"
digest = "0.10"
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
sha2 = { version = "0.10", default-features = false }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fog/distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clap = { version = "4.3", features = ["derive", "env"] }
crossbeam-channel = "0.5"
grpcio = "0.12.1"
lazy_static = "1.4"
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
rand = "0.8"
rayon = "1.7"
retry = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion fog/enclave_connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ aes-gcm = "0.10.2"
cookie = "0.17"
displaydoc = { version = "0.2", default-features = false }
grpcio = "0.12.1"
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
retry = "2.0"
sha2 = { version = "0.10", default-features = false }
2 changes: 1 addition & 1 deletion fog/ingest/enclave/measurement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sgx-sim = []

[dependencies]
mc-attest-core = { path = "../../../../attest/core" }
mc-attestation-verifier = "0.3.1"
mc-attestation-verifier = "0.4.0"
mc-sgx-css = { path = "../../../../sgx/css" }

[build-dependencies]
Expand Down
Loading

0 comments on commit a515109

Please sign in to comment.