Skip to content

Commit

Permalink
chore: update guest-components to v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Sep 12, 2024
1 parent 8d610c8 commit 1eaeb5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ config = "0.13.3"
env_logger = "0.10.0"
hex = "0.4.3"
jwt-simple = "0.11"
kbs_protocol = { git = "https://github.com/confidential-containers/guest-components.git", rev="1db6c3a87665dde58d0efa56f4e4af5fcd19620e", default-features = false }
kbs_protocol = { git = "https://github.com/confidential-containers/guest-components.git", tag="v0.10.0", default-features = false }
kbs-types = "0.7.0"
kms = { git = "https://github.com/confidential-containers/guest-components.git", rev="1db6c3a87665dde58d0efa56f4e4af5fcd19620e", default-features = false }
kms = { git = "https://github.com/confidential-containers/guest-components.git", tag="v0.10.0", default-features = false }
jsonwebtoken = { version = "9", default-features = false }
log = "0.4.17"
prost = "0.12"
Expand Down

0 comments on commit 1eaeb5f

Please sign in to comment.