diff --git a/Cargo.lock b/Cargo.lock index 6a322e9bf581..a6a662a029f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,9 +339,9 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" [[package]] name = "async-trait" -version = "0.1.50" +version = "0.1.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" +checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e" dependencies = [ "proc-macro2", "quote", @@ -1283,7 +1283,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", - "itertools 0.10.0", + "itertools 0.10.1", "log", "serde", "smallvec", @@ -2878,9 +2878,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" dependencies = [ "either", ] @@ -6424,7 +6424,7 @@ dependencies = [ "env_logger 0.9.0", "futures 0.3.16", "futures-timer 3.0.2", - "itertools 0.10.0", + "itertools 0.10.1", "log", "lru", "metered-channel", @@ -7385,7 +7385,7 @@ checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603" dependencies = [ "bytes 1.0.1", "heck", - "itertools 0.10.0", + "itertools 0.10.1", "log", "multimap", "petgraph", @@ -7415,7 +7415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba" dependencies = [ "anyhow", - "itertools 0.10.0", + "itertools 0.10.1", "proc-macro2", "quote", "syn", @@ -7717,7 +7717,7 @@ checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221" dependencies = [ "derive_more", "fs-err", - "itertools 0.10.0", + "itertools 0.10.1", "static_init", "thiserror", ] diff --git a/node/core/candidate-validation/Cargo.toml b/node/core/candidate-validation/Cargo.toml index 6e388a99466d..f43fb36120a9 100644 --- a/node/core/candidate-validation/Cargo.toml +++ b/node/core/candidate-validation/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" futures = "0.3.15" tracing = "0.1.26" diff --git a/node/core/parachains-inherent/Cargo.toml b/node/core/parachains-inherent/Cargo.toml index 8fc07eb86316..fab4b3b10b08 100644 --- a/node/core/parachains-inherent/Cargo.toml +++ b/node/core/parachains-inherent/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.15" futures-timer = "3.0.2" tracing = "0.1.26" thiserror = "1.0.26" -async-trait = "0.1.47" +async-trait = "0.1.51" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-primitives = { path = "../../../primitives" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/malus/Cargo.toml b/node/malus/Cargo.toml index 7e5dbb429168..7a860e149cae 100644 --- a/node/malus/Cargo.toml +++ b/node/malus/Cargo.toml @@ -26,4 +26,4 @@ parity-util-mem = { version = "0.10.0", default-features = false, features = ["j color-eyre = { version = "0.5.11", default-features = false } assert_matches = "1.5" structopt = "0.3.21" -async-trait = "0.1.50" +async-trait = "0.1.51" diff --git a/node/metrics/Cargo.toml b/node/metrics/Cargo.toml index 9a51284f828e..adc7fa362244 100644 --- a/node/metrics/Cargo.toml +++ b/node/metrics/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Subsystem traits and message definitions" [dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" futures = "0.3.15" futures-timer = "3.0.2" diff --git a/node/network/bridge/Cargo.toml b/node/network/bridge/Cargo.toml index 098b9aefe83e..07ea1f80d81a 100644 --- a/node/network/bridge/Cargo.toml +++ b/node/network/bridge/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" futures = "0.3.15" tracing = "0.1.26" polkadot-primitives = { path = "../../../primitives" } diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index 12e3dc8d72d6..e2401e8b2cb1 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.8.3" lru = "0.6.6" [dev-dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/network/protocol/Cargo.toml b/node/network/protocol/Cargo.toml index 2e4c3ee03019..8384e3e40652 100644 --- a/node/network/protocol/Cargo.toml +++ b/node/network/protocol/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Primitives types for the Node-side" [dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } polkadot-node-jaeger = { path = "../../jaeger" } diff --git a/node/overseer/Cargo.toml b/node/overseer/Cargo.toml index d2ccd40cb0d2..8547e87ceddb 100644 --- a/node/overseer/Cargo.toml +++ b/node/overseer/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } futures = "0.3.15" diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index fabe12b87d35..c86de99a581c 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -67,7 +67,7 @@ serde = { version = "1.0.123", features = ["derive"] } thiserror = "1.0.26" kvdb = "0.10.0" kvdb-rocksdb = { version = "0.14.0", optional = true } -async-trait = "0.1.42" +async-trait = "0.1.51" # Polkadot polkadot-node-core-parachains-inherent = { path = "../core/parachains-inherent" } diff --git a/node/subsystem-test-helpers/Cargo.toml b/node/subsystem-test-helpers/Cargo.toml index 2686976ae9a1..333037d76cf2 100644 --- a/node/subsystem-test-helpers/Cargo.toml +++ b/node/subsystem-test-helpers/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Subsystem traits and message definitions" [dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" futures = "0.3.15" futures-timer = "3.0.2" tracing = "0.1.26" diff --git a/node/subsystem-types/Cargo.toml b/node/subsystem-types/Cargo.toml index 13ea766f0ff6..be1bb1ab8e0f 100644 --- a/node/subsystem-types/Cargo.toml +++ b/node/subsystem-types/Cargo.toml @@ -7,7 +7,7 @@ description = "Subsystem traits and message definitions" [dependencies] async-std = "1.8.0" -async-trait = "0.1.42" +async-trait = "0.1.51" derive_more = "0.99.11" futures = "0.3.12" futures-timer = "3.0.2" @@ -32,6 +32,6 @@ log = "0.4.13" [dev-dependencies] assert_matches = "1.4.0" -async-trait = "0.1.42" +async-trait = "0.1.51" futures = { version = "0.3.12", features = ["thread-pool"] } polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 9b018de0bf3e..ea4deb1ad391 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Subsystem traits and message definitions" [dependencies] -async-trait = "0.1.42" +async-trait = "0.1.51" futures = "0.3.15" futures-timer = "3.0.2" itertools = "0.10" @@ -36,7 +36,7 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate [dev-dependencies] assert_matches = "1.4.0" -async-trait = "0.1.42" +async-trait = "0.1.51" env_logger = "0.9.0" futures = { version = "0.3.15", features = ["thread-pool"] } log = "0.4.13"