Skip to content

Commit e4dae0d

Browse files
committed
Auto merge of #110079 - fee1-dead-contrib:bump-futures, r=Mark-Simulacrum
bump `futures` to use syn 2.0 cc #109302
2 parents e14b81f + 2c64688 commit e4dae0d

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
@@ -1686,9 +1686,9 @@ dependencies = [
16861686

16871687
[[package]]
16881688
name = "futures"
1689-
version = "0.3.19"
1689+
version = "0.3.28"
16901690
source = "registry+https://github.com/rust-lang/crates.io-index"
1691-
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
1691+
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
16921692
dependencies = [
16931693
"futures-channel",
16941694
"futures-core",
@@ -1701,25 +1701,25 @@ dependencies = [
17011701

17021702
[[package]]
17031703
name = "futures-channel"
1704-
version = "0.3.19"
1704+
version = "0.3.28"
17051705
source = "registry+https://github.com/rust-lang/crates.io-index"
1706-
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
1706+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
17071707
dependencies = [
17081708
"futures-core",
17091709
"futures-sink",
17101710
]
17111711

17121712
[[package]]
17131713
name = "futures-core"
1714-
version = "0.3.19"
1714+
version = "0.3.28"
17151715
source = "registry+https://github.com/rust-lang/crates.io-index"
1716-
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
1716+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
17171717

17181718
[[package]]
17191719
name = "futures-executor"
1720-
version = "0.3.19"
1720+
version = "0.3.28"
17211721
source = "registry+https://github.com/rust-lang/crates.io-index"
1722-
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
1722+
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
17231723
dependencies = [
17241724
"futures-core",
17251725
"futures-task",
@@ -1728,38 +1728,38 @@ dependencies = [
17281728

17291729
[[package]]
17301730
name = "futures-io"
1731-
version = "0.3.19"
1731+
version = "0.3.28"
17321732
source = "registry+https://github.com/rust-lang/crates.io-index"
1733-
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
1733+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
17341734

17351735
[[package]]
17361736
name = "futures-macro"
1737-
version = "0.3.19"
1737+
version = "0.3.28"
17381738
source = "registry+https://github.com/rust-lang/crates.io-index"
1739-
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
1739+
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
17401740
dependencies = [
17411741
"proc-macro2",
17421742
"quote",
1743-
"syn 1.0.102",
1743+
"syn 2.0.8",
17441744
]
17451745

17461746
[[package]]
17471747
name = "futures-sink"
1748-
version = "0.3.19"
1748+
version = "0.3.28"
17491749
source = "registry+https://github.com/rust-lang/crates.io-index"
1750-
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
1750+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
17511751

17521752
[[package]]
17531753
name = "futures-task"
1754-
version = "0.3.19"
1754+
version = "0.3.28"
17551755
source = "registry+https://github.com/rust-lang/crates.io-index"
1756-
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
1756+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
17571757

17581758
[[package]]
17591759
name = "futures-util"
1760-
version = "0.3.19"
1760+
version = "0.3.28"
17611761
source = "registry+https://github.com/rust-lang/crates.io-index"
1762-
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
1762+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
17631763
dependencies = [
17641764
"futures-channel",
17651765
"futures-core",

0 commit comments

Comments
 (0)