deps: bump futures from 0.3.26 to 0.3.27

Pull-Request: #3597.
This commit is contained in:
dependabot[bot]
2023-03-13 11:35:04 +00:00
committed by GitHub
parent 2e6564f786
commit 9d0ec7e074
39 changed files with 57 additions and 57 deletions

View File

@@ -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" }