Skip to content

Commit 4325a10

Browse files
build(deps): bump the futures group with 9 updates (#4462)
Bumps the futures group with 9 updates: | Package | From | To | | --- | --- | --- | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-executor](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-io](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-macro](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-sink](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-util` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-core` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-channel` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-executor` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-io` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-macro` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-sink` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-task` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) --- updated-dependencies: - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-util dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-core dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-channel dependency-version: 0.3.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-executor dependency-version: 0.3.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-io dependency-version: 0.3.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-macro dependency-version: 0.3.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-sink dependency-version: 0.3.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: futures - dependency-name: futures-task dependency-version: 0.3.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: futures ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0e3643 commit 4325a10

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
670670

671671
[[package]]
672672
name = "futures"
673-
version = "0.3.31"
673+
version = "0.3.32"
674674
source = "registry+https://github.com/rust-lang/crates.io-index"
675-
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
675+
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
676676
dependencies = [
677677
"futures-channel",
678678
"futures-core",
@@ -685,25 +685,25 @@ dependencies = [
685685

686686
[[package]]
687687
name = "futures-channel"
688-
version = "0.3.31"
688+
version = "0.3.32"
689689
source = "registry+https://github.com/rust-lang/crates.io-index"
690-
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
690+
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
691691
dependencies = [
692692
"futures-core",
693693
"futures-sink",
694694
]
695695

696696
[[package]]
697697
name = "futures-core"
698-
version = "0.3.31"
698+
version = "0.3.32"
699699
source = "registry+https://github.com/rust-lang/crates.io-index"
700-
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
700+
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
701701

702702
[[package]]
703703
name = "futures-executor"
704-
version = "0.3.31"
704+
version = "0.3.32"
705705
source = "registry+https://github.com/rust-lang/crates.io-index"
706-
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
706+
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
707707
dependencies = [
708708
"futures-core",
709709
"futures-task",
@@ -712,15 +712,15 @@ dependencies = [
712712

713713
[[package]]
714714
name = "futures-io"
715-
version = "0.3.31"
715+
version = "0.3.32"
716716
source = "registry+https://github.com/rust-lang/crates.io-index"
717-
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
717+
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
718718

719719
[[package]]
720720
name = "futures-macro"
721-
version = "0.3.31"
721+
version = "0.3.32"
722722
source = "registry+https://github.com/rust-lang/crates.io-index"
723-
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
723+
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
724724
dependencies = [
725725
"proc-macro2",
726726
"quote",
@@ -729,15 +729,15 @@ dependencies = [
729729

730730
[[package]]
731731
name = "futures-sink"
732-
version = "0.3.31"
732+
version = "0.3.32"
733733
source = "registry+https://github.com/rust-lang/crates.io-index"
734-
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
734+
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
735735

736736
[[package]]
737737
name = "futures-task"
738-
version = "0.3.31"
738+
version = "0.3.32"
739739
source = "registry+https://github.com/rust-lang/crates.io-index"
740-
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
740+
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
741741

742742
[[package]]
743743
name = "futures-timer"
@@ -747,9 +747,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
747747

748748
[[package]]
749749
name = "futures-util"
750-
version = "0.3.31"
750+
version = "0.3.32"
751751
source = "registry+https://github.com/rust-lang/crates.io-index"
752-
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
752+
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
753753
dependencies = [
754754
"futures-channel",
755755
"futures-core",
@@ -759,7 +759,6 @@ dependencies = [
759759
"futures-task",
760760
"memchr",
761761
"pin-project-lite",
762-
"pin-utils",
763762
"slab",
764763
]
765764

0 commit comments

Comments
 (0)