Skip to content

Commit

Permalink
deps: bump futures-timer from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [futures-timer](https://github.com/async-rs/futures-timer) from 3.0.2 to 3.0.3.
- [Commits](https://github.com/async-rs/futures-timer/commits/v3.0.3)

---
updated-dependencies:
- dependency-name: futures-timer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 305e02c commit ef48c80
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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 interop-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion misc/futures-bounded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = true

[dependencies]
futures-util = { version = "0.3.29" }
futures-timer = "3.0.2"
futures-timer = "3.0.3"

[dev-dependencies]
tokio = { version = "1.35.0", features = ["macros", "rt", "sync"] }
Expand Down
2 changes: 1 addition & 1 deletion muxers/test-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ release = false
[dependencies]
libp2p-core = { workspace = true }
futures = "0.3.29"
futures-timer = "3.0.2"
futures-timer = "3.0.3"
futures_ringbuf = "0.4.0"
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/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 }
futures = "0.3.29"
futures-timer = "3.0.2"
futures-timer = "3.0.3"
futures-bounded = { workspace = true }
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sha2 = "0.10.8"
smallvec = "1.11.2"
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"
Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
either = "1.9.0"
futures = "0.3.29"
futures-timer = "3.0.2"
futures-timer = "3.0.3"
instant = "0.1.12"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion protocols/rendezvous/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = { version = "1.0.108", optional = true }
smallvec = "1.11.2"
tracing = "0.1.37"
void = "1.0.2"
futures-timer = "3.0.2"
futures-timer = "3.0.3"
futures-bounded = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion protocols/upnp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = true

[dependencies]
futures = "0.3.29"
futures-timer = "3.0.2"
futures-timer = "3.0.3"
igd-next = "0.14.2"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion swarm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libp2p-yamux = { workspace = true }
futures = "0.3.29"
rand = "0.8.5"
tracing = "0.1.37"
futures-timer = "3.0.2"
futures-timer = "3.0.3"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
either = "1.9.0"
fnv = "1.0"
futures = "0.3.29"
futures-timer = "3.0.2"
futures-timer = "3.0.3"
getrandom = { version = "0.2.11", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
instant = "0.1.12"
libp2p-core = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
async-std = { version = "1.12.0", optional = true }
bytes = "1.5.0"
futures = "0.3.29"
futures-timer = "3.0.2"
futures-timer = "3.0.3"
if-watch = "3.2.0"
libp2p-core = { workspace = true }
libp2p-tls = { workspace = true }
Expand Down

0 comments on commit ef48c80

Please sign in to comment.