Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 1ed4e2d

Browse files
chendaveXynnn007
authored andcommitted
alphabetical order of the deps
Signed-off-by: Dave Chen <dave.chen@arm.com>
1 parent 0faea4c commit 1ed4e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

attestation-service/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "05fbacd", optional =
3434
eventlog-rs = { version = "0.1.3", optional = true }
3535
futures = "0.3.17"
3636
hex = "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.
3940
kbs-types = { git = "https://github.com/virtee/kbs-types", rev = "c90df0e" }
40-
jwt = { version = "0.16.0", features = ["openssl"]}
4141
lazy_static = "1.4.0"
4242
log.workspace = true
4343
openssl = { version = "0.10.55", optional = true }
@@ -50,6 +50,7 @@ serde.workspace = true
5050
serde_json.workspace = true
5151
serde_variant = "0.1.2"
5252
sev = { 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 }
5354
sha2.workspace = true
5455
shadow-rs.workspace = true
5556
sled = "0.34.7"
@@ -63,7 +64,6 @@ uuid = { version = "1.1.2", features = ["v4"] }
6364
veraison-apiclient = { git = "https://github.com/chendave/rust-apiclient", branch = "token", optional = true }
6465
ear = { git = "https://github.com/veraison/rust-ear", rev = "cc6ea53" }
6566
x509-parser = { version = "0.14.0", optional = true }
66-
jsonwebtoken = "8"
6767

6868
[build-dependencies]
6969
shadow-rs.workspace = true

0 commit comments

Comments
 (0)