deps: bump either from 1.8.1 to 1.9.0

Pull-Request: #4243.
This commit is contained in:
dependabot[bot]
2023-07-24 16:02:14 +00:00
committed by GitHub
parent 521eea2d01
commit 12c98dca35
13 changed files with 15 additions and 15 deletions

View File

@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
async-std = { version = "1.12", features = ["attributes"] }
async-trait = "0.1"
either = "1.8"
either = "1.9"
env_logger = "0.10"
futures = "0.3.28"
libp2p = { path = "../../libp2p", features = ["async-std", "gossipsub", "dns", "identify", "kad", "macros", "noise", "ping", "pnet", "tcp", "websocket", "yamux"] }