From edb11a966fbe7ab168341a13df00d000f6ae3f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:46:41 +0000 Subject: [PATCH] deps: bump either from 1.9.0 to 1.11.0 Bumps [either](https://github.com/rayon-rs/either) from 1.9.0 to 1.11.0. - [Commits](https://github.com/rayon-rs/either/compare/1.9.0...1.11.0) --- updated-dependencies: - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- examples/ipfs-private/Cargo.toml | 2 +- hole-punching-tests/Cargo.toml | 2 +- interop-tests/Cargo.toml | 2 +- protocols/dcutr/Cargo.toml | 2 +- protocols/gossipsub/Cargo.toml | 2 +- protocols/identify/Cargo.toml | 2 +- protocols/kad/Cargo.toml | 2 +- protocols/ping/Cargo.toml | 2 +- protocols/relay/Cargo.toml | 2 +- swarm/Cargo.toml | 4 ++-- transports/websocket/Cargo.toml | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af75b3f307e..455bd9d99e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1447,9 +1447,9 @@ dependencies = [ [[package]] name = "either" -version = "1.9.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" [[package]] name = "elliptic-curve" diff --git a/core/Cargo.toml b/core/Cargo.toml index 65b7728b7ba..554d0091866 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -either = "1.9" +either = "1.11" fnv = "1.0" futures = { version = "0.3.30", features = ["executor", "thread-pool"] } futures-timer = "3" diff --git a/examples/ipfs-private/Cargo.toml b/examples/ipfs-private/Cargo.toml index 05798ea82c2..7b017111d26 100644 --- a/examples/ipfs-private/Cargo.toml +++ b/examples/ipfs-private/Cargo.toml @@ -11,7 +11,7 @@ release = false [dependencies] tokio = { workspace = true, features = ["rt-multi-thread", "macros", "io-std"] } async-trait = "0.1" -either = "1.9" +either = "1.11" futures = "0.3.30" libp2p = { path = "../../libp2p", features = [ "tokio", "gossipsub", "dns", "identify", "kad", "macros", "noise", "ping", "pnet", "tcp", "websocket", "yamux"] } tracing = { workspace = true } diff --git a/hole-punching-tests/Cargo.toml b/hole-punching-tests/Cargo.toml index 0a64de1956d..129adca499a 100644 --- a/hole-punching-tests/Cargo.toml +++ b/hole-punching-tests/Cargo.toml @@ -15,4 +15,4 @@ redis = { version = "0.23.0", default-features = false, features = ["tokio-comp" tokio = { workspace = true, features = ["full"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" -either = "1.9.0" +either = "1.11.0" diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index 4749e808a70..6e6ba028847 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] anyhow = "1" -either = "1.9.0" +either = "1.11.0" futures = "0.3.30" rand = "0.8.5" serde = { version = "1", features = ["derive"] } diff --git a/protocols/dcutr/Cargo.toml b/protocols/dcutr/Cargo.toml index 414eff4775b..10322fb63da 100644 --- a/protocols/dcutr/Cargo.toml +++ b/protocols/dcutr/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] asynchronous-codec = { workspace = true } -either = "1.9.0" +either = "1.11.0" futures = "0.3.30" futures-timer = "3.0" instant = "0.1.12" diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index aec1712be61..830866150ac 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -18,7 +18,7 @@ asynchronous-codec = { workspace = true } base64 = "0.22.0" byteorder = "1.5.0" bytes = "1.6" -either = "1.9" +either = "1.11" fnv = "1.0.7" futures = "0.3.30" futures-ticker = "0.0.3" diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index a794d1e0409..16cfef4a05a 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -25,7 +25,7 @@ smallvec = "1.13.2" thiserror = "1.0" tracing = { workspace = true } void = "1.0" -either = "1.9.0" +either = "1.11.0" [dev-dependencies] async-std = { version = "1.6.2", features = ["attributes"] } diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index fb89337b61e..3d2739c6004 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] arrayvec = "0.7.4" bytes = "1" -either = "1.9" +either = "1.11" fnv = "1.0" asynchronous-codec = { workspace = true } futures = "0.3.30" diff --git a/protocols/ping/Cargo.toml b/protocols/ping/Cargo.toml index 5d982c90b7f..0a07b403260 100644 --- a/protocols/ping/Cargo.toml +++ b/protocols/ping/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -either = "1.9.0" +either = "1.11.0" futures = "0.3.30" futures-timer = "3.0.3" instant = "0.1.12" diff --git a/protocols/relay/Cargo.toml b/protocols/relay/Cargo.toml index 4183e0facd3..750f5550dde 100644 --- a/protocols/relay/Cargo.toml +++ b/protocols/relay/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] asynchronous-codec = { workspace = true } bytes = "1" -either = "1.9.0" +either = "1.11.0" futures = "0.3.30" futures-timer = "3" futures-bounded = { workspace = true } diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index 3b1e0979e81..10749def335 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -either = "1.9.0" +either = "1.11.0" fnv = "1.0" futures = "0.3.30" futures-timer = "3.0.3" @@ -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.11.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"] } diff --git a/transports/websocket/Cargo.toml b/transports/websocket/Cargo.toml index f04c42084c1..5327d6577b3 100644 --- a/transports/websocket/Cargo.toml +++ b/transports/websocket/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures-rustls = "0.24.0" -either = "1.9.0" +either = "1.11.0" futures = "0.3.30" libp2p-core = { workspace = true } libp2p-identity = { workspace = true }