Skip to content

Commit 17e64b4

Browse files
committed
Use git version of dcap-qvl
1 parent 06aafe4 commit 17e64b4

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pem-rfc7468 = { version = "0.7.0", features = ["std"] }
2323
tdx-quote = { version = "0.0.4", features = ["mock"] }
2424
configfs-tsm = "0.0.2"
2525
rand_core = { version = "0.6.4", features = ["getrandom"] }
26-
dcap-qvl = "0.3.4"
26+
dcap-qvl = { git="https://github.com/Phala-Network/dcap-qvl.git" }
2727
hex = "0.4.3"
2828
hyper = { version = "1.7.0", features = ["server", "http2"] }
2929
hyper-util = "0.1.17"
@@ -33,7 +33,7 @@ http = "1.3.1"
3333
serde_json = "1.0.145"
3434
serde = "1.0.228"
3535
base64 = "0.22.1"
36-
reqwest = { version = "0.12.23", default-features = false, features = [
36+
reqwest = { version = "0.12.24", default-features = false, features = [
3737
"rustls-tls-webpki-roots-no-provider",
3838
] }
3939
tracing = "0.1.41"

0 commit comments

Comments
 (0)