From 88a087826378a57e1a5fa45b8fa8f724be4a86cc Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 11 Feb 2026 04:35:34 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/kafka-ingest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/kafka-ingest/Cargo.toml b/crates/kafka-ingest/Cargo.toml index 5dd0095..4a0b13d 100644 --- a/crates/kafka-ingest/Cargo.toml +++ b/crates/kafka-ingest/Cargo.toml @@ -27,5 +27,5 @@ kafka = "0.10.0" drift = { git = "https://github.com/kjuulh/drift", branch = "main" } num = { version = "0.4.3", features = ["num-bigint", "rand", "serde"] } chrono = { version = "0.4.38", features = ["serde"] } -rand = "0.9.0" +rand = "0.10.0" serde_json = "1.0.122"