From 6d6a29c602f2405733007b657d5c39ee1f08a7b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:25:04 +0000 Subject: [PATCH] Update Rust crate rdkafka to 0.37 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 257fc8f..8c5fcb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "actix-codec" @@ -2125,9 +2125,9 @@ dependencies = [ [[package]] name = "rdkafka" -version = "0.36.2" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1beea247b9a7600a81d4cc33f659ce1a77e1988323d7d2809c7ed1c21f4c316d" +checksum = "14b52c81ac3cac39c9639b95c20452076e74b8d9a71bc6fc4d83407af2ea6fff" dependencies = [ "futures-channel", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index e0cb2d8..baaf1b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bincode = "1.3" serde = "1.0" serde_json = "1.0" async-trait = "0.1" -rdkafka = { version = "0.36", features = ["ssl"] } +rdkafka = { version = "0.37", features = ["ssl"] } diesel = { version = "2.1", features = ["postgres", "r2d2"] } diesel_migrations = "2.1" r2d2 = "0.8"