We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4485761 commit 21aa40cCopy full SHA for 21aa40c
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/openshift/confidential-containers-guest-components.git", rev = "c5a88d2", default-features = false }
+kbs_protocol = { git = "https://github.com/openshift/confidential-containers-guest-components.git", rev = "f694dcd3ca5c3ea9efd65be71939ab56c8b4d592", default-features = false }
43
kbs-types = "0.14.0"
44
kms = { git = "https://github.com/openshift/confidential-containers-guest-components.git", rev = "c5a88d2", default-features = false }
45
jsonwebtoken = { version = "10", default-features = false, features = ["aws_lc_rs"] }
0 commit comments