We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dee88 commit be63f89Copy full SHA for be63f89
1 file changed
Cargo.toml
@@ -39,7 +39,7 @@ hex = "0.4.3"
39
jwt-simple = { version = "0.12", default-features = false, features = [
40
"pure-rust",
41
] }
42
-kbs_protocol = { git = "https://github.com/confidential-containers/guest-components.git", rev = "7be23a1", default-features = false }
+kbs_protocol = { git = "https://github.com/confidential-containers/guest-components.git", rev = "305364bba08c2d3b826f007d68316039861bd18a", default-features = false }
43
kbs-types = "0.14.0"
44
kms = { git = "https://github.com/confidential-containers/guest-components.git", rev = "7be23a1", default-features = false }
45
jsonwebtoken = { version = "10", default-features = false, features = ["aws_lc_rs"] }
0 commit comments