From 66a59116eb9cd863739d8696d669127109454739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:14:20 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.42.0 to 1.43.1 in /rust-stream Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-stream/Cargo.lock | 8 ++++---- rust-stream/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust-stream/Cargo.lock b/rust-stream/Cargo.lock index b133d5f7..b667627b 100644 --- a/rust-stream/Cargo.lock +++ b/rust-stream/Cargo.lock @@ -979,9 +979,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", @@ -997,9 +997,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/rust-stream/Cargo.toml b/rust-stream/Cargo.toml index d1bfdbe8..4c20b86c 100644 --- a/rust-stream/Cargo.toml +++ b/rust-stream/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] rabbitmq-stream-client = "0.4.4" -tokio = { version = "1.39.0", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.43.1", features = ["rt", "rt-multi-thread", "macros"] } futures = "0.3.30"