Skip to content

Commit c069cfa

Browse files
committed
update zkdcap crate
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent dae0edf commit c069cfa

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ crypto = { path = "../modules/crypto" }
2727
keymanager = { path = "../modules/keymanager" }
2828
remote-attestation = { path = "../modules/remote-attestation" }
2929
attestation-report = { path = "../modules/attestation-report", features = ["dcap-quote-parser"] }
30-
zkdcap-risc0 = { git = "https://github.com/datachainlab/zkdcap", rev = "c4ce0f24a43e986dc83cd6493114d22b5f51d305" }
30+
zkdcap-risc0 = { git = "https://github.com/datachainlab/zkdcap", rev = "9d6fab9b7ca5621e58958515228a616f37f89a6d" }
3131

3232
[build-dependencies]
3333
git2 = { version = "0.20", default-features = false }

modules/attestation-report/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pem = { version = "2.0", default-features = false }
1818
webpki = { version = "0.22", features = ["alloc"] }
1919
anyhow = { version = "1", default-features = false }
2020

21-
dcap-quote-verifier = { git = "https://github.com/datachainlab/zkdcap", rev = "c4ce0f24a43e986dc83cd6493114d22b5f51d305", optional = true }
21+
dcap-quote-verifier = { git = "https://github.com/datachainlab/zkdcap", rev = "9d6fab9b7ca5621e58958515228a616f37f89a6d", optional = true }
2222

2323
[dev-dependencies]
2424
tokio = { version = "1.0", default-features = false, features = ["macros"] }

modules/lcp-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flex-error = { version = "0.4.4", default-features = false }
1111
tiny-keccak = { version = "2.0" }
1212
hex-literal = { version = "0.4.1" }
1313
alloy-sol-types = { version = "0.8", default-features = false }
14-
dcap-quote-verifier = { git = "https://github.com/datachainlab/zkdcap", rev = "c4ce0f24a43e986dc83cd6493114d22b5f51d305" }
14+
dcap-quote-verifier = { git = "https://github.com/datachainlab/zkdcap", rev = "9d6fab9b7ca5621e58958515228a616f37f89a6d" }
1515

1616
attestation-report = { path = "../attestation-report", default-features = false }
1717
remote-attestation = { path = "../remote-attestation", default-features = false }

modules/remote-attestation/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
2727
rsa = { version = "0.9.2", features = ["pem"], optional = true }
2828
chrono = { version = "0.4.38", features = ["now"], optional = true }
2929

30-
dcap-quote-verifier = { git = "https://github.com/datachainlab/zkdcap", rev = "c4ce0f24a43e986dc83cd6493114d22b5f51d305" }
31-
dcap-pcs = { git = "https://github.com/datachainlab/zkdcap", rev = "c4ce0f24a43e986dc83cd6493114d22b5f51d305" }
32-
dcap-collaterals = { git = "https://github.com/datachainlab/zkdcap", rev = "c4ce0f24a43e986dc83cd6493114d22b5f51d305" }
30+
dcap-quote-verifier = { git = "https://github.com/datachainlab/zkdcap", rev = "9d6fab9b7ca5621e58958515228a616f37f89a6d" }
31+
dcap-pcs = { git = "https://github.com/datachainlab/zkdcap", rev = "9d6fab9b7ca5621e58958515228a616f37f89a6d" }
32+
dcap-collaterals = { git = "https://github.com/datachainlab/zkdcap", rev = "9d6fab9b7ca5621e58958515228a616f37f89a6d" }
3333

3434
lcp-types = { path = "../types" }
3535
crypto = { path = "../crypto", default-features = false }

tests/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ attestation-report = { path = "../../modules/attestation-report" }
3535
keymanager = { path = "../../modules/keymanager" }
3636
remote-attestation = { path = "../../modules/remote-attestation" }
3737

38-
zkdcap-risc0 = { git = "https://github.com/datachainlab/zkdcap", rev = "c4ce0f24a43e986dc83cd6493114d22b5f51d305" }
38+
zkdcap-risc0 = { git = "https://github.com/datachainlab/zkdcap", rev = "9d6fab9b7ca5621e58958515228a616f37f89a6d" }
3939

4040
[features]
4141
default = []

0 commit comments

Comments
 (0)