From 733d207177c7778ae22e8a521b919edf27cc469c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 09:14:26 +0000 Subject: [PATCH] Bump futures from 0.3.16 to 0.3.18 Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.16 to 0.3.18. - [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.16...0.3.18) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 55 +++++++------------ jormungandr/Cargo.toml | 2 +- .../jormungandr-integration-tests/Cargo.toml | 2 +- testing/jormungandr-scenario-tests/Cargo.toml | 2 +- testing/jormungandr-testing-utils/Cargo.toml | 2 +- 5 files changed, 23 insertions(+), 40 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db2da76869..56cbc5b490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ name = "chain-vote" version = "0.1.0" source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#95d1883f318538f924f65f1a3a282ec5b9ed446f" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "chain-core", "chain-crypto", "const_format", @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b" +checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e" dependencies = [ "futures-channel", "futures-core", @@ -1306,9 +1306,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9" +checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" dependencies = [ "futures-core", "futures-sink", @@ -1316,15 +1316,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99" +checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445" [[package]] name = "futures-executor" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c" +checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97" dependencies = [ "futures-core", "futures-task", @@ -1333,18 +1333,16 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582" +checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11" [[package]] name = "futures-macro" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57" +checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd" dependencies = [ - "autocfg", - "proc-macro-hack", "proc-macro2 1.0.28", "quote 1.0.9", "syn 1.0.74", @@ -1352,23 +1350,22 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53" +checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af" [[package]] name = "futures-task" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2" +checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12" [[package]] name = "futures-util" -version = "0.3.16" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78" +checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" dependencies = [ - "autocfg", "futures-channel", "futures-core", "futures-io", @@ -1378,8 +1375,6 @@ dependencies = [ "memchr", "pin-project-lite", "pin-utils", - "proc-macro-hack", - "proc-macro-nested", "slab", ] @@ -2967,18 +2962,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "proc-macro-hack" -version = "0.5.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" - -[[package]] -name = "proc-macro-nested" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" - [[package]] name = "proc-macro2" version = "0.4.30" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 44b5a1386c..d435fc220a 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -31,7 +31,7 @@ base64 = "0.13.0" bincode = "1.3.3" bech32 = "0.8" chrono = "0.4.19" -futures = "0.3.14" +futures = "0.3.18" hex = "0.4" jormungandr-lib = { path = "../jormungandr-lib" } keynesis = "1.1" diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index 2b770a0fb4..0e6ccf3ad9 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -9,7 +9,7 @@ tonic = "0.6" bech32 = "0.7" prost = "0.9" tokio = { version = "1.4", features = ["macros", "time"] } -futures = "0.3.14" +futures = "0.3.18" base64 = "0.13" hex = "0.4.2" chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } diff --git a/testing/jormungandr-scenario-tests/Cargo.toml b/testing/jormungandr-scenario-tests/Cargo.toml index 61ad2e3663..e1012c0838 100644 --- a/testing/jormungandr-scenario-tests/Cargo.toml +++ b/testing/jormungandr-scenario-tests/Cargo.toml @@ -36,7 +36,7 @@ serde_yaml = "0.8" structopt = "0.3" thiserror = "1.0" hex = "0.4" -futures = "0.3.14" +futures = "0.3.18" console = "0.15" yaml-rust = "0.4.4" indicatif = "0.15" diff --git a/testing/jormungandr-testing-utils/Cargo.toml b/testing/jormungandr-testing-utils/Cargo.toml index 1d4d93665d..1a598105e3 100644 --- a/testing/jormungandr-testing-utils/Cargo.toml +++ b/testing/jormungandr-testing-utils/Cargo.toml @@ -11,7 +11,7 @@ tonic = "0.6" prost = "0.9" tokio = { version = "1.4", features = ["macros","rt","rt-multi-thread"] } tokio-stream = "0.1" -futures = "0.3.14" +futures = "0.3.18" base64 = "0.13" bech32 = "0.8" bytesize = "1.0.1"