@@ -34,10 +34,10 @@ csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "05fbacd", optional =
3434eventlog-rs = { version = " 0.1.3" , optional = true }
3535futures = " 0.3.17"
3636hex = " 0.4.3"
37- sgx-dcap-quoteverify-rs = { git = " https://github.com/intel/SGXDataCenterAttestationPrimitives" , tag = " DCAP_1.16" , optional = true }
37+ jsonwebtoken = " 8"
38+ jwt = { version = " 0.16.0" , features = [" openssl" ]}
3839# TODO: change it to "0.5", once released.
3940kbs-types = { git = " https://github.com/virtee/kbs-types" , rev = " c90df0e" }
40- jwt = { version = " 0.16.0" , features = [" openssl" ]}
4141lazy_static = " 1.4.0"
4242log.workspace = true
4343openssl = { version = " 0.10.55" , optional = true }
@@ -50,6 +50,7 @@ serde.workspace = true
5050serde_json.workspace = true
5151serde_variant = " 0.1.2"
5252sev = { version = " 1.2.0" , features = [" openssl" , " snp" ], optional = true }
53+ sgx-dcap-quoteverify-rs = { git = " https://github.com/intel/SGXDataCenterAttestationPrimitives" , tag = " DCAP_1.16" , optional = true }
5354sha2.workspace = true
5455shadow-rs.workspace = true
5556sled = " 0.34.7"
@@ -63,7 +64,6 @@ uuid = { version = "1.1.2", features = ["v4"] }
6364veraison-apiclient = { git = " https://github.com/chendave/rust-apiclient" , branch = " token" , optional = true }
6465ear = { git = " https://github.com/veraison/rust-ear" , rev = " cc6ea53" }
6566x509-parser = { version = " 0.14.0" , optional = true }
66- jsonwebtoken = " 8"
6767
6868[build-dependencies ]
6969shadow-rs.workspace = true
0 commit comments