Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fefd04a

Browse files
authoredApr 12, 2023
Rollup merge of rust-lang#110079 - fee1-dead-contrib:bump-futures, r=Mark-Simulacrum
bump `futures` to use syn 2.0 cc rust-lang#109302
2 parents a3ec0ea + 2c64688 commit fefd04a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
 

‎Cargo.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -1647,9 +1647,9 @@ dependencies = [
16471647

16481648
[[package]]
16491649
name = "futures"
1650-
version = "0.3.19"
1650+
version = "0.3.28"
16511651
source = "registry+https://github.com/rust-lang/crates.io-index"
1652-
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
1652+
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
16531653
dependencies = [
16541654
"futures-channel",
16551655
"futures-core",
@@ -1662,25 +1662,25 @@ dependencies = [
16621662

16631663
[[package]]
16641664
name = "futures-channel"
1665-
version = "0.3.19"
1665+
version = "0.3.28"
16661666
source = "registry+https://github.com/rust-lang/crates.io-index"
1667-
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
1667+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
16681668
dependencies = [
16691669
"futures-core",
16701670
"futures-sink",
16711671
]
16721672

16731673
[[package]]
16741674
name = "futures-core"
1675-
version = "0.3.19"
1675+
version = "0.3.28"
16761676
source = "registry+https://github.com/rust-lang/crates.io-index"
1677-
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
1677+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
16781678

16791679
[[package]]
16801680
name = "futures-executor"
1681-
version = "0.3.19"
1681+
version = "0.3.28"
16821682
source = "registry+https://github.com/rust-lang/crates.io-index"
1683-
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
1683+
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
16841684
dependencies = [
16851685
"futures-core",
16861686
"futures-task",
@@ -1689,38 +1689,38 @@ dependencies = [
16891689

16901690
[[package]]
16911691
name = "futures-io"
1692-
version = "0.3.19"
1692+
version = "0.3.28"
16931693
source = "registry+https://github.com/rust-lang/crates.io-index"
1694-
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
1694+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
16951695

16961696
[[package]]
16971697
name = "futures-macro"
1698-
version = "0.3.19"
1698+
version = "0.3.28"
16991699
source = "registry+https://github.com/rust-lang/crates.io-index"
1700-
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
1700+
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
17011701
dependencies = [
17021702
"proc-macro2",
17031703
"quote",
1704-
"syn 1.0.102",
1704+
"syn 2.0.8",
17051705
]
17061706

17071707
[[package]]
17081708
name = "futures-sink"
1709-
version = "0.3.19"
1709+
version = "0.3.28"
17101710
source = "registry+https://github.com/rust-lang/crates.io-index"
1711-
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
1711+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
17121712

17131713
[[package]]
17141714
name = "futures-task"
1715-
version = "0.3.19"
1715+
version = "0.3.28"
17161716
source = "registry+https://github.com/rust-lang/crates.io-index"
1717-
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
1717+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
17181718

17191719
[[package]]
17201720
name = "futures-util"
1721-
version = "0.3.19"
1721+
version = "0.3.28"
17221722
source = "registry+https://github.com/rust-lang/crates.io-index"
1723-
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
1723+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
17241724
dependencies = [
17251725
"futures-channel",
17261726
"futures-core",

0 commit comments

Comments
 (0)
Please sign in to comment.