From e6a4019b5d7821ce2fdf438e21be8db308fa93a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:14:37 +0000 Subject: [PATCH] deps: bump futures-timer from 3.0.2 to 3.0.3 Pull-Request: #5186. --- Cargo.lock | 4 ++-- interop-tests/Cargo.toml | 2 +- misc/futures-bounded/Cargo.toml | 2 +- muxers/test-harness/Cargo.toml | 2 +- protocols/identify/Cargo.toml | 2 +- protocols/kad/Cargo.toml | 2 +- protocols/ping/Cargo.toml | 2 +- protocols/rendezvous/Cargo.toml | 2 +- protocols/request-response/Cargo.toml | 2 +- protocols/upnp/Cargo.toml | 2 +- swarm-test/Cargo.toml | 2 +- swarm/Cargo.toml | 2 +- transports/quic/Cargo.toml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e64481fc85b..6a9d113b1d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,9 +1726,9 @@ dependencies = [ [[package]] name = "futures-timer" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" +checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" dependencies = [ "gloo-timers", "send_wrapper 0.4.0", diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index 81c17e19303..b9ecc031f5a 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -49,7 +49,7 @@ wasm-logger = { version = "0.2.0" } instant = "0.1.12" reqwest = { version = "0.11", features = ["json"] } console_error_panic_hook = { version = "0.1.7" } -futures-timer = "3.0.2" +futures-timer = "3.0.3" [lints] workspace = true diff --git a/misc/futures-bounded/Cargo.toml b/misc/futures-bounded/Cargo.toml index 89288b6f70c..1d4340df74f 100644 --- a/misc/futures-bounded/Cargo.toml +++ b/misc/futures-bounded/Cargo.toml @@ -14,7 +14,7 @@ publish = true [dependencies] futures-util = { version = "0.3.30" } -futures-timer = "3.0.2" +futures-timer = "3.0.3" [dev-dependencies] tokio = { version = "1.36.0", features = ["macros", "rt", "sync"] } diff --git a/muxers/test-harness/Cargo.toml b/muxers/test-harness/Cargo.toml index 7aad5f1985a..bfe1e61b9b6 100644 --- a/muxers/test-harness/Cargo.toml +++ b/muxers/test-harness/Cargo.toml @@ -13,7 +13,7 @@ release = false [dependencies] libp2p-core = { workspace = true } futures = "0.3.30" -futures-timer = "3.0.2" +futures-timer = "3.0.3" futures_ringbuf = "0.4.0" tracing = "0.1.37" diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index 2fb51d87627..a8da8d0e762 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] asynchronous-codec = { workspace = true } futures = "0.3.30" -futures-timer = "3.0.2" +futures-timer = "3.0.3" futures-bounded = { workspace = true } libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index bde0d5f7c84..3bf74808f4a 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -28,7 +28,7 @@ sha2 = "0.10.8" smallvec = "1.12.0" uint = "0.9" void = "1.0" -futures-timer = "3.0.2" +futures-timer = "3.0.3" instant = "0.1.12" serde = { version = "1.0", optional = true, features = ["derive"] } thiserror = "1" diff --git a/protocols/ping/Cargo.toml b/protocols/ping/Cargo.toml index a4d9259e9aa..5f08ac6fbbd 100644 --- a/protocols/ping/Cargo.toml +++ b/protocols/ping/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] either = "1.9.0" futures = "0.3.30" -futures-timer = "3.0.2" +futures-timer = "3.0.3" instant = "0.1.12" libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } diff --git a/protocols/rendezvous/Cargo.toml b/protocols/rendezvous/Cargo.toml index f9272d011e3..e588c6d7a6b 100644 --- a/protocols/rendezvous/Cargo.toml +++ b/protocols/rendezvous/Cargo.toml @@ -15,7 +15,7 @@ asynchronous-codec = { workspace = true } async-trait = "0.1" bimap = "0.6.3" futures = { version = "0.3", default-features = false, features = ["std"] } -futures-timer = "3.0.2" +futures-timer = "3.0.3" instant = "0.1.12" libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } diff --git a/protocols/request-response/Cargo.toml b/protocols/request-response/Cargo.toml index e3898786b5b..69cc343fbb7 100644 --- a/protocols/request-response/Cargo.toml +++ b/protocols/request-response/Cargo.toml @@ -24,7 +24,7 @@ serde_json = { version = "1.0.113", optional = true } smallvec = "1.12.0" tracing = "0.1.37" void = "1.0.2" -futures-timer = "3.0.2" +futures-timer = "3.0.3" futures-bounded = { workspace = true } [features] diff --git a/protocols/upnp/Cargo.toml b/protocols/upnp/Cargo.toml index a9c9a3c8621..3119804bf60 100644 --- a/protocols/upnp/Cargo.toml +++ b/protocols/upnp/Cargo.toml @@ -12,7 +12,7 @@ publish = true [dependencies] futures = "0.3.30" -futures-timer = "3.0.2" +futures-timer = "3.0.3" igd-next = "0.14.3" libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } diff --git a/swarm-test/Cargo.toml b/swarm-test/Cargo.toml index ca66e115746..ab27e141a4b 100644 --- a/swarm-test/Cargo.toml +++ b/swarm-test/Cargo.toml @@ -22,7 +22,7 @@ libp2p-yamux = { workspace = true } futures = "0.3.30" rand = "0.8.5" tracing = "0.1.37" -futures-timer = "3.0.2" +futures-timer = "3.0.3" [lints] workspace = true diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index a700c1c1c5a..4e0d4da0e87 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] either = "1.9.0" fnv = "1.0" futures = "0.3.30" -futures-timer = "3.0.2" +futures-timer = "3.0.3" getrandom = { version = "0.2.12", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature instant = "0.1.12" libp2p-core = { workspace = true } diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index b4bf93d6e10..bb472299a53 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" async-std = { version = "1.12.0", optional = true } bytes = "1.5.0" futures = "0.3.30" -futures-timer = "3.0.2" +futures-timer = "3.0.3" if-watch = "3.2.0" libp2p-core = { workspace = true } libp2p-tls = { workspace = true }