From 9fe931404085d542591884859b79c3ea2aeb57d7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 22 Dec 2024 07:18:13 +0100
Subject: [PATCH] build(deps): Bump tokio-stream from 0.1.16 to 0.1.17 in /rust
(#7529)
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.16 to
0.1.17.
Commits
67355c6
chore: prepare tokio-stream v0.1.17 (#7020)
405d746
signal: remove oneshot channels from tests (#7015)
e0d1293
ci: add instructions that explain how to fix spellcheck errors (#7016)
480c010
signal: add SignalKind::info on illumos (#6995)
c032ea0
ci: detect trailing whitespace (#7013)
0b31c2f
chore: prepare tokio-util v0.7.13 (#7012)
129f9fc
codec: fix incorrect handling of invalid utf-8 in
LinesCodec::decode_eof (#...
b5c227d
tracing: move tracing instrumentation tests into tokio tests (#7007)
dcae2b9
ci: unfreeze FreeBSD from rustc 1.81 (#7009)
bb9d570
chore: prepare Tokio v1.42.0 (#7005)
- 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 | 4 ++--
rust/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 9096eb174..962a3dc91 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -6803,9 +6803,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
-version = "0.1.16"
+version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
+checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index bdb187b08..37f8d72a9 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -123,7 +123,7 @@ test-strategy = "0.4.0"
thiserror = "1.0.68"
time = "0.3.36"
tokio = "1.42"
-tokio-stream = "0.1.16"
+tokio-stream = "0.1.17"
flume = { version = "0.11.1", features = ["async"] }
tokio-tungstenite = "0.23.1"
tokio-util = "0.7.11"