Skip to content

Commit 5454000

Browse files
committed
patch deps
1 parent 60a29af commit 5454000

File tree

2 files changed

+125
-10
lines changed

2 files changed

+125
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ celestia-rpc = "=0.13.0"
4545
celestia-types = "=0.15.0"
4646
chrono = "0.4"
4747
cosmrs = { version = "0.22", features = ["grpc", "cosmwasm"] }
48-
dcap-qvl = { git = "https://github.com/jonas089/dcap-qvl", default-features = false, features = [
48+
dcap-qvl = { git = "https://github.com/Phala-Network/dcap-qvl", tag = "v0.3.11", default-features = false, features = [
4949
"std",
50+
"rustcrypto",
5051
"report",
51-
], branch = "v0.3.4-zk" }
52+
] }
5253
dirs = "5.0.1"
5354
dotenvy = "0.15.7"
5455
ed25519-dalek = { version = "2.1.0", features = ["alloc", "serde"] }

0 commit comments

Comments
 (0)