From e844cbecf61767e5cdbd878dfdf32b11d79ac371 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Thu, 15 Dec 2022 20:59:28 +0100 Subject: [PATCH] update orchestra to v0.0.4 --- node/overseer/Cargo.toml | 2 +- node/subsystem-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index 589a83f42c19..affd23c81c5e 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -15,7 +15,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-subsystem-types = { path = "../subsystem-types" } polkadot-node-metrics = { path = "../metrics" } polkadot-primitives = { path = "../../primitives" } -orchestra = "0.0.3" +orchestra = "0.0. 4" gum = { package = "tracing-gum", path = "../gum" } lru = "0.8" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 452f7b39e004..22528503ccc4 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -13,7 +13,7 @@ polkadot-node-primitives = { path = "../primitives" } polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-jaeger = { path = "../jaeger" } -orchestra = "0.0.3" +orchestra = "0.0.4" sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }