Skip to content

Commit

Permalink
deps: bump either from 1.9.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [either](https://github.com/rayon-rs/either) from 1.9.0 to 1.12.0.
- [Commits](rayon-rs/either@1.9.0...1.12.0)

---
updated-dependencies:
- dependency-name: either
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 2d9be84 commit 022e998
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
either = "1.9"
either = "1.12"
fnv = "1.0"
futures = { version = "0.3.30", features = ["executor", "thread-pool"] }
futures-timer = "3"
Expand Down
2 changes: 1 addition & 1 deletion examples/file-sharing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release = false
serde = { version = "1.0", features = ["derive"] }
async-std = { version = "1.12", features = ["attributes"] }
clap = { version = "4.4.16", features = ["derive"] }
either = "1.9"
either = "1.12"
futures = "0.3.30"
libp2p = { path = "../../libp2p", features = [ "async-std", "cbor", "dns", "kad", "noise", "macros", "request-response", "tcp", "websocket", "yamux"] }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion examples/ipfs-private/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ release = false
[dependencies]
tokio = { version = "1.36", features = ["rt-multi-thread", "macros", "io-std"] }
async-trait = "0.1"
either = "1.9"
either = "1.12"
futures = "0.3.30"
libp2p = { path = "../../libp2p", features = [ "tokio", "gossipsub", "dns", "identify", "kad", "macros", "noise", "ping", "pnet", "tcp", "websocket", "yamux"] }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion hole-punching-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"
tokio = { version = "1.36.0", features = ["full"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
either = "1.9.0"
either = "1.12.0"
2 changes: 1 addition & 1 deletion interop-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
anyhow = "1"
either = "1.9.0"
either = "1.12.0"
futures = "0.3.30"
rand = "0.8.5"
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion protocols/dcutr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
asynchronous-codec = { workspace = true }
either = "1.9.0"
either = "1.12.0"
futures = "0.3.30"
futures-timer = "3.0"
instant = "0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ asynchronous-codec = { workspace = true }
base64 = "0.21.7"
byteorder = "1.5.0"
bytes = "1.5"
either = "1.9"
either = "1.12"
fnv = "1.0.7"
futures = "0.3.30"
futures-ticker = "0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ smallvec = "1.12.0"
thiserror = "1.0"
tracing = "0.1.37"
void = "1.0"
either = "1.9.0"
either = "1.12.0"

[dev-dependencies]
async-std = { version = "1.6.2", features = ["attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
arrayvec = "0.7.4"
bytes = "1"
either = "1.9"
either = "1.12"
fnv = "1.0"
asynchronous-codec = { workspace = true }
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
either = "1.9.0"
either = "1.12.0"
futures = "0.3.30"
futures-timer = "3.0.2"
instant = "0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
asynchronous-codec = { workspace = true }
bytes = "1"
either = "1.9.0"
either = "1.12.0"
futures = "0.3.30"
futures-timer = "3"
futures-bounded = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
either = "1.9.0"
either = "1.12.0"
fnv = "1.0"
futures = "0.3.30"
futures-timer = "3.0.2"
Expand Down Expand Up @@ -41,7 +41,7 @@ wasm-bindgen = ["dep:wasm-bindgen-futures", "dep:getrandom"]

[dev-dependencies]
async-std = { version = "1.6.2", features = ["attributes"] }
either = "1.9.0"
either = "1.12.0"
futures = "0.3.30"
libp2p-identify = { path = "../protocols/identify" } # Using `path` here because this is a cyclic dev-dependency which otherwise breaks releasing.
libp2p-identity = { workspace = true, features = ["ed25519"] }
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
futures-rustls = "0.24.0"
either = "1.9.0"
either = "1.12.0"
futures = "0.3.30"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
Expand Down

0 comments on commit 022e998

Please sign in to comment.