From eca20007bda3009da5e00984e60f1f939649e0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 02:15:43 +0000 Subject: [PATCH] Bump orchestra from 0.0.2 to 0.0.7 Bumps [orchestra](https://github.com/paritytech/orchestra) from 0.0.2 to 0.0.7. - [Release notes](https://github.com/paritytech/orchestra/releases) - [Commits](https://github.com/paritytech/orchestra/commits/v0.0.7) --- updated-dependencies: - dependency-name: orchestra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- node/overseer/Cargo.toml | 2 +- node/subsystem-types/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cba4b47a..a41e3252d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4554,9 +4554,9 @@ dependencies = [ [[package]] name = "orchestra" -version = "0.0.2" +version = "0.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43" +checksum = "25b82841be62a8ad86b368e87799eeb446fdb723aa1a19d02ab4a133e84a2b29" dependencies = [ "async-trait", "dyn-clonable", @@ -4571,9 +4571,9 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.0.2" +version = "0.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a" +checksum = "58794cbc5e73483f4e3cc04415351d94c107f55955514a035434b936ed83f774" dependencies = [ "expander 0.0.6", "itertools", @@ -7585,9 +7585,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.43" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" +checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" dependencies = [ "unicode-ident", ] @@ -10953,9 +10953,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.98" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" +checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" dependencies = [ "proc-macro2", "quote", diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index add9b9f5c..f73acae62 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.2" +orchestra = "0.0.7" gum = { package = "tracing-gum", path = "../gum" } lru = "0.8" parity-util-mem = { version = "0.12.0", default-features = false } diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index f6150516f..ea7d8774d 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.2" +orchestra = "0.0.7" sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" }