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",