deps: bump tokio from 1.28.2 to 1.29.1

Pull-Request: #4148.
This commit is contained in:
dependabot[bot]
2023-07-10 09:31:15 +00:00
committed by GitHub
parent 29c0fefaa2
commit 185cb4a2e3
13 changed files with 64 additions and 18 deletions

View File

@@ -12,4 +12,4 @@ env_logger = "0.10.0"
futures = "0.3.28"
libp2p = { path = "../../libp2p", features = ["async-std", "identify", "macros", "noise", "ping", "rendezvous", "tcp", "tokio", "yamux"] }
log = "0.4"
tokio = { version = "1.28", features = [ "rt-multi-thread", "macros", "time" ] }
tokio = { version = "1.29", features = [ "rt-multi-thread", "macros", "time" ] }