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