Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jun 14, 2024
1 parent f902fe8 commit 2d383fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tee-worker/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ itp-utils = { path = "../core-primitives/utils" }
lc-credentials = { path = "../litentry/core/credentials" }

# litentry
scale-value = "0.6.0"
frame-metadata = "15.0.0"
sp-core-hashing = "6.0.0"
ita-sgx-runtime = { path = "../app-libs/sgx-runtime" }
lc-rsa-wrapper = { path = "../litentry/core/rsa-wrapper" }
litentry-hex-utils = { path = "../../primitives/hex", default-features = false }
litentry-primitives = { path = "../litentry/primitives" }
lc-rsa-wrapper = { path = "../litentry/core/rsa-wrapper" }
scale-value = "0.6.0"
sp-core-hashing = "6.0.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/core-primitives/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ itp-types = { path = "../types", default-features = false, features = ["test"] }

# litentry
hex = { version = "0.4.3", default-features = false }
lc-rsa-wrapper = { path = "../../litentry/core/rsa-wrapper", optional = true }
lc-teebag-storage = { path = "../../litentry/core/teebag-storage", default-features = false }
litentry-primitives = { path = "../../litentry/primitives", default-features = false }
lc-rsa-wrapper = { path = "../../litentry/core/rsa-wrapper", optional = true }

[features]
default = ["std"]
Expand Down
6 changes: 3 additions & 3 deletions tee-worker/litentry/core/rsa-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
sgx_crypto = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", branch = "v2.0.0-preview", default-features = false, features = ["ucrypto"] }
sgx_types = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", branch = "v2.0.0-preview" }
num-traits = "0.2.9"
rand = "0.8.5"
rsa = { version = "0.9.6", features = ["sha2"] }
num-traits = "0.2.9"
sgx_crypto = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", branch = "v2.0.0-preview", default-features = false, features = ["ucrypto"] }
sgx_types = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk", branch = "v2.0.0-preview" }

0 comments on commit 2d383fe

Please sign in to comment.