From 9d0ec7e074bfd0343d65b43e8ec6258bec4d7460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:35:04 +0000 Subject: [PATCH] deps: bump futures from 0.3.26 to 0.3.27 Pull-Request: #3597. --- Cargo.lock | 36 +++++++++---------- core/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/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/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 +- 39 files changed, 57 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2cd56f0..8c9bc4fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,9 +1456,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" +checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" dependencies = [ "futures-channel", "futures-core", @@ -1471,9 +1471,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" +checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" dependencies = [ "futures-core", "futures-sink", @@ -1481,15 +1481,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" +checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" [[package]] name = "futures-executor" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" +checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" dependencies = [ "futures-core", "futures-task", @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" +checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" [[package]] name = "futures-lite" @@ -1520,9 +1520,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" +checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" dependencies = [ "proc-macro2", "quote", @@ -1542,15 +1542,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" +checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" [[package]] name = "futures-task" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" +checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" [[package]] name = "futures-timer" @@ -1564,9 +1564,9 @@ dependencies = [ [[package]] name = "futures-util" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" +checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" dependencies = [ "futures-channel", "futures-core", diff --git a/core/Cargo.toml b/core/Cargo.toml index 1ef65ee6..f05c912a 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.26", features = ["executor", "thread-pool"] } +futures = { version = "0.3.27", 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/chat-example/Cargo.toml b/examples/chat-example/Cargo.toml index bfd2d7e0..6b50b12e 100644 --- a/examples/chat-example/Cargo.toml +++ b/examples/chat-example/Cargo.toml @@ -9,5 +9,5 @@ license = "MIT" async-std = { version = "1.12", features = ["attributes"] } async-trait = "0.1" env_logger = "0.10.0" -futures = "0.3.26" +futures = "0.3.27" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "gossipsub", "mdns", "mplex", "noise", "macros", "tcp", "websocket", "yamux"] } diff --git a/examples/dcutr/Cargo.toml b/examples/dcutr/Cargo.toml index 4fc9ed74..9d300969 100644 --- a/examples/dcutr/Cargo.toml +++ b/examples/dcutr/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" [dependencies] clap = { version = "4.1.6", features = ["derive"] } env_logger = "0.10.0" -futures = "0.3.26" +futures = "0.3.27" 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 6a6c05fe..2f7a7118 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.26" +futures = "0.3.27" 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 2880e6d9..9e729a72 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.6", features = ["derive"] } either = "1.8" env_logger = "0.10" -futures = "0.3.26" +futures = "0.3.27" 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 49415c0c..ab9bf892 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.26" +futures = "0.3.27" 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 a1ab1a61..f1b4d050 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.26" +futures = "0.3.27" 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 72b9dbb0..77c390d3 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.26" +futures = "0.3.27" 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 9411a89a..625926d2 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.26" +futures = "0.3.27" libp2p = { path = "../../libp2p", features = ["async-std", "dns", "macros", "mplex", "noise", "ping", "tcp", "websocket", "yamux"] } multiaddr = { version = "0.17.0" } diff --git a/examples/rendezvous/Cargo.toml b/examples/rendezvous/Cargo.toml index d34f6de5..dc162480 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.26" +futures = "0.3.27" 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 62efe2cf..cdd8cdac 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.26" +futures = "0.3.27" libp2p = { path = "../libp2p", features = ["websocket", "quic", "mplex", "yamux", "tcp", "tokio", "ping", "noise", "tls", "dns", "rsa", "macros", "webrtc"] } log = "0.4" rand = "0.8.5" diff --git a/misc/metrics/Cargo.toml b/misc/metrics/Cargo.toml index bf23d3a4..63a017b4 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.26" +futures = "0.3.27" 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 9fc07174..84db0009 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.26" +futures = "0.3.27" pin-project = "1.0.10" static_assertions = "1" diff --git a/muxers/mplex/Cargo.toml b/muxers/mplex/Cargo.toml index 2fac5201..240a5ab0 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.26" +futures = "0.3.27" 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 845ee540..05738b13 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.26" +futures = "0.3.27" log = "0.4" futures-timer = "3.0.2" diff --git a/muxers/yamux/Cargo.toml b/muxers/yamux/Cargo.toml index d5daeee5..03b9e8af 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.26" +futures = "0.3.27" 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 723ce56a..ddd8afbd 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.26" +futures = "0.3.27" 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 1314faa9..22a772f8 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.26" +futures = "0.3.27" 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 c2e2b9a2..ef82ee55 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.26" +futures = "0.3.27" 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 9c0b904a..a9b5eea2 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.26" +futures = "0.3.27" 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 0604a520..aa76253f 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.26" +futures = "0.3.27" 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 b6ff74f2..37a2e4fc 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-io = { version = "1.3.1", optional = true } data-encoding = "2.3.2" -futures = "0.3.26" +futures = "0.3.27" 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/ping/Cargo.toml b/protocols/ping/Cargo.toml index c5f2e5f0..7a8af417 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.26" +futures = "0.3.27" 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 6c2b5f15..c4e1be41 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.26" +futures = "0.3.27" 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 e10df6b4..d30709e6 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.26" +futures = "0.3.27" 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 c5525ffe..bf6fe9d4 100644 --- a/swarm-test/Cargo.toml +++ b/swarm-test/Cargo.toml @@ -15,7 +15,7 @@ libp2p-plaintext = { path = "../transports/plaintext" } libp2p-swarm = { path = "../swarm" } libp2p-tcp = { path = "../transports/tcp", features = ["async-io"] } libp2p-yamux = { path = "../muxers/yamux" } -futures = "0.3.24" +futures = "0.3.27" log = "0.4.17" rand = "0.8.5" futures-timer = "3.0.2" diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index b6194277..ed1d03f3 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.26" +futures = "0.3.27" 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.26" +futures = "0.3.27" 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 6833ec99..595f0774 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.26" +futures = "0.3.27" libp2p-core = { version = "0.39.0", path = "../../core" } flate2 = "1.0" diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index 73a5e88d..f3375ab4 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.26" +futures = "0.3.27" 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 a792df0a..3e8bf18d 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.26" +futures = "0.3.27" 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 5e080e89..71d94d18 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.26" +futures = "0.3.27" 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 7b60c35b..82aeda62 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.26" +futures = "0.3.27" log = "0.4.8" salsa20 = "0.10" sha3 = "0.10" diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index 02e3bc39..61a623e2 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.26" +futures = "0.3.27" 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 92b0c97d..c4a5ee6b 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-io = { version = "1.2.0", optional = true } -futures = "0.3.26" +futures = "0.3.27" 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 97ed6e82..6a8856b7 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.26", default-features = false } +futures = { version = "0.3.27", 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 8995bd0b..37fbdd33 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.26" +futures = "0.3.27" 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 f925a75e..7c117cc2 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.26" +futures = "0.3.27" 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 c0f70dd0..ab829ffd 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.26" +futures = "0.3.27" libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-identity = { version = "0.1.0", path = "../../identity" } log = "0.4.8"