Skip to content

Commit 3def113

Browse files
deps: bump either from 1.9.0 to 1.15.0
Bumps [either](https://github.com/rayon-rs/either) from 1.9.0 to 1.15.0. - [Commits](rayon-rs/either@1.9.0...1.15.0) --- updated-dependencies: - dependency-name: either dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d9be84 commit 3def113

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
1111
categories = ["network-programming", "asynchronous"]
1212

1313
[dependencies]
14-
either = "1.9"
14+
either = "1.15"
1515
fnv = "1.0"
1616
futures = { version = "0.3.30", features = ["executor", "thread-pool"] }
1717
futures-timer = "3"

examples/file-sharing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ release = false
1212
serde = { version = "1.0", features = ["derive"] }
1313
async-std = { version = "1.12", features = ["attributes"] }
1414
clap = { version = "4.4.16", features = ["derive"] }
15-
either = "1.9"
15+
either = "1.15"
1616
futures = "0.3.30"
1717
libp2p = { path = "../../libp2p", features = [ "async-std", "cbor", "dns", "kad", "noise", "macros", "request-response", "tcp", "websocket", "yamux"] }
1818
tracing = "0.1.37"

examples/ipfs-private/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ release = false
1111
[dependencies]
1212
tokio = { version = "1.36", features = ["rt-multi-thread", "macros", "io-std"] }
1313
async-trait = "0.1"
14-
either = "1.9"
14+
either = "1.15"
1515
futures = "0.3.30"
1616
libp2p = { path = "../../libp2p", features = [ "tokio", "gossipsub", "dns", "identify", "kad", "macros", "noise", "ping", "pnet", "tcp", "websocket", "yamux"] }
1717
tracing = "0.1.37"

hole-punching-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"
1515
tokio = { version = "1.36.0", features = ["full"] }
1616
serde = { version = "1.0.196", features = ["derive"] }
1717
serde_json = "1.0.113"
18-
either = "1.9.0"
18+
either = "1.15.0"

interop-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
1313

1414
[dependencies]
1515
anyhow = "1"
16-
either = "1.9.0"
16+
either = "1.15.0"
1717
futures = "0.3.30"
1818
rand = "0.8.5"
1919
serde = { version = "1", features = ["derive"] }

protocols/dcutr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
1212

1313
[dependencies]
1414
asynchronous-codec = { workspace = true }
15-
either = "1.9.0"
15+
either = "1.15.0"
1616
futures = "0.3.30"
1717
futures-timer = "3.0"
1818
instant = "0.1.12"

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ asynchronous-codec = { workspace = true }
1818
base64 = "0.21.7"
1919
byteorder = "1.5.0"
2020
bytes = "1.5"
21-
either = "1.9"
21+
either = "1.15"
2222
fnv = "1.0.7"
2323
futures = "0.3.30"
2424
futures-ticker = "0.0.3"

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ smallvec = "1.12.0"
2525
thiserror = "1.0"
2626
tracing = "0.1.37"
2727
void = "1.0"
28-
either = "1.9.0"
28+
either = "1.15.0"
2929

3030
[dev-dependencies]
3131
async-std = { version = "1.6.2", features = ["attributes"] }

protocols/kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
1313
[dependencies]
1414
arrayvec = "0.7.4"
1515
bytes = "1"
16-
either = "1.9"
16+
either = "1.15"
1717
fnv = "1.0"
1818
asynchronous-codec = { workspace = true }
1919
futures = "0.3.30"

0 commit comments

Comments
 (0)