From 688a55dad502f17aa46eefa4507a42630c64f829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:35:06 +0000 Subject: [PATCH] chore(deps): bump futures from 0.3.21 to 0.3.23 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.21...0.3.23) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- consensus/Cargo.toml | 2 +- executor/Cargo.toml | 2 +- network/Cargo.toml | 2 +- node/Cargo.toml | 2 +- primary/Cargo.toml | 2 +- test_utils/Cargo.toml | 2 +- types/Cargo.toml | 2 +- worker/Cargo.toml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f00b417e9..f3d4a892f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1519,9 +1519,9 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "futures" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" +checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa" dependencies = [ "futures-channel", "futures-core", @@ -1550,9 +1550,9 @@ checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" [[package]] name = "futures-executor" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" +checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528" dependencies = [ "futures-core", "futures-task", diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index 6234cd5df..aa0595e33 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -29,7 +29,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" } bincode = "1.3.3" criterion = "0.3.6" ed25519-dalek = { version = "1.0.1", features = ["batch", "serde"] } -futures = "0.3.21" +futures = "0.3.23" indexmap = { version = "1.9.1", features = ["serde"] } test_utils = { path = "../test_utils" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index d711440ba..2398f6b03 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -13,7 +13,7 @@ bytes = "1.2.1" config = { path = "../config" } consensus = { path = "../consensus" } crypto = { path = "../crypto" } -futures = "0.3.21" +futures = "0.3.23" multiaddr = "0.14.0" primary = { path = "../primary" } serde = { version = "1.0.143", features = ["derive"] } diff --git a/network/Cargo.toml b/network/Cargo.toml index ef21eb864..9a7f9e99f 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "0.1.57" backoff = { version = "0.4.0", features = ["tokio"] } bytes = "1.2.1" crypto = { path = "../crypto" } -futures = "0.3.21" +futures = "0.3.23" multiaddr = "0.14.0" prometheus = "0.13.1" rand = { version = "0.8.5", features = ["small_rng"] } diff --git a/node/Cargo.toml b/node/Cargo.toml index 7860ad7bc..f3cbdac5c 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -13,7 +13,7 @@ bytes = "1.2.1" cfg-if = "1.0.0" clap = "2.34" dhat = { version = "0.3.0", optional = true } -futures = "0.3.21" +futures = "0.3.23" multiaddr = "0.14.0" mysten-network = { git = "https://github.com/mystenlabs/mysten-infra.git", rev = "8d090689be14078f2ca41c356e7bbc0af21f73ab" } rand = "0.8.5" diff --git a/primary/Cargo.toml b/primary/Cargo.toml index ce79aeb0b..f3973cf3c 100644 --- a/primary/Cargo.toml +++ b/primary/Cargo.toml @@ -17,7 +17,7 @@ config = { path = "../config" } dashmap = "5.3.4" derive_builder = "0.11.2" dhat = { version = "0.3.0", optional = true } -futures = "0.3.21" +futures = "0.3.23" itertools = "0.10.3" multiaddr = "0.14.0" once_cell = "1.13.0" diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 5dea25b4b..6999dfc95 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.3.3" blake2 = "0.9" bytes = "1.2.1" derive_builder = "0.11.2" -futures = "0.3.21" +futures = "0.3.23" indexmap = { version = "1.9.1", features = ["serde"] } itertools = "0.10.3" multiaddr = "0.14.0" diff --git a/types/Cargo.toml b/types/Cargo.toml index 9d4a8b680..6f8f0c816 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -12,7 +12,7 @@ bincode = "1.3.3" blake2 = "0.9" bytes = "1.2.1" derive_builder = "0.11.2" -futures = "0.3.21" +futures = "0.3.23" indexmap = { version = "1.9.1", features = ["serde"] } prometheus = "0.13.1" proptest = "1.0.0" diff --git a/worker/Cargo.toml b/worker/Cargo.toml index 3a3389acb..61ad67816 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.57" bincode = "1.3.3" blake2 = "0.9" bytes = "1.2.1" -futures = "0.3.21" +futures = "0.3.23" multiaddr = "0.14.0" serde = { version = "1.0.143", features = ["derive"] } tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] }