Skip to content

Commit

Permalink
- bumped mover version to satisfy semver
Browse files Browse the repository at this point in the history
  • Loading branch information
nshyrei committed Mar 10, 2024
1 parent 80a4fed commit 0f0ea62
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 40 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions intel-sgx/aesm-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test-sgx = []

[dependencies]
# Project dependencies
sgxs = { version = "0.7.0", path = "../sgxs", optional = true }
sgxs = { version = "0.8.0", path = "../sgxs", optional = true }
sgx-isa = { version = "0.4.0", path = "../sgx-isa"}

# External dependencies
Expand Down Expand Up @@ -54,5 +54,5 @@ protoc-rust = "2.8.0" # MIT/Apache-2.0

[dev-dependencies]
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
"report-test" = { version = "0.3.1", path = "../report-test" }
"sgxs-loaders" = { version = "0.3.0", path = "../sgxs-loaders" }
"report-test" = { version = "0.4.1", path = "../report-test" }
"sgxs-loaders" = { version = "0.4.0", path = "../sgxs-loaders" }
4 changes: 2 additions & 2 deletions intel-sgx/dcap-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ crate-type = ["cdylib"]

[dependencies]
# Project dependencies
"dcap-ql" = { version = "0.3.0", path = "../dcap-ql", features = ["link"] }
"report-test" = { version = "0.3.1", path = "../report-test" }
"dcap-ql" = { version = "0.4.0", path = "../dcap-ql", features = ["link"] }
"report-test" = { version = "0.4.1", path = "../report-test" }

# External dependencies
byteorder = "1.1.0" # Unlicense/MIT
Expand Down
6 changes: 3 additions & 3 deletions intel-sgx/dcap-ql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ verify = ["mbedtls", "num", "yasna"]
[dependencies]
# Project dependencies
"dcap-ql-sys" = { version = "0.2.0", path = "../dcap-ql-sys", optional = true }
"sgxs-loaders" = { version = "0.3.0", path = "../sgxs-loaders", optional = true }
"sgxs-loaders" = { version = "0.4.0", path = "../sgxs-loaders", optional = true }
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }

# External dependencies
Expand All @@ -54,7 +54,7 @@ yasna = { version = "0.3", features = ["num-bigint", "bit-vec"], optional = true

[dev-dependencies]
mbedtls = { version = ">=0.8.0, <0.10.0" }
report-test = { version = "0.3.1", path = "../report-test" }
sgxs = { version = "0.7.0", path = "../sgxs" }
report-test = { version = "0.4.1", path = "../report-test" }
sgxs = { version = "0.8.0", path = "../sgxs" }
serde = { version = "1.0.104", features = ["derive"] }
serde_json = { version = "1.0" }
8 changes: 4 additions & 4 deletions intel-sgx/dcap-retrieve-pckid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ categories = ["command-line-utilities"]

[dependencies]
# Project dependencies
"aesm-client" = { version = "0.5.0", path = "../aesm-client", features = ["sgxs"] }
"dcap-ql" = { version = "0.3.0", path = "../dcap-ql", default-features = false }
"report-test" = { version = "0.3.1", path = "../report-test" }
"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.4.1", path = "../report-test" }
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }
"sgxs-loaders" = { version = "0.3.0", path = "../sgxs-loaders" }
"sgxs-loaders" = { version = "0.4.0", path = "../sgxs-loaders" }

# External dependencies
anyhow = "1.0" # MIT/Apache-2.0
2 changes: 1 addition & 1 deletion intel-sgx/enclave-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = ["fake-vdso/.gitignore", "fake-vdso/Makefile", "fake-vdso/main.S"]

[dependencies]
# Project dependencies
sgxs = { version = "0.7.2", path = "../sgxs" }
sgxs = { version = "0.8.2", path = "../sgxs" }
fortanix-sgx-abi = { version = "0.5.0", path = "../fortanix-sgx-abi" }
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
ipc-queue = { version = "0.2.0", path = "../../ipc-queue" }
Expand Down
8 changes: 4 additions & 4 deletions intel-sgx/fortanix-sgx-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ edition = "2018"

