From 8b52ed66c987ea58f4134b0272bd46da07898487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 01:57:31 +0000 Subject: [PATCH] build(deps): bump tokio from 1.44.1 to 1.44.2 in /rust Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/crates/sift_stream/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 2807ef9bb..0406088db 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1585,9 +1585,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/rust/crates/sift_stream/Cargo.toml b/rust/crates/sift_stream/Cargo.toml index e361ee587..d0fb8f2d5 100644 --- a/rust/crates/sift_stream/Cargo.toml +++ b/rust/crates/sift_stream/Cargo.toml @@ -18,7 +18,7 @@ sift_rs = { workspace = true } tracing = { version = "0.1.41", optional = true } bytesize = { version = "2", optional = true } pbjson-types = { workspace = true } -tokio = { version = "1.43.0", features = ["rt", "sync", "time", "macros"] } +tokio = { version = "1.44.2", features = ["rt", "sync", "time", "macros"] } chrono = { workspace = true } futures-core = "0.3.31" tokio-stream = "0.1.17" @@ -39,5 +39,5 @@ tokio-stream = "0.1.17" tonic = { workspace = true } tower = { version = "0.5.2", features = ["util"] } tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"] } -tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "sync", "time"] } +tokio = { version = "1.44.2", features = ["rt", "rt-multi-thread", "sync", "time"] } uuid = { version = "1.16.0", features = ["v4"] }