deps: bump futures from 0.3.27 to 0.3.28

Pull-Request: #3725.
This commit is contained in:
dependabot[bot]
2023-04-03 14:43:42 +00:00
committed by GitHub
parent 3a9debf508
commit 0ff0ef7a35
42 changed files with 61 additions and 61 deletions

View File

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