[dependencies]
# Project dependencies
aesm-client = { version = "0.5.0", path = "../aesm-client", features = ["sgxs"] }
sgxs-loaders = { version = "0.3.0", path = "../sgxs-loaders" }
enclave-runner = { version = "0.5.0", path = "../enclave-runner" }
sgxs = { version = "0.7.0", path = "../sgxs" }
aesm-client = { version = "0.6.0", path = "../aesm-client", features = ["sgxs"] }
sgxs-loaders = { version = "0.4.0", path = "../sgxs-loaders" }
enclave-runner = { version = "0.6.0", path = "../enclave-runner" }
sgxs = { version = "0.8.0", path = "../sgxs" }
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }

# External dependencies
Expand Down
8 changes: 4 additions & 4 deletions intel-sgx/ias/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ env_logger = "0.9.0"
[target.'cfg(not(target_env="sgx"))'.dev-dependencies]
clap = "2.23.3"

report-test = { version = "0.3", path = "../report-test" }
aesm-client = { version = "0.5", features = ["sgxs"], path = "../aesm-client" }
sgxs = { version = "0.7", path = "../sgxs" }
sgxs-loaders = { version = "0.3", path = "../sgxs-loaders" }
report-test = { version = "0.4", path = "../report-test" }
aesm-client = { version = "0.6", features = ["sgxs"], path = "../aesm-client" }
sgxs = { version = "0.8", path = "../sgxs" }
sgxs-loaders = { version = "0.4", path = "../sgxs-loaders" }

[[example]]
name = "attestation-tool"
Expand Down
4 changes: 2 additions & 2 deletions intel-sgx/report-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ categories = ["development-tools"]

[dependencies]
# Project dependencies
"enclave-runner" = { version = "0.5.0", path = "../enclave-runner" }
"sgxs" = { version = "0.7.0", path = "../sgxs" }
"enclave-runner" = { version = "0.6.0", path = "../enclave-runner" }
"sgxs" = { version = "0.8.0", path = "../sgxs" }
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }

# External dependencies
Expand Down
6 changes: 3 additions & 3 deletions intel-sgx/sgxs-loaders/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ no_sgx_enclave_common = []

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

# External dependencies
Expand All @@ -40,5 +40,5 @@ winapi = { version = "0.3.7", features = ["enclaveapi","memoryapi","processthrea

[dev-dependencies]
# Project dependencies
"report-test" = { version = "0.3.0", path = "../report-test" }
"aesm-client" = { version = "0.5.0", path = "../aesm-client", features = ["sgxs"] }
"report-test" = { version = "0.4.0", path = "../report-test" }
"aesm-client" = { version = "0.6.0", path = "../aesm-client", features = ["sgxs"] }
12 changes: 6 additions & 6 deletions intel-sgx/sgxs-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ path = "src/sgx_detect/main.rs"

[dependencies]
# Project dependencies
"sgxs" = { version = "0.7.0", path = "../sgxs", features = ["crypto-openssl"] }
"sgxs-loaders" = { version = "0.3.0", path = "../sgxs-loaders" }
"aesm-client" = { version = "0.5.0", path = "../aesm-client", features = ["sgxs"] }
"sgxs" = { version = "0.8.0", path = "../sgxs", features = ["crypto-openssl"] }
"sgxs-loaders" = { version = "0.4.0", path = "../sgxs-loaders" }
"aesm-client" = { version = "0.6.0", path = "../aesm-client", features = ["sgxs"] }
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }
"report-test" = { version = "0.3.1", path = "../report-test" }
"enclave-runner" = { version = "0.5.0", path = "../enclave-runner" }
"report-test" = { version = "0.4.1", path = "../report-test" }
"enclave-runner" = { version = "0.6.0", path = "../enclave-runner" }

# External dependencies
lazy_static = "1" # MIT/Apache-2.0
Expand Down Expand Up @@ -59,7 +59,7 @@ serde_derive = "1.0.84" # MIT/Apache-2.0
serde_yaml = "0.8.8" # MIT/Apache-2.0

[target.'cfg(unix)'.dependencies]
"dcap-ql" = { version = "0.3.0", path = "../dcap-ql" }
"dcap-ql" = { version = "0.4.0", path = "../dcap-ql" }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.7", features = ["winbase"] }
Expand Down

0 comments on commit 0f0ea62

Please sign in to comment.