From 68a3b22d3cce73bee74946d37a811c2be6c7bf67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:07:55 +0000 Subject: [PATCH] chore(deps): bump tokio in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.44.0 to 1.44.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 72 +++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3ed75e..f6661d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,6 +891,40 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +[[package]] +name = "franzoxide" +version = "0.1.0" +dependencies = [ + "anyhow", + "async-trait", + "aws-config", + "aws-sdk-s3", + "aws-types", + "base64 0.13.1", + "chrono", + "env_logger 0.10.2", + "futures", + "futures-util", + "hyper 0.14.32", + "log", + "mockall", + "prost", + "prost-types", + "rdkafka", + "serde", + "serde_json", + "serial_test", + "tempfile", + "test-log", + "thiserror", + "tokio", + "tokio-stream", + "tonic", + "tonic-build", + "tonic-reflection", + "tower 0.4.13", +] + [[package]] name = "futures" version = "0.3.31" @@ -2113,40 +2147,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "rust-connect" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "aws-config", - "aws-sdk-s3", - "aws-types", - "base64 0.13.1", - "chrono", - "env_logger 0.10.2", - "futures", - "futures-util", - "hyper 0.14.32", - "log", - "mockall", - "prost", - "prost-types", - "rdkafka", - "serde", - "serde_json", - "serial_test", - "tempfile", - "test-log", - "thiserror", - "tokio", - "tokio-stream", - "tonic", - "tonic-build", - "tonic-reflection", - "tower 0.4.13", -] - [[package]] name = "rustc-demangle" version = "0.1.24" @@ -2582,9 +2582,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes",