Skip to content

Commit 248ebc7

Browse files
authored
Merge pull request #809 from fortanix/yx/fix-dcap-retrieve-pckid-xfrm
Bump crates version for xfrm fix
2 parents fa0c5e3 + 33d281c commit 248ebc7

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dcap-retrieve-pckid"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"
@@ -14,11 +14,11 @@ categories = ["command-line-utilities"]
1414

1515
[dependencies]
1616
# Project dependencies
17-
"aesm-client" = { version = "0.6.0", path = "../aesm-client", features = ["sgxs"] }
18-
"dcap-ql" = { version = "0.4.0", path = "../dcap-ql", default-features = false }
19-
"report-test" = { version = "0.5.0", path = "../report-test" }
20-
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }
21-
"sgxs-loaders" = { version = "0.5.0", path = "../sgxs-loaders" }
17+
aesm-client = { version = "0.6.0", path = "../aesm-client", features = ["sgxs"] }
18+
dcap-ql = { version = "0.4.0", path = "../dcap-ql", default-features = false }
19+
report-test = { version = "0.5.1", path = "../report-test" }
20+
sgx-isa = { version = "0.4.0", path = "../sgx-isa" }
21+
sgxs-loaders = { version = "0.5.0", path = "../sgxs-loaders" }
2222

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

intel-sgx/enclave-runner/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enclave-runner"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
edition = "2018"
@@ -27,15 +27,15 @@ insecure-time = { version = "0.1", path = "../insecure-time", features = ["estim
2727
ipc-queue = { version = "0.4.0", path = "../../ipc-queue" }
2828

2929
# External dependencies
30-
anyhow = "1.0" # MIT/Apache-2.0
31-
thiserror = "1.0" # MIT/Apache-2.0
32-
fnv = "1" # MIT/Apache-2.0
33-
lazy_static = "1.5.0" # MIT/Apache-2.0
34-
libc = "0.2.48" # MIT/Apache-2.0
35-
nix = "0.13.0" # MIT
36-
openssl = { version = "0.10", optional = true } # Apache-2.0
37-
crossbeam = "0.8.2" # MIT/Apache-2.0
38-
num_cpus = "1.10.0" # MIT/Apache-2.0
30+
anyhow = "1.0" # MIT/Apache-2.0
31+
thiserror = "1.0" # MIT/Apache-2.0
32+
fnv = "1" # MIT/Apache-2.0
33+
lazy_static = "1.5.0" # MIT/Apache-2.0
34+
libc = "0.2.48" # MIT/Apache-2.0
35+
nix = "0.13.0" # MIT
36+
openssl = { version = "0.10", optional = true } # Apache-2.0
37+
crossbeam = "0.8.2" # MIT/Apache-2.0
38+
num_cpus = "1.10.0" # MIT/Apache-2.0
3939
tokio = { version = "1.35", features = ["full"] } # MIT
4040
futures = { version = "0.3", features = ["compat", "io-compat"] } # MIT/Apache-2.0
4141

intel-sgx/report-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "report-test"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Fortanix, Inc."]
55
license = "MPL-2.0"
66
description = """
@@ -16,7 +16,7 @@ categories = ["development-tools"]
1616

1717
[dependencies]
1818
# Project dependencies
19-
"enclave-runner" = { version = "0.7.0", path = "../enclave-runner" }
19+
"enclave-runner" = { version = "0.7.2", path = "../enclave-runner" }
2020
"sgxs" = { version = "0.8.0", path = "../sgxs" }
2121
"sgx-isa" = { version = "0.4.0", path = "../sgx-isa" }
2222

0 commit comments

Comments
 (0)