build(deps): bump futures from 0.3.25 to 0.3.26 (#6058)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.25...0.3.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-01 08:55:37 +00:00 committed by GitHub
parent c28294f2e2
commit 3f66b82590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

8
Cargo.lock generated
View File

@ -1407,9 +1407,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
version = "0.3.25"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
dependencies = [
"futures-channel",
"futures-core",
@ -1438,9 +1438,9 @@ checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
[[package]]
name = "futures-executor"
version = "0.3.25"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
dependencies = [
"futures-core",
"futures-task",

View File

@ -6,7 +6,7 @@ license = "MIT"
edition = "2021"
[dependencies]
futures = "0.3.25"
futures = "0.3.26"
futures-core = "0.3.26"
pin-project = "1.0.12"
rayon = "1.6.1"

View File

@ -80,7 +80,7 @@ serde_with = "2.2.0"
serde-big-array = "0.4.1"
# Processing
futures = "0.3.25"
futures = "0.3.26"
itertools = "0.10.5"
rayon = "1.6.1"

View File

@ -36,7 +36,7 @@ lazy_static = "1.4.0"
once_cell = "1.17.0"
serde = { version = "1.0.152", features = ["serde_derive"] }
futures = "0.3.25"
futures = "0.3.26"
futures-util = "0.3.26"
metrics = "0.20.1"
thiserror = "1.0.38"

View File

@ -30,7 +30,7 @@ regex = "1.7.1"
serde = { version = "1.0.152", features = ["serde_derive"] }
thiserror = "1.0.38"
futures = "0.3.25"
futures = "0.3.26"
tokio = { version = "1.25.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.11", features = ["sync", "time"] }
tokio-util = { version = "0.7.4", features = ["codec"] }

View File

@ -33,7 +33,7 @@ proptest-impl = [
[dependencies]
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
futures = "0.3.25"
futures = "0.3.26"
# lightwalletd sends JSON-RPC requests over HTTP 1.1
hyper = { version = "0.14.23", features = ["http1", "server"] }

View File

@ -27,7 +27,7 @@ bincode = "1.3.3"
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
dirs = "4.0.0"
displaydoc = "0.2.3"
futures = "0.3.25"
futures = "0.3.26"
hex = "0.4.3"
indexmap = "1.9.2"
itertools = "0.10.5"

View File

@ -19,7 +19,7 @@ regex = "1.7.1"
tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }
futures = "0.3.25"
futures = "0.3.26"
color-eyre = "0.6.2"
# This is a transitive dependency via color-eyre.

View File

@ -108,7 +108,7 @@ lazy_static = "1.4.0"
serde = { version = "1.0.152", features = ["serde_derive"] }
toml = "0.7.1"
futures = "0.3.25"
futures = "0.3.26"
rayon = "1.6.1"
tokio = { version = "1.25.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }