Skip to content

Commit 2875112

Browse files
committed
Fix kbs-types dependency rev
Signed-off-by: Jiale Zhang <zhangjiale@linux.alibaba.com>
1 parent 7596920 commit 2875112

3 files changed

Lines changed: 60 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 56 additions & 14 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ hex = "0.4.3"
3333
jwt-simple = { version = "0.12", default-features = false, features = [
3434
"pure-rust",
3535
] }
36-
kbs_protocol = { git = "https://github.com/inclavare-containers/guest-components.git", branch = "main", default-features = false }
37-
kbs-types = { git = "https://github.com/inclavare-containers/kbs-types.git", rev = "d881395" }
38-
confidential-data-hub = { git = "https://github.com/inclavare-containers/guest-components.git", branch = "main", default-features = false, features = ["aliyun", "kbs", "bin", "ttrpc", "cli"] }
36+
kbs_protocol = { git = "https://github.com/inclavare-containers/guest-components.git", rev = "39dd161", default-features = false }
37+
kbs-types = { git = "https://github.com/inclavare-containers/kbs-types.git", rev = "1b4217f" }
38+
confidential-data-hub = { git = "https://github.com/inclavare-containers/guest-components.git", rev = "39dd161", default-features = false, features = ["aliyun", "kbs", "bin", "ttrpc", "cli"] }
3939
jsonwebtoken = { version = "9", default-features = false }
4040
log = "0.4.17"
4141
openssl = "0.10.46"

tools/evidence-dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
anyhow = "1.0"
10-
attester = { git = "https://github.com/inclavare-containers/guest-components.git", branch = "main", default-features = false }
10+
attester = { git = "https://github.com/inclavare-containers/guest-components.git", rev = "39dd161", default-features = false }
1111
base64 = "0.21.0"
1212
clap = { version = "4.0.29", features = ["derive"] }
1313
tokio = { version = "1.23.0", features = ["full"] }

0 commit comments

Comments
 (0)