Skip to content

Commit 10f9313

Browse files
authored
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 f4d5289 + 2c64688 commit 10f9313

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,9 +1685,9 @@ dependencies = [
16851685

16861686
[[package]]
16871687
name = "futures"
1688-
version = "0.3.19"
1688+
version = "0.3.28"
16891689
source = "registry+https://github.com/rust-lang/crates.io-index"
1690-
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
1690+
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
16911691
dependencies = [
16921692
"futures-channel",
16931693
"futures-core",
@@ -1700,25 +1700,25 @@ dependencies = [
17001700

17011701
[[package]]
17021702
name = "futures-channel"
1703-
version = "0.3.19"
1703+
version = "0.3.28"
17041704
source = "registry+https://github.com/rust-lang/crates.io-index"
1705-
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
1705+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
17061706
dependencies = [
17071707
"futures-core",
17081708
"futures-sink",
17091709
]
17101710

17111711
[[package]]
17121712
name = "futures-core"
1713-
version = "0.3.19"
1713+
version = "0.3.28"
17141714
source = "registry+https://github.com/rust-lang/crates.io-index"
1715-
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
1715+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
17161716

17171717
[[package]]
17181718
name = "futures-executor"
1719-
version = "0.3.19"
1719+
version = "0.3.28"
17201720
source = "registry+https://github.com/rust-lang/crates.io-index"
1721-
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
1721+
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
17221722
dependencies = [
17231723
"futures-core",
17241724
"futures-task",
@@ -1727,38 +1727,38 @@ dependencies = [
17271727

17281728
[[package]]
17291729
name = "futures-io"
1730-
version = "0.3.19"
1730+
version = "0.3.28"
17311731
source = "registry+https://github.com/rust-lang/crates.io-index"
1732-
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
1732+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
17331733

17341734
[[package]]
17351735
name = "futures-macro"
1736-
version = "0.3.19"
1736+
version = "0.3.28"
17371737
source = "registry+https://github.com/rust-lang/crates.io-index"
1738-
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
1738+
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
17391739
dependencies = [
17401740
"proc-macro2",
17411741
"quote",
1742-
"syn 1.0.102",
1742+
"syn 2.0.8",
17431743
]
17441744

17451745
[[package]]
17461746
name = "futures-sink"
1747-
version = "0.3.19"
1747+
version = "0.3.28"
17481748
source = "registry+https://github.com/rust-lang/crates.io-index"
1749-
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
1749+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
17501750

17511751
[[package]]
17521752
name = "futures-task"
1753-
version = "0.3.19"
1753+
version = "0.3.28"
17541754
source = "registry+https://github.com/rust-lang/crates.io-index"
1755-
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
1755+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
17561756

17571757
[[package]]
17581758
name = "futures-util"
1759-
version = "0.3.19"
1759+
version = "0.3.28"
17601760
source = "registry+https://github.com/rust-lang/crates.io-index"
1761-
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
1761+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
17621762
dependencies = [
17631763
"futures-channel",
17641764
"futures-core",

0 commit comments

Comments
 (0)