From 0ff0ef7a357ba03396eb31f6c6b86e2b928bc145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:43:42 +0000 Subject: [PATCH] deps: bump futures from 0.3.27 to 0.3.28 Pull-Request: #3725. --- Cargo.lock | 38 +++++++++---------- core/Cargo.toml | 2 +- examples/autonat/Cargo.toml | 2 +- examples/chat-example/Cargo.toml | 2 +- examples/dcutr/Cargo.toml | 2 +- .../distributed-key-value-store/Cargo.toml | 2 +- examples/file-sharing/Cargo.toml | 2 +- examples/identify/Cargo.toml | 2 +- examples/ipfs-kad/Cargo.toml | 2 +- examples/ipfs-private/Cargo.toml | 2 +- examples/ping-example/Cargo.toml | 2 +- examples/relay-server/Cargo.toml | 2 +- examples/rendezvous/Cargo.toml | 2 +- interop-tests/Cargo.toml | 2 +- misc/metrics/Cargo.toml | 2 +- misc/rw-stream-sink/Cargo.toml | 2 +- muxers/mplex/Cargo.toml | 2 +- muxers/test-harness/Cargo.toml | 2 +- muxers/yamux/Cargo.toml | 2 +- protocols/dcutr/Cargo.toml | 2 +- protocols/floodsub/Cargo.toml | 2 +- protocols/gossipsub/Cargo.toml | 2 +- protocols/identify/Cargo.toml | 2 +- protocols/kad/Cargo.toml | 2 +- protocols/mdns/Cargo.toml | 2 +- protocols/perf/Cargo.toml | 2 +- protocols/ping/Cargo.toml | 2 +- protocols/relay/Cargo.toml | 2 +- protocols/request-response/Cargo.toml | 2 +- swarm-test/Cargo.toml | 2 +- swarm/Cargo.toml | 4 +- transports/deflate/Cargo.toml | 2 +- transports/dns/Cargo.toml | 2 +- transports/noise/Cargo.toml | 2 +- transports/plaintext/Cargo.toml | 2 +- transports/pnet/Cargo.toml | 2 +- transports/quic/Cargo.toml | 2 +- transports/tcp/Cargo.toml | 2 +- transports/tls/Cargo.toml | 2 +- transports/uds/Cargo.toml | 2 +- transports/wasm-ext/Cargo.toml | 2 +- transports/websocket/Cargo.toml | 2 +- 42 files changed, 61 insertions(+), 61 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 275340ca114..da4a5124c6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1479,9 +1479,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" +checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" dependencies = [ "futures-channel", "futures-core", @@ -1494,9 +1494,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" +checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" dependencies = [ "futures-core", "futures-sink", @@ -1504,15 +1504,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" +checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" [[package]] name = "futures-executor" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" +checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" dependencies = [ "futures-core", "futures-task", @@ -1522,9 +1522,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" +checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" [[package]] name = "futures-lite" @@ -1543,13 +1543,13 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" +checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.11", ] [[package]] @@ -1565,15 +1565,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" +checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" [[package]] name = "futures-task" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" +checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" [[package]] name = "futures-timer" @@ -1587,9 +1587,9 @@ dependencies = [ [[package]] name = "futures-util" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" +checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" dependencies = [ "futures-channel", "futures-core", diff --git a/core/Cargo.toml b/core/Cargo.toml index 75c37ab38db..1db5325d9f3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] either = "1.5" fnv = "1.0" -futures = { version = "0.3.27", features = ["executor", "thread-pool"] } +futures = { version = "0.3.28", features = ["executor", "thread-pool"] } futures-timer = "3" instant = "0.1.11" libp2p-identity = { version = "0.1", path = "../identity", features = ["peerid", "ed25519"] } diff --git a/examples/autonat/Cargo.toml b/examples/autonat/Cargo.toml index 655a39fb8d9..6d61975f892 100644 --- a/examples/autonat/Cargo.toml +++ b/examples/autonat/Cargo.toml @@ -9,5 +9,5 @@ license = "MIT" async-std = { version = "1.12", features = ["attributes"] } clap = { version = "4.1.11", features = ["derive"] } env_logger = "0.10.0" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "tcp", "noise", "yamux", "autonat", "identify", "macros"] } diff --git a/examples/chat-example/Cargo.toml b/examples/chat-example/Cargo.toml index cfd75ea2764..32a38f6b487 100644 --- a/examples/chat-example/Cargo.toml +++ b/examples/chat-example/Cargo.toml @@ -9,6 +9,6 @@ license = "MIT" async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" env_logger = "0.10.0" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "gossipsub", "mdns", "mplex", "noise", "macros", "tcp", "yamux"] } libp2p-quic = { path = "../../transports/quic", features = ["async-std"] } diff --git a/examples/dcutr/Cargo.toml b/examples/dcutr/Cargo.toml index 57439d9353e..26ec9b9a397 100644 --- a/examples/dcutr/Cargo.toml +++ b/examples/dcutr/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" [dependencies] clap = { version = "4.1.11", features = ["derive"] } env_logger = "0.10.0" -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3.0" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "dcutr", "identify", "macros", "mplex", "noise", "ping", "relay", "rendezvous", "tcp", "tokio", "yamux"] } log = "0.4" diff --git a/examples/distributed-key-value-store/Cargo.toml b/examples/distributed-key-value-store/Cargo.toml index 2f7a7118c54..259dc8435c9 100644 --- a/examples/distributed-key-value-store/Cargo.toml +++ b/examples/distributed-key-value-store/Cargo.toml @@ -9,6 +9,6 @@ license = "MIT" async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" env_logger = "0.10" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "kad", "mdns", "mplex", "noise", "macros", "tcp", "websocket", "yamux"] } multiaddr = { version = "0.17.0" } diff --git a/examples/file-sharing/Cargo.toml b/examples/file-sharing/Cargo.toml index d206ec22f6d..534843700e7 100644 --- a/examples/file-sharing/Cargo.toml +++ b/examples/file-sharing/Cargo.toml @@ -11,6 +11,6 @@ async-trait = "0.1" clap = { version = "4.1.11", features = ["derive"] } either = "1.8" env_logger = "0.10" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "kad", "mplex", "noise", "macros", "request-response", "tcp", "websocket", "yamux"] } multiaddr = { version = "0.17.0" } diff --git a/examples/identify/Cargo.toml b/examples/identify/Cargo.toml index ab9bf892c67..a760dffe247 100644 --- a/examples/identify/Cargo.toml +++ b/examples/identify/Cargo.toml @@ -8,5 +8,5 @@ license = "MIT" [dependencies] async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "dcutr", "identify", "macros", "mplex", "noise", "ping", "relay", "rendezvous", "tcp", "tokio", "yamux"] } diff --git a/examples/ipfs-kad/Cargo.toml b/examples/ipfs-kad/Cargo.toml index f1b4d050057..bdecbe9f42d 100644 --- a/examples/ipfs-kad/Cargo.toml +++ b/examples/ipfs-kad/Cargo.toml @@ -9,5 +9,5 @@ license = "MIT" async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" env_logger = "0.10" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "kad", "mplex", "noise", "tcp", "websocket", "yamux"] } diff --git a/examples/ipfs-private/Cargo.toml b/examples/ipfs-private/Cargo.toml index 77c390d3f3c..e5ca80b4ea7 100644 --- a/examples/ipfs-private/Cargo.toml +++ b/examples/ipfs-private/Cargo.toml @@ -10,6 +10,6 @@ async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" either = "1.8" env_logger = "0.10" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "gossipsub", "dns", "identify", "kad", "macros", "mplex", "noise", "ping", "pnet", "tcp", "websocket", "yamux"] } multiaddr = { version = "0.17.0" } diff --git a/examples/ping-example/Cargo.toml b/examples/ping-example/Cargo.toml index 625926d2777..31952ef1860 100644 --- a/examples/ping-example/Cargo.toml +++ b/examples/ping-example/Cargo.toml @@ -8,6 +8,6 @@ license = "MIT" [dependencies] async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "macros", "mplex", "noise", "ping", "tcp", "websocket", "yamux"] } multiaddr = { version = "0.17.0" } diff --git a/examples/relay-server/Cargo.toml b/examples/relay-server/Cargo.toml index f42753ad977..9a967cdf596 100644 --- a/examples/relay-server/Cargo.toml +++ b/examples/relay-server/Cargo.toml @@ -10,5 +10,5 @@ clap = { version = "4.1.11", features = ["derive"] } async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" env_logger = "0.10.0" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "noise", "macros", "ping", "tcp", "identify", "yamux", "relay"] } diff --git a/examples/rendezvous/Cargo.toml b/examples/rendezvous/Cargo.toml index dc162480655..9931a49f6c2 100644 --- a/examples/rendezvous/Cargo.toml +++ b/examples/rendezvous/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" env_logger = "0.10.0" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../../libp2p", features = ["async-std", "identify", "macros", "mplex", "noise", "ping", "rendezvous", "tcp", "tokio", "yamux"] } log = "0.4" tokio = { version = "1.25", features = [ "rt-multi-thread", "macros", "time" ] } diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index dfaf93fd9df..bd673832844 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" anyhow = "1" either = "1.8.0" env_logger = "0.10.0" -futures = "0.3.27" +futures = "0.3.28" libp2p = { path = "../libp2p", features = ["websocket", "mplex", "yamux", "tcp", "tokio", "ping", "noise", "tls", "dns", "rsa", "macros"] } libp2p-quic = { path = "../transports/quic", features = ["tokio"] } libp2p-webrtc = { path = "../transports/webrtc", features = ["tokio"] } diff --git a/misc/metrics/Cargo.toml b/misc/metrics/Cargo.toml index 63a017b4923..efb09236c9b 100644 --- a/misc/metrics/Cargo.toml +++ b/misc/metrics/Cargo.toml @@ -34,7 +34,7 @@ libp2p-gossipsub = { version = "0.44.0", path = "../../protocols/gossipsub", op [dev-dependencies] env_logger = "0.10.0" -futures = "0.3.27" +futures = "0.3.28" hyper = { version="0.14", features = ["server", "tcp", "http1"] } libp2p-noise = { path = "../../transports/noise" } libp2p-ping = { path = "../../protocols/ping" } diff --git a/misc/rw-stream-sink/Cargo.toml b/misc/rw-stream-sink/Cargo.toml index 84db0009d96..a32d365de12 100644 --- a/misc/rw-stream-sink/Cargo.toml +++ b/misc/rw-stream-sink/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["networking"] categories = ["network-programming", "asynchronous"] [dependencies] -futures = "0.3.27" +futures = "0.3.28" pin-project = "1.0.10" static_assertions = "1" diff --git a/muxers/mplex/Cargo.toml b/muxers/mplex/Cargo.toml index 240a5ab0cd9..1c0562803c7 100644 --- a/muxers/mplex/Cargo.toml +++ b/muxers/mplex/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] bytes = "1" -futures = "0.3.27" +futures = "0.3.28" asynchronous-codec = "0.6" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-identity = { version = "0.1.0", path = "../../identity" } diff --git a/muxers/test-harness/Cargo.toml b/muxers/test-harness/Cargo.toml index 05738b132b1..a1805f67e8e 100644 --- a/muxers/test-harness/Cargo.toml +++ b/muxers/test-harness/Cargo.toml @@ -9,6 +9,6 @@ license = "MIT" [dependencies] libp2p-core = { path = "../../core" } -futures = "0.3.27" +futures = "0.3.28" log = "0.4" futures-timer = "3.0.2" diff --git a/muxers/yamux/Cargo.toml b/muxers/yamux/Cargo.toml index 03b9e8af3bb..b820fbd5998 100644 --- a/muxers/yamux/Cargo.toml +++ b/muxers/yamux/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -futures = "0.3.27" +futures = "0.3.28" libp2p-core = { version = "0.39.0", path = "../../core" } thiserror = "1.0" yamux = "0.10.0" diff --git a/protocols/dcutr/Cargo.toml b/protocols/dcutr/Cargo.toml index c79aac026cf..802971d0444 100644 --- a/protocols/dcutr/Cargo.toml +++ b/protocols/dcutr/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] asynchronous-codec = "0.6" either = "1.6.0" -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3.0" instant = "0.1.11" libp2p-core = { version = "0.39.0", path = "../../core" } diff --git a/protocols/floodsub/Cargo.toml b/protocols/floodsub/Cargo.toml index d6db4e1787f..d3e2d8f6e2e 100644 --- a/protocols/floodsub/Cargo.toml +++ b/protocols/floodsub/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] asynchronous-codec = "0.6" cuckoofilter = "0.5.0" fnv = "1.0" -futures = "0.3.27" +futures = "0.3.28" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-swarm = { version = "0.42.0", path = "../../swarm" } libp2p-identity = { version = "0.1.0", path = "../../identity" } diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index 4471736c3d3..bcf4773092e 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -17,7 +17,7 @@ libp2p-identity = { version = "0.1.0", path = "../../identity" } bytes = "1.4" byteorder = "1.3.4" fnv = "1.0.7" -futures = "0.3.27" +futures = "0.3.28" rand = "0.8" asynchronous-codec = "0.6" unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] } diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index a9b5eea2e6f..197a8c095dd 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] asynchronous-codec = "0.6" -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3.0.2" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-swarm = { version = "0.42.0", path = "../../swarm" } diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index aa76253fe88..6710c1f7902 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -16,7 +16,7 @@ bytes = "1" either = "1.5" fnv = "1.0" asynchronous-codec = "0.6" -futures = "0.3.27" +futures = "0.3.28" log = "0.4" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-swarm = { version = "0.42.0", path = "../../swarm" } diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index 5b68de534e8..8ef40dadd65 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-io = { version = "1.13.0", optional = true } data-encoding = "2.3.2" -futures = "0.3.27" +futures = "0.3.28" if-watch = "3.0.0" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-swarm = { version = "0.42.0", path = "../../swarm" } diff --git a/protocols/perf/Cargo.toml b/protocols/perf/Cargo.toml index fb69cc03ab5..2a74b50f443 100644 --- a/protocols/perf/Cargo.toml +++ b/protocols/perf/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1" async-std = { version = "1.9.0", features = ["attributes"] } clap = { version = "4.1.11", features = ["derive"] } env_logger = "0.10.0" -futures = "0.3.26" +futures = "0.3.28" instant = "0.1.11" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-dns = { version = "0.39.0", path = "../../transports/dns", features = ["async-std"] } diff --git a/protocols/ping/Cargo.toml b/protocols/ping/Cargo.toml index 7a8af417a05..4d26b90019e 100644 --- a/protocols/ping/Cargo.toml +++ b/protocols/ping/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] either = "1.8.0" -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3.0.2" instant = "0.1.11" libp2p-core = { version = "0.39.0", path = "../../core" } diff --git a/protocols/relay/Cargo.toml b/protocols/relay/Cargo.toml index 6dfb561e621..72699f81102 100644 --- a/protocols/relay/Cargo.toml +++ b/protocols/relay/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] asynchronous-codec = "0.6" bytes = "1" either = "1.6.0" -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3" instant = "0.1.11" libp2p-core = { version = "0.39.0", path = "../../core" } diff --git a/protocols/request-response/Cargo.toml b/protocols/request-response/Cargo.toml index d30709e65fe..12a359049c5 100644 --- a/protocols/request-response/Cargo.toml +++ b/protocols/request-response/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-trait = "0.1" -futures = "0.3.27" +futures = "0.3.28" instant = "0.1.11" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-swarm = { version = "0.42.0", path = "../../swarm" } diff --git a/swarm-test/Cargo.toml b/swarm-test/Cargo.toml index 59f834a5055..ff26f228e0e 100644 --- a/swarm-test/Cargo.toml +++ b/swarm-test/Cargo.toml @@ -19,7 +19,7 @@ libp2p-plaintext = { version = "0.39.1", path = "../transports/plaintext" } libp2p-swarm = { version = "0.42.0", path = "../swarm" } libp2p-tcp = { version = "0.39.0", path = "../transports/tcp", features = ["async-io"] } libp2p-yamux = { version = "0.43.0", path = "../muxers/yamux" } -futures = "0.3.27" +futures = "0.3.28" log = "0.4.17" rand = "0.8.5" futures-timer = "3.0.2" diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index 47ab4489407..0b56b6cc702 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] either = "1.6.0" fnv = "1.0" -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3.0.2" instant = "0.1.11" libp2p-core = { version = "0.39.0", path = "../core" } @@ -40,7 +40,7 @@ wasm-bindgen = ["dep:wasm-bindgen-futures", "dep:getrandom"] async-std = { version = "1.6.2", features = ["attributes"] } either = "1.6.0" env_logger = "0.10" -futures = "0.3.27" +futures = "0.3.28" libp2p-identify = { path = "../protocols/identify" } libp2p-identity = { version = "0.1.0", path = "../identity", features = ["ed25519"] } libp2p-kad = { path = "../protocols/kad" } diff --git a/transports/deflate/Cargo.toml b/transports/deflate/Cargo.toml index 595f0774e11..59f25c88dfe 100644 --- a/transports/deflate/Cargo.toml +++ b/transports/deflate/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -futures = "0.3.27" +futures = "0.3.28" libp2p-core = { version = "0.39.0", path = "../../core" } flate2 = "1.0" diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index f3375ab4223..5cd734d4525 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-identity = { version = "0.1.0", path = "../../identity" } log = "0.4.1" -futures = "0.3.27" +futures = "0.3.28" async-std-resolver = { version = "0.22", optional = true } parking_lot = "0.12.0" trust-dns-resolver = { version = "0.22", default-features = false, features = ["system-config"] } diff --git a/transports/noise/Cargo.toml b/transports/noise/Cargo.toml index a278151d524..4e745c28adc 100644 --- a/transports/noise/Cargo.toml +++ b/transports/noise/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/libp2p/rust-libp2p" [dependencies] bytes = "1" curve25519-dalek = "3.0.0" -futures = "0.3.27" +futures = "0.3.28" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-identity = { version = "0.1.0", path = "../../identity", features = ["ed25519"] } log = "0.4" diff --git a/transports/plaintext/Cargo.toml b/transports/plaintext/Cargo.toml index 71d94d186bd..81e0f1b98d0 100644 --- a/transports/plaintext/Cargo.toml +++ b/transports/plaintext/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] asynchronous-codec = "0.6" bytes = "1" -futures = "0.3.27" +futures = "0.3.28" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-identity = { version = "0.1.0", path = "../../identity" } log = "0.4.8" diff --git a/transports/pnet/Cargo.toml b/transports/pnet/Cargo.toml index 82aeda624ef..562b41a98f1 100644 --- a/transports/pnet/Cargo.toml +++ b/transports/pnet/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -futures = "0.3.27" +futures = "0.3.28" log = "0.4.8" salsa20 = "0.10" sha3 = "0.10" diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index 28e02fd0de1..eb7e9888f80 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [dependencies] async-std = { version = "1.12.0", optional = true } bytes = "1.4.0" -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3.0.2" if-watch = "3.0.0" libp2p-core = { version = "0.39.0", path = "../../core" } diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index 722b1f0f002..9c5695a11eb 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-io = { version = "1.13.0", optional = true } -futures = "0.3.27" +futures = "0.3.28" futures-timer = "3.0" if-watch = "3.0.0" libc = "0.2.140" diff --git a/transports/tls/Cargo.toml b/transports/tls/Cargo.toml index 52f01edf35d..96b4e02b62b 100644 --- a/transports/tls/Cargo.toml +++ b/transports/tls/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" exclude = ["src/test_assets"] [dependencies] -futures = { version = "0.3.27", default-features = false } +futures = { version = "0.3.28", default-features = false } futures-rustls = "0.22.2" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-identity = { version = "0.1.0", path = "../../identity" } diff --git a/transports/uds/Cargo.toml b/transports/uds/Cargo.toml index 37fbdd333dc..a672fc53d22 100644 --- a/transports/uds/Cargo.toml +++ b/transports/uds/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] async-std = { version = "1.6.2", optional = true } libp2p-core = { version = "0.39.0", path = "../../core" } log = "0.4.1" -futures = "0.3.27" +futures = "0.3.28" tokio = { version = "1.15", default-features = false, features = ["net"], optional = true } [dev-dependencies] diff --git a/transports/wasm-ext/Cargo.toml b/transports/wasm-ext/Cargo.toml index 7c117cc2286..19a04bc1751 100644 --- a/transports/wasm-ext/Cargo.toml +++ b/transports/wasm-ext/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -futures = "0.3.27" +futures = "0.3.28" js-sys = "0.3.61" libp2p-core = { version = "0.39.0", path = "../../core" } parity-send-wrapper = "0.1.0" diff --git a/transports/websocket/Cargo.toml b/transports/websocket/Cargo.toml index ab829ffdc7a..cb760d438c0 100644 --- a/transports/websocket/Cargo.toml +++ b/transports/websocket/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures-rustls = "0.22" either = "1.5.3" -futures = "0.3.27" +futures = "0.3.28" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-identity = { version = "0.1.0", path = "../../identity" } log = "0.4.8"