Skip to content

Commit

Permalink
[enclave-runtime] update cargo lock
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Sep 12, 2023
1 parent 5156e1d commit 5edc501
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions enclave-runtime/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ dependencies = [
[[package]]
name = "common-primitives"
version = "0.1.0"
source = "git+https://github.com/integritee-network/pallets?branch=polkadot-v0.9.42#5c52182eb3a5156e8d9f69c10ca1441214ee6662"
source = "git+https://github.com/integritee-network/pallets.git?branch=sdk-v0.12.0-polkadot-v0.9.42#eaf611b79bc9d56b20c155150e99b549bf98436b"
dependencies = [
"derive_more",
"parity-scale-codec",
Expand Down Expand Up @@ -716,7 +716,7 @@ dependencies = [
[[package]]
name = "enclave-bridge-primitives"
version = "0.1.0"
source = "git+https://github.com/integritee-network/pallets?branch=polkadot-v0.9.42#5c52182eb3a5156e8d9f69c10ca1441214ee6662"
source = "git+https://github.com/integritee-network/pallets.git?branch=sdk-v0.12.0-polkadot-v0.9.42#eaf611b79bc9d56b20c155150e99b549bf98436b"
dependencies = [
"common-primitives",
"log",
Expand All @@ -731,7 +731,7 @@ dependencies = [

[[package]]
name = "enclave-runtime"
version = "0.9.0"
version = "0.12.0"
dependencies = [
"array-bytes 6.1.0",
"cid",
Expand Down Expand Up @@ -1782,10 +1782,12 @@ dependencies = [
"itp-node-api",
"itp-ocall-api",
"itp-sgx-crypto",
"itp-sgx-runtime-primitives",
"itp-stf-executor",
"itp-stf-primitives",
"itp-top-pool-author",
"itp-types",
"itp-utils",
"log",
"parity-scale-codec",
"sgx_tstd",
Expand Down Expand Up @@ -3017,7 +3019,7 @@ dependencies = [
[[package]]
name = "pallet-parentchain"
version = "0.9.0"
source = "git+https://github.com/integritee-network/pallets?branch=polkadot-v0.9.42#5c52182eb3a5156e8d9f69c10ca1441214ee6662"
source = "git+https://github.com/integritee-network/pallets.git?branch=sdk-v0.12.0-polkadot-v0.9.42#eaf611b79bc9d56b20c155150e99b549bf98436b"
dependencies = [
"frame-support",
"frame-system",
Expand Down Expand Up @@ -4600,7 +4602,7 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "teerex-primitives"
version = "0.1.0"
source = "git+https://github.com/integritee-network/pallets?branch=polkadot-v0.9.42#5c52182eb3a5156e8d9f69c10ca1441214ee6662"
source = "git+https://github.com/integritee-network/pallets.git?branch=sdk-v0.12.0-polkadot-v0.9.42#eaf611b79bc9d56b20c155150e99b549bf98436b"
dependencies = [
"common-primitives",
"derive_more",
Expand Down

0 comments on commit 5edc501

Please sign in to comment.