Skip to content

Commit 8271c90

Browse files
authored
Update futures util (and related) due to yanked crate (#7925)
### What While updating #6795, I noticed that cargo deny warned about our version of `futures-utils` being yanked. `cargo update -p futures-util` ran cleanly, no duplicated dependencies as a result ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7925?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7925?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! * [x] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide - [PR Build Summary](https://build.rerun.io/pr/7925) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) To run all checks from `main`, comment on the PR with `@rerun-bot full-check`.
1 parent 3cd789e commit 8271c90

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Cargo.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -2594,19 +2594,19 @@ dependencies = [
25942594

25952595
[[package]]
25962596
name = "futures-channel"
2597-
version = "0.3.28"
2597+
version = "0.3.31"
25982598
source = "registry+https://github.com/rust-lang/crates.io-index"
2599-
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2599+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
26002600
dependencies = [
26012601
"futures-core",
26022602
"futures-sink",
26032603
]
26042604

26052605
[[package]]
26062606
name = "futures-core"
2607-
version = "0.3.28"
2607+
version = "0.3.31"
26082608
source = "registry+https://github.com/rust-lang/crates.io-index"
2609-
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2609+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
26102610

26112611
[[package]]
26122612
name = "futures-executor"
@@ -2621,9 +2621,9 @@ dependencies = [
26212621

26222622
[[package]]
26232623
name = "futures-io"
2624-
version = "0.3.28"
2624+
version = "0.3.31"
26252625
source = "registry+https://github.com/rust-lang/crates.io-index"
2626-
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2626+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
26272627

26282628
[[package]]
26292629
name = "futures-lite"
@@ -2655,9 +2655,9 @@ dependencies = [
26552655

26562656
[[package]]
26572657
name = "futures-macro"
2658-
version = "0.3.28"
2658+
version = "0.3.31"
26592659
source = "registry+https://github.com/rust-lang/crates.io-index"
2660-
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2660+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
26612661
dependencies = [
26622662
"proc-macro2",
26632663
"quote",
@@ -2666,21 +2666,21 @@ dependencies = [
26662666

26672667
[[package]]
26682668
name = "futures-sink"
2669-
version = "0.3.28"
2669+
version = "0.3.31"
26702670
source = "registry+https://github.com/rust-lang/crates.io-index"
2671-
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2671+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
26722672

26732673
[[package]]
26742674
name = "futures-task"
2675-
version = "0.3.28"
2675+
version = "0.3.31"
26762676
source = "registry+https://github.com/rust-lang/crates.io-index"
2677-
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2677+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
26782678

26792679
[[package]]
26802680
name = "futures-util"
2681-
version = "0.3.28"
2681+
version = "0.3.31"
26822682
source = "registry+https://github.com/rust-lang/crates.io-index"
2683-
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2683+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
26842684
dependencies = [
26852685
"futures-channel",
26862686
"futures-core",

0 commit comments

Comments
 (0)