build(deps): bump futures-core from 0.3.24 to 0.3.25 (#5440)
Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25. - [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.24...0.3.25) --- updated-dependencies: - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
2cadb7304b
commit
8fcbeab946
|
@ -1737,9 +1737,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-core"
|
||||
version = "0.3.24"
|
||||
version = "0.3.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
|
||||
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
||||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
futures = "0.3.24"
|
||||
futures-core = "0.3.24"
|
||||
futures-core = "0.3.25"
|
||||
pin-project = "1.0.12"
|
||||
rayon = "1.5.3"
|
||||
tokio = { version = "1.21.2", features = ["time", "sync", "tracing", "macros"] }
|
||||
|
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
pin-project = "0.4.29"
|
||||
tower = "0.4.13"
|
||||
futures-core = "0.3.24"
|
||||
futures-core = "0.3.25"
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue