We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f5867 commit ce6526dCopy full SHA for ce6526d
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 = "13151968d2e658680cd22748c1c87f21d76dde8b", 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