From cee52e8aafb301f4b9b7258bebcb18b783bd0951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:57:32 +0000 Subject: [PATCH] build(deps): bump futures from 0.3.28 to 0.3.30 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.30. - [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.28...0.3.30) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 +++++++++++++------------- crates/rc-validator-network/Cargo.toml | 2 +- crates/rc-validator/Cargo.toml | 2 +- node/Cargo.toml | 2 +- redlight/Cargo.toml | 2 +- redoxt/Cargo.toml | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78f22d9..bc85f35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3677,9 +3677,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" +checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ "futures-channel", "futures-core", @@ -3692,9 +3692,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", "futures-sink", @@ -3702,15 +3702,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-executor" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" +checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ "futures-core", "futures-task", @@ -3720,9 +3720,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" @@ -3751,9 +3751,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", @@ -3773,15 +3773,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-timer" @@ -3795,9 +3795,9 @@ dependencies = [ [[package]] name = "futures-util" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-channel", "futures-core", diff --git a/crates/rc-validator-network/Cargo.toml b/crates/rc-validator-network/Cargo.toml index 658969c..ecb8930 100644 --- a/crates/rc-validator-network/Cargo.toml +++ b/crates/rc-validator-network/Cargo.toml @@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = "1.4.0" async-trait = "0.1.56" -futures = "0.3.21" +futures = "0.3.30" tracing = "0.1.37" log = "0.4" rand = "0.8" diff --git a/crates/rc-validator/Cargo.toml b/crates/rc-validator/Cargo.toml index e785d68..5373e7c 100644 --- a/crates/rc-validator/Cargo.toml +++ b/crates/rc-validator/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4" anyhow = "1.0.66" codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"]} scale-info = { version = "2.2.0", features = ["derive"] } -futures = "0.3.21" +futures = "0.3.30" serde = { version = "1.0.163" } serde_json = "1.0.68" diff --git a/node/Cargo.toml b/node/Cargo.toml index d35d221..b8d2c68 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.20" codec = { package = "parity-scale-codec", version = "3.0.0" } serde = { version = "1.0.171", features = ["derive"] } jsonrpsee = { version = "0.16.2", features = ["server"] } -futures = "0.3.28" +futures = "0.3.30" # Local redot-runtime = { path = "../runtime" } diff --git a/redlight/Cargo.toml b/redlight/Cargo.toml index 246cd62..d8ca577 100644 --- a/redlight/Cargo.toml +++ b/redlight/Cargo.toml @@ -35,7 +35,7 @@ tokio-stream = { version = "0.1" } tracing-subscriber = { version = "0.2.25", features = ["json"] } tokio = { version = "1.21.2", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } jsonrpsee = { version = "0.16.2", features = ["full"] } -futures = "0.3.21" +futures = "0.3.30" log = "0.4" ureq = { version = "2.7", features = ["json"] } serde_json = "1.0" diff --git a/redoxt/Cargo.toml b/redoxt/Cargo.toml index 197c9fb..b3d04e1 100644 --- a/redoxt/Cargo.toml +++ b/redoxt/Cargo.toml @@ -27,7 +27,7 @@ structopt = "0.3.25" anyhow = "1.0.66" tokio = { version = "1.28", features = ["process","macros", "time", "rt-multi-thread"] } frost-ed25519 = { version="1.0.0-rc.0"} -futures = { version = "0.3.27", default-features = false, features = ["std"] } +futures = { version = "0.3.30", default-features = false, features = ["std"] } log = "0.4" hex = "0.4" serde_json = "1.0"