Skip to content
Open
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
68 changes: 34 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions em-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "em-app"
version = "0.5.1"
version = "0.5.2"
authors = ["fortanix.com"]
license = "MPL-2.0"
edition = "2018"
Expand Down Expand Up @@ -31,7 +31,7 @@ yasna = { version = "0.3", features = ["num-bigint", "bit-vec"] }

[target.x86_64-fortanix-unknown-sgx.dependencies]
sgx_pkix = { version = "0.2.0", path = "../intel-sgx/sgx_pkix" }
sgx-isa = { version = "0.4", path = "../intel-sgx/sgx-isa", default-features = false }
sgx-isa = { version = "0.5", path = "../intel-sgx/sgx-isa", default-features = false }

[target.x86_64-unknown-linux-musl.dependencies]
aws-nitro-enclaves-nsm-api = "0.2.0"
Expand Down
6 changes: 3 additions & 3 deletions intel-sgx/aesm-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aesm-client"
version = "0.6.1"
version = "0.6.2"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand All @@ -27,7 +27,7 @@ test-sgx = []
[dependencies]
# Project dependencies
sgxs = { version = "0.8.0", path = "../sgxs", optional = true }
sgx-isa = { version = "0.4.0", path = "../sgx-isa"}
sgx-isa = { version = "0.5.0", path = "../sgx-isa"}

# External dependencies
byteorder = "1.0" # Unlicense/MIT
Expand All @@ -53,6 +53,6 @@ libloading = "0.5.2"
protobuf-codegen = "3" # MIT

[dev-dependencies]
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
sgx-isa = { version = "0.5.0", path = "../sgx-isa" }
"report-test" = { version = "0.5.0", path = "../report-test" }
"sgxs-loaders" = { version = "0.5.0", path = "../sgxs-loaders" }
4 changes: 2 additions & 2 deletions intel-sgx/dcap-ql-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcap-ql-sys"
version = "0.2.1"
version = "0.2.2"
authors = ["Fortanix, Inc."]
links = "sgx_dcap_ql"
build = "build.rs"
Expand All @@ -24,7 +24,7 @@ link = []

[dependencies]
# Project dependencies
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }
sgx-isa = { version = "0.5.0", path = "../sgx-isa" }

# External dependencies
num-derive = "0.4" # MIT/Apache-2.0
Expand Down
8 changes: 4 additions & 4 deletions intel-sgx/dcap-ql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcap-ql"
version = "0.4.1"
version = "0.4.2"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand Down Expand Up @@ -36,9 +36,9 @@ verify = ["mbedtls", "num", "yasna"]

[dependencies]
# Project dependencies
"dcap-ql-sys" = { version = "0.2.0", path = "../dcap-ql-sys", optional = true }
"sgxs-loaders" = { version = "0.5.0", path = "../sgxs-loaders", optional = true }
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }
dcap-ql-sys = { version = "0.2.0", path = "../dcap-ql-sys", optional = true }
sgxs-loaders = { version = "0.5.0", path = "../sgxs-loaders", optional = true }
sgx-isa = { version = "0.5.0", path = "../sgx-isa" }

# External dependencies
byteorder = "1.1.0" # Unlicense/MIT
Expand Down
4 changes: 2 additions & 2 deletions intel-sgx/dcap-retrieve-pckid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dcap-retrieve-pckid"
version = "0.3.2"
version = "0.3.3"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
edition = "2018"
Expand All @@ -17,7 +17,7 @@ categories = ["command-line-utilities"]
aesm-client = { version = "0.6.0", path = "../aesm-client", features = ["sgxs"] }
dcap-ql = { version = "0.4.0", path = "../dcap-ql", default-features = false }
report-test = { version = "0.5.1", path = "../report-test" }
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
sgx-isa = { version = "0.5.0", path = "../sgx-isa" }
sgxs-loaders = { version = "0.5.0", path = "../sgxs-loaders" }

# External dependencies
Expand Down
2 changes: 1 addition & 1 deletion intel-sgx/enclave-runner-sgx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exclude = ["fake-vdso/.gitignore", "fake-vdso/Makefile", "fake-vdso/main.S"]
# Project dependencies
sgxs = { version = "0.8.1", path = "../sgxs" }
fortanix-sgx-abi = { version = "0.7.0", path = "../fortanix-sgx-abi" }
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
sgx-isa = { version = "0.5.0", path = "../sgx-isa" }
insecure-time = { version = "0.2", path = "../insecure-time", features = ["estimate_crystal_clock_freq"] }
ipc-queue = { version = "0.5.0", path = "../../ipc-queue" }
enclave-runner = { version = "0.8.0", path = "../../enclave-runner" }
Expand Down
2 changes: 1 addition & 1 deletion intel-sgx/fortanix-sgx-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sgxs-loaders = { version = "0.5.0", path = "../sgxs-loaders" }
enclave-runner-sgx = { version = "0.1.0", path = "../enclave-runner-sgx" }
enclave-runner = { version = "0.8.0", path = "../../enclave-runner" }
sgxs = { version = "0.8.0", path = "../sgxs" }
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
sgx-isa = { version = "0.5.0", path = "../sgx-isa" }

# External dependencies
xmas-elf = "0.10.0" # Apache-2.0/MIT
Expand Down
2 changes: 1 addition & 1 deletion intel-sgx/ias/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = "2.2"
mbedtls = { version = ">=0.12.0, <0.14.0", features = ["std"], default-features = false, optional = true }
pkix = ">=0.1.0, <0.3.0"

sgx-isa = { version = "0.4", path = "../sgx-isa" }
sgx-isa = { version = "0.5", path = "../sgx-isa" }
sgx_pkix = { version = "0.2", path = "../sgx_pkix" }

[target.'cfg(not(target_env="sgx"))'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions intel-sgx/pcs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pcs"
version = "0.8.1"
version = "0.8.2"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
edition = "2018"
Expand All @@ -21,7 +21,7 @@ categories = ["os", "hardware-support"]
[dependencies]
chrono = { version = "0.4.42", features = ["now"] }
dcap-ql = { version = "0.4.0", path = "../dcap-ql", default-features = false }
sgx-isa = { version = "0.4.1", path = "../sgx-isa", default-features = true }
sgx-isa = { version = "0.5", path = "../sgx-isa", default-features = true }
pkix = "0.2.0"
yasna = { version = "0.3", features = ["num-bigint", "bit-vec"] }
rustc-serialize = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions intel-sgx/report-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "report-test"
version = "0.5.1"
version = "0.5.2"
authors = ["Fortanix, Inc."]
license = "MPL-2.0"
description = """
Expand All @@ -19,7 +19,7 @@ categories = ["development-tools"]
"enclave-runner-sgx" = { version = "0.1.0", path = "../enclave-runner-sgx" }
"enclave-runner" = { version = "0.8.0", path = "../../enclave-runner" }
"sgxs" = { version = "0.8.0", path = "../sgxs" }
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }
"sgx-isa" = { version = "0.5.0", path = "../sgx-isa" }

# External dependencies
anyhow = "1.0" # MIT/Apache-2.0
Loading