From 8deec097a357a4fd48a5caee650a5a458eb1e2bc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Oct 2024 14:28:56 +0000
Subject: [PATCH] build(deps): Bump futures-util from 0.3.30 to 0.3.31 in /rust
(#6951)
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from
0.3.30 to 0.3.31.
Release notes
Sourced from futures-util's
releases.
0.3.31
- Fix use after free of task in
FuturesUnordered when
dropped future panics (#2886)
- Fix soundness bug in
task::waker_ref (#2830)
This is a breaking change but allowed because it is soundness bug
fix.
- Fix bugs in
AsyncBufRead::read_line and
AsyncBufReadExt::lines (#2884)
- Fix parsing issue in
select!/select_biased! (#2832)
This is technically a breaking change as it will now reject a very odd
undocumented syntax that was previously accidentally accepted.
- Work around issue due to upstream
Waker::will_wake
change (#2865)
- Add
stream::Iter::{get_ref,get_mut,into_inner} (#2875)
- Add
future::AlwaysReady (#2825)
- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter} (#2848)
Changelog
Sourced from futures-util's
changelog.
0.3.31 - 2024-10-05
- Fix use after free of task in
FuturesUnordered when
dropped future panics (#2886)
- Fix soundness bug in
task::waker_ref (#2830)
This is a breaking change but allowed because it is soundness bug
fix.
- Fix bugs in
AsyncBufRead::read_line and
AsyncBufReadExt::lines (#2884)
- Fix parsing issue in
select!/select_biased! (#2832)
This is technically a breaking change as it will now reject a very odd
undocumented syntax that was previously accidentally accepted.
- Work around issue due to upstream
Waker::will_wake
change (#2865)
- Add
stream::Iter::{get_ref,get_mut,into_inner} (#2875)
- Add
future::AlwaysReady (#2825)
- Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter} (#2848)
Commits
1e05281
Release 0.3.31
8a8b085
Fix clippy::uninit_vec warning
f3fb74d
Document how BoxFutures / BoxStreams are often
made (#2887)
f00e7af
Fix use after free of task in FuturesUnordered when dropped future
panics (#2...
33c46b3
ci: Work around sanitizer issue on latest Linux kernel
7bf5a72
Fix issues with AsyncBufRead::read_line and
AsyncBufReadExt::lines (#2884)
87afaf3
Use #[inline(always)] on clone_arc_raw (#2865)
549b90b
Add accessors for the inner of stream::Iter (#2875)
07b004a
Add missing symbols (#2883)
86dc069
Various fixes too make the CI green (#2885)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 6811a06c4..42f096421 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2644,9 +2644,9 @@ dependencies = [
[[package]]
name = "futures-channel"
-version = "0.3.30"
+version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
+checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
"futures-sink",
@@ -2654,9 +2654,9 @@ dependencies = [
[[package]]
name = "futures-core"
-version = "0.3.30"
+version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
+checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
@@ -2672,9 +2672,9 @@ dependencies = [
[[package]]
name = "futures-io"
-version = "0.3.30"
+version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
+checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-lite"
@@ -2691,9 +2691,9 @@ dependencies = [
[[package]]
name = "futures-macro"
-version = "0.3.30"
+version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
+checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
@@ -2702,15 +2702,15 @@ dependencies = [
[[package]]
name = "futures-sink"
-version = "0.3.30"
+version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
+checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
-version = "0.3.30"
+version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
+checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-timer"
@@ -2720,9 +2720,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
[[package]]
name = "futures-util"
-version = "0.3.30"
+version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
+checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures-channel",
"futures-core",