Skip to content

Commit

Permalink
tools/client: use the fixed version of kbs-protocol
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Dec 12, 2023
1 parent 7f0c4e7 commit 0cd92cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
41 changes: 6 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion kbs/tools/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ base64.workspace = true
clap = { version = "4.0.29", features = ["derive"] }
env_logger.workspace = true
jwt-simple = "0.11.4"
kbs_protocol = { git = "https://github.com/confidential-containers/guest-components", rev = "8dd91e0" }
# TODO: change the git repo after https://github.com/confidential-containers/guest-components/pull/406 is merged.
kbs_protocol = { git = "https://github.com/Xynnn007/guest-components.git", rev = "b2f863f" }
log.workspace = true
reqwest = { version = "0.11.18", default-features = false, features = ["cookies", "json"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 0cd92cf

Please sign in to comment.