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

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