From d699e93af450b4808859ac81738c2f622b2fee1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:12:57 +0000 Subject: [PATCH] Update Rust crate rdkafka to 0.36.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2f574e..ffa56f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1883,9 +1883,9 @@ dependencies = [ [[package]] name = "rdkafka" -version = "0.36.0" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54f02a5a40220f8a2dfa47ddb38ba9064475a5807a69504b6f91711df2eea63" +checksum = "630c0065f6fca81773883fe78e7a7d14af1b1c5ed11907a28fbf12b1385e0c50" dependencies = [ "futures-channel", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index f422d5b..f828362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.20" simple_logger = { version = "4.3.3", features = ["threads"] } tokio = { version = "1.35.1", features = ["full"] } warp = "0.3.6" -rdkafka = { version = "0.36.0", features = ["cmake-build", "ssl"] } +rdkafka = { version = "0.36.1", features = ["cmake-build", "ssl"] } prost = "0.12.3" moka = { version = "0.12.3", features = ["future"] } axum = "0.7.3"