From e2fdfb9765b78119f974715246271e58bccfd42d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 26 Jan 2026 08:22:54 +0000 Subject: [PATCH] pin rdkafka --- backend/Cargo.lock | 4 ++-- backend/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3a2f6ccf54..7c60c9829c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -10732,9 +10732,9 @@ dependencies = [ [[package]] name = "rdkafka-sys" -version = "4.10.0+2.12.1" +version = "4.9.0+2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e234cf318915c1059d4921ef7f75616b5219b10b46e9f3a511a15eb4b56a3f77" +checksum = "5230dca48bc354d718269f3e4353280e188b610f7af7e2fcf54b7a79d5802872" dependencies = [ "cmake", "libc", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1b243bfe57..d45e425f07 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -380,6 +380,7 @@ openssl = "=0.10" mail-parser = "^0" matchit = "=0.7.3" rdkafka = { version = "0.36.2", features = ["cmake-build", "ssl-vendored"] } +rdkafka-sys = "=4.9.0" pg_escape = "0.1.1" async-nats = "0.38.0" nkeys = "0.4.4"