Skip to content

Commit

Permalink
update .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Apr 4, 2023
1 parent 0b90ed6 commit e2159ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2709,6 +2709,7 @@ dependencies = [
"substrate-client-keystore",
"teerex-primitives",
"thiserror 1.0.40",
"tokio",
"ws",
]

Expand Down Expand Up @@ -8226,7 +8227,6 @@ dependencies = [
"sp-runtime",
"sp-runtime-interface",
"url 2.3.1",
"ws",
]

[[package]]
Expand Down
12 changes: 6 additions & 6 deletions enclave-runtime/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"bitvec",
"derive_more",
"either",
"frame-metadata 15.1.0",
"frame-metadata 15.0.0 (git+https://github.com/paritytech/frame-metadata)",
"hex",
"log",
"parity-scale-codec",
Expand Down Expand Up @@ -984,8 +984,8 @@ dependencies = [

[[package]]
name = "frame-metadata"
version = "15.1.0"
source = "git+https://github.com/paritytech/frame-metadata#438a5b098bb9d5b5a09bdc5b68275b2c5e63a010"
version = "15.0.0"
source = "git+https://github.com/paritytech/frame-metadata#040a53c63af277e280282028b73b992eac9c35a2"
dependencies = [
"cfg-if 1.0.0",
"parity-scale-codec",
Expand All @@ -999,7 +999,7 @@ version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.39#1837f423b494254e1d27834b1c9da34b2c0c2375"
dependencies = [
"bitflags",
"frame-metadata 15.0.0",
"frame-metadata 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-support-procedural",
"impl-trait-for-tuples",
"k256",
Expand Down Expand Up @@ -2112,7 +2112,7 @@ name = "itp-storage"
version = "0.9.0"
dependencies = [
"derive_more",
"frame-metadata 15.0.0",
"frame-metadata 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-support",
"hash-db",
"itp-types",
Expand Down Expand Up @@ -4366,7 +4366,7 @@ dependencies = [
"ac-node-api",
"ac-primitives",
"derive_more",
"frame-metadata 15.1.0",
"frame-metadata 15.0.0 (git+https://github.com/paritytech/frame-metadata)",
"hex",
"log",
"parity-scale-codec",
Expand Down

0 comments on commit e2159ce

Please sign in to comment.