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:
parent
c28294f2e2
commit
3f66b82590
|
@ -1407,9 +1407,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures"
|
name = "futures"
|
||||||
version = "0.3.25"
|
version = "0.3.26"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
|
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
@ -1438,9 +1438,9 @@ checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures-executor"
|
name = "futures-executor"
|
||||||
version = "0.3.25"
|
version = "0.3.26"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"futures-task",
|
"futures-task",
|
||||||
|
|
|
@ -6,7 +6,7 @@ license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.25"
|
futures = "0.3.26"
|
||||||
futures-core = "0.3.26"
|
futures-core = "0.3.26"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
|
|
|
@ -80,7 +80,7 @@ serde_with = "2.2.0"
|
||||||
serde-big-array = "0.4.1"
|
serde-big-array = "0.4.1"
|
||||||
|
|
||||||
# Processing
|
# Processing
|
||||||
futures = "0.3.25"
|
futures = "0.3.26"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ lazy_static = "1.4.0"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.0"
|
||||||
serde = { version = "1.0.152", features = ["serde_derive"] }
|
serde = { version = "1.0.152", features = ["serde_derive"] }
|
||||||
|
|
||||||
futures = "0.3.25"
|
futures = "0.3.26"
|
||||||
futures-util = "0.3.26"
|
futures-util = "0.3.26"
|
||||||
metrics = "0.20.1"
|
metrics = "0.20.1"
|
||||||
thiserror = "1.0.38"
|
thiserror = "1.0.38"
|
||||||
|
|
|
@ -30,7 +30,7 @@ regex = "1.7.1"
|
||||||
serde = { version = "1.0.152", features = ["serde_derive"] }
|
serde = { version = "1.0.152", features = ["serde_derive"] }
|
||||||
thiserror = "1.0.38"
|
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 = { version = "1.25.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||||
tokio-stream = { version = "0.1.11", features = ["sync", "time"] }
|
tokio-stream = { version = "0.1.11", features = ["sync", "time"] }
|
||||||
tokio-util = { version = "0.7.4", features = ["codec"] }
|
tokio-util = { version = "0.7.4", features = ["codec"] }
|
||||||
|
|
|
@ -33,7 +33,7 @@ proptest-impl = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
|
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
|
# lightwalletd sends JSON-RPC requests over HTTP 1.1
|
||||||
hyper = { version = "0.14.23", features = ["http1", "server"] }
|
hyper = { version = "0.14.23", features = ["http1", "server"] }
|
||||||
|
|
|
@ -27,7 +27,7 @@ bincode = "1.3.3"
|
||||||
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
displaydoc = "0.2.3"
|
displaydoc = "0.2.3"
|
||||||
futures = "0.3.25"
|
futures = "0.3.26"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
indexmap = "1.9.2"
|
indexmap = "1.9.2"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
|
|
|
@ -19,7 +19,7 @@ regex = "1.7.1"
|
||||||
|
|
||||||
tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.25.0", features = ["full", "tracing", "test-util"] }
|
||||||
tower = { version = "0.4.13", features = ["util"] }
|
tower = { version = "0.4.13", features = ["util"] }
|
||||||
futures = "0.3.25"
|
futures = "0.3.26"
|
||||||
|
|
||||||
color-eyre = "0.6.2"
|
color-eyre = "0.6.2"
|
||||||
# This is a transitive dependency via color-eyre.
|
# This is a transitive dependency via color-eyre.
|
||||||
|
|
|
@ -108,7 +108,7 @@ lazy_static = "1.4.0"
|
||||||
serde = { version = "1.0.152", features = ["serde_derive"] }
|
serde = { version = "1.0.152", features = ["serde_derive"] }
|
||||||
toml = "0.7.1"
|
toml = "0.7.1"
|
||||||
|
|
||||||
futures = "0.3.25"
|
futures = "0.3.26"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.25.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
tokio = { version = "1.25.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
||||||
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
||||||
|
|
Loading…
Reference in New Issue