Skip to content

Commit

Permalink
dep: bump kbs_protocol to branch
Browse files Browse the repository at this point in the history
This is also a workaround. Once
confidential-containers/guest-components#406
is merged, we will change the dep rev to upstream repo.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Dec 22, 2023
1 parent 1125b88 commit fdbaf4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion kbs/tools/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "4.0.29", features = ["derive"] }
env_logger.workspace = true
jwt-simple = "0.11.4"
# 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" }
kbs_protocol = { git = "https://github.com/Xynnn007/guest-components.git", branch = "fix-kbs-protocol" }
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 fdbaf4c

Please sign in to comment.