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

@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
asynchronous-codec = "0.6"
either = "1.6.0"
either = "1.9.0"
futures = "0.3.28"
futures-timer = "3.0"
instant = "0.1.12"

View File

@ -18,7 +18,7 @@ asynchronous-codec = "0.6"
base64 = "0.21.2"
byteorder = "1.3.4"
bytes = "1.4"
either = "1.5"
either = "1.9"
fnv = "1.0.7"
futures = "0.3.28"
futures-ticker = "0.0.3"

View File

@ -24,7 +24,7 @@ quick-protobuf = "0.8"
smallvec = "1.11.0"
thiserror = "1.0"
void = "1.0"
either = "1.8.0"
either = "1.9.0"
[dev-dependencies]
async-std = { version = "1.6.2", features = ["attributes"] }

View File

@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
arrayvec = "0.7.4"
bytes = "1"
either = "1.5"
either = "1.9"
fnv = "1.0"
asynchronous-codec = "0.6"
futures = "0.3.28"

View File

@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]
[dependencies]
either = "1.8.0"
either = "1.9.0"
futures = "0.3.28"
futures-timer = "3.0.2"
instant = "0.1.12"

View File

@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
asynchronous-codec = "0.6"
bytes = "1"
either = "1.6.0"
either = "1.9.0"
futures = "0.3.28"
futures-timer = "3"
instant = "0.1.12